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

/external/openssh/
H A Dauth2-pubkey.c142 if (PRIVSEP(user_key_allowed(authctxt->pw, key)) &&
160 if (PRIVSEP(user_key_allowed(authctxt->pw, key))) {
297 debug2("user_key_allowed: check options: '%s'", cp);
309 debug2("user_key_allowed: advance: '%s'", cp);
437 user_key_allowed(struct passwd *pw, Key *key) function
H A Dauth.h121 int user_key_allowed(struct passwd *, Key *);
H A Dmonitor.c1146 user_key_allowed(authctxt->pw, key);

Completed in 1124 milliseconds