Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth2.c345 const char *submethod) in userauth_finish() argument
426 const char *submethod) in auth2_method_allowed() argument
438 submethod) != MATCH_NONE) in auth2_method_allowed()
557 const char *submethod) in list_starts_with() argument
568 if (!submethod) in list_starts_with()
570 l = strlen(submethod); in list_starts_with()
572 if (strncmp(submethod, p, l)) in list_starts_with()
615 const char *submethod) in auth2_update_methods_lists() argument
622 submethod)) in auth2_update_methods_lists()
725 const char *submethod) in auth2_update_session_info() argument
[all …]
H A Dauth.c241 const char *method, const char *submethod) in auth_log() argument
273 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()