HomeSort by: relevance | last modified time | path
    Searched refs:auth2_method_allowed (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
auth.h 179 int auth2_method_allowed(Authctxt *, const char *, const char *);
auth2.c 484 auth2_method_allowed(Authctxt *authctxt, const char *method, function
518 if (!auth2_method_allowed(authctxt, authmethods[i]->cfg->name,
560 if (!auth2_method_allowed(authctxt, method->cfg->name, NULL)) {
auth2-chall.c 181 !auth2_method_allowed(authctxt,

Completed in 32 milliseconds