Home
last modified time | relevance | path

Searched refs:cray_access_denied (Results 1 – 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
Dbsd-cray.h44 int cray_access_denied(char *);
Dbsd-cray.c109 int cray_access_denied(char *);
154 cray_access_denied(char *username) in cray_access_denied() function
/external/openssh/
Dauth1.c317 if (authenticated && cray_access_denied(authctxt->user)) { in do_authloop()
Dauth2.c342 if (authenticated && cray_access_denied(authctxt->user)) { in userauth_finish()