Searched refs:auth_rsa_key_allowed (Results 1 – 4 of 4) sorted by relevance
271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() function306 if (!PRIVSEP(auth_rsa_key_allowed(pw, client_n, &key))) { in auth_rsa()
117 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
1558 allowed = auth_rsa_key_allowed(authctxt->pw, client_n, &key); in mm_answer_rsa_keyallowed()
750 move check for revoked keys to run earlier (in auth_rsa_key_allowed)