Searched refs:client_n (Results 1 – 3 of 3) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | auth-rsa.c | 169 const BIGNUM *client_n, Key **rkey) in rsa_key_allowed_in_file() argument 228 if (BN_cmp(key->rsa->n, client_n) != 0) in rsa_key_allowed_in_file() 279 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() argument 291 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey); in auth_rsa_key_allowed() 306 auth_rsa(Authctxt *authctxt, BIGNUM *client_n) in auth_rsa() argument 315 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) { in auth_rsa()
|
| HD | monitor.c | 1565 BIGNUM *client_n; in mm_answer_rsa_keyallowed() local 1575 if ((client_n = BN_new()) == NULL) in mm_answer_rsa_keyallowed() 1577 buffer_get_bignum2(m, client_n); in mm_answer_rsa_keyallowed() 1578 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key); in mm_answer_rsa_keyallowed() 1579 BN_clear_free(client_n); in mm_answer_rsa_keyallowed()
|
| HD | monitor_wrap.c | 1082 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in mm_auth_rsa_key_allowed() argument 1093 buffer_put_bignum2(&m, client_n); in mm_auth_rsa_key_allowed()
|