Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth2.c365 const char *submethod) in userauth_finish() argument
478 const char *submethod) in auth2_method_allowed() argument
490 submethod) != MATCH_NONE) in auth2_method_allowed()
656 const char *submethod) in list_starts_with() argument
667 if (!submethod) in list_starts_with()
669 l = strlen(submethod); in list_starts_with()
671 if (strncmp(submethod, p, l)) in list_starts_with()
714 const char *submethod) in auth2_update_methods_lists() argument
721 submethod)) in auth2_update_methods_lists()
824 const char *submethod) in auth2_update_session_info() argument
[all …]
H A Dauth.c269 const char *method, const char *submethod) in auth_log() argument
304 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()