Home
last modified time | relevance | path

Searched refs:auth_rsa_key_allowed (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dauth-rsa.c271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() function
306 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) { in auth_rsa()
Dauth.h117 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
Dmonitor.c1558 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key); in mm_answer_rsa_keyallowed()
DChangeLog750 move check for revoked keys to run earlier (in auth_rsa_key_allowed)