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

/freebsd-10.0-release/crypto/openssh/
H A Dauth-rsa.c165 const BIGNUM *client_n, Key **rkey)
224 if (BN_cmp(key->rsa->n, client_n) != 0)
270 * check if there's user key matching client_n,
275 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
287 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);
302 auth_rsa(Authctxt *authctxt, BIGNUM *client_n) argument
311 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
164 rsa_key_allowed_in_file(struct passwd *pw, char *file, const BIGNUM *client_n, Key **rkey) argument
H A Dmonitor.c1587 BIGNUM *client_n; local
1597 if ((client_n = BN_new()) == NULL)
1599 buffer_get_bignum2(m, client_n);
1600 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key);
1601 BN_clear_free(client_n);
H A Dmonitor_wrap.c1084 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
1095 buffer_put_bignum2(&m, client_n);

Completed in 130 milliseconds