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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rsa.c170 const BIGNUM *client_n, Key **rkey)
230 if (BN_cmp(key->rsa->n, client_n) != 0)
271 * check if there's user key matching client_n,
276 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
288 allowed = rsa_key_allowed_in_file(pw, file, client_n, rkey);
303 auth_rsa(Authctxt *authctxt, BIGNUM *client_n) argument
313 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
169 rsa_key_allowed_in_file(struct passwd *pw, char *file, const BIGNUM *client_n, Key **rkey) argument
H A Dmonitor.c1593 BIGNUM *client_n; local
1603 if ((client_n = BN_new()) == NULL)
1605 buffer_get_bignum2(m, client_n);
1606 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key);
1607 BN_clear_free(client_n);
H A Dmonitor_wrap.c1088 mm_auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) argument
1099 buffer_put_bignum2(&m, client_n);

Completed in 85 milliseconds