Home
last modified time | relevance | path

Searched refs:submethod (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/crypto/openssh/
H A Dauth2.c352 const char *submethod) in userauth_finish() argument
456 const char *submethod) in auth2_method_allowed() argument
468 submethod) != MATCH_NONE) in auth2_method_allowed()
615 const char *submethod) in list_starts_with() argument
626 if (!submethod) in list_starts_with()
628 l = strlen(submethod); in list_starts_with()
630 if (strncmp(submethod, p, l)) in list_starts_with()
673 const char *submethod) in auth2_update_methods_lists() argument
680 submethod)) in auth2_update_methods_lists()
783 const char *submethod) in auth2_update_session_info() argument
[all …]
H A Dauth.c315 const char *method, const char *submethod) in auth_log() argument
350 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()