Searched refs:client_n (Results 1 - 3 of 3) sorted by relevance

/external/openssh/
H A Dauth-rsa.c172 const BIGNUM *client_n, Key **rkey)
231 if (BN_cmp(key->rsa->n, client_n) != 0)
279 * check if there's user key matching client_n,
284 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
296 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);
311 auth_rsa(Authctxt *authctxt, BIGNUM *client_n) argument
320 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
171 rsa_key_allowed_in_file(struct passwd *pw, char *file, const BIGNUM *client_n, Key **rkey) argument
H A Dmonitor.c1651 BIGNUM *client_n; local
1661 if ((client_n = BN_new()) == NULL)
1663 buffer_get_bignum2(m, client_n);
1664 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key);
1665 BN_clear_free(client_n);
H A Dmonitor_wrap.c878 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
889 buffer_put_bignum2(&m, client_n);

Completed in 4347 milliseconds