OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:user_key_allowed
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth2-pubkey.c
142
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
auth.h
121
int
user_key_allowed
(struct passwd *, Key *);
monitor.c
1146
user_key_allowed
(authctxt->pw, key);
[
all
...]
Completed in 65 milliseconds