Searched refs:user_key_allowed (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | auth.h | 121 int user_key_allowed(struct passwd *, Key *, int);
|
D | auth2-pubkey.c | 178 if (PRIVSEP(user_key_allowed(authctxt->pw, key, 1)) && in userauth_pubkey() 201 if (PRIVSEP(user_key_allowed(authctxt->pw, key, 0))) { in userauth_pubkey() 1091 user_key_allowed(struct passwd *pw, Key *key, int auth_attempt) in user_key_allowed() function
|
D | monitor.c | 1158 user_key_allowed(authctxt->pw, key, in mm_answer_keyallowed()
|