Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth2.c354 const char *submethod) in userauth_finish() argument
465 const char *submethod) in auth2_method_allowed() argument
477 submethod) != MATCH_NONE) in auth2_method_allowed()
643 const char *submethod) in list_starts_with() argument
654 if (!submethod) in list_starts_with()
656 l = strlen(submethod); in list_starts_with()
658 if (strncmp(submethod, p, l)) in list_starts_with()
701 const char *submethod) in auth2_update_methods_lists() argument
708 submethod)) in auth2_update_methods_lists()
811 const char *submethod) in auth2_update_session_info() argument
[all …]
H A Dauth.c269 const char *method, const char *submethod) in auth_log() argument
301 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()