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

/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-rsa.c276 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) function
313 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) {
H A Dauth.h123 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
H A Dmonitor.c1606 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key);

Completed in 113 milliseconds