Home
last modified time | relevance | path

Searched refs:user_key_allowed (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dauth.h121 int user_key_allowed(struct passwd *, Key *, int);
Dauth2-pubkey.c178 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
Dmonitor.c1158 user_key_allowed(authctxt->pw, key, in mm_answer_keyallowed()