Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dauth2.c321 const char *submethod) in userauth_finish() argument
342 if (!auth2_update_methods_lists(authctxt, method, submethod)) { in userauth_finish()
349 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish()
415 const char *submethod) in auth2_method_allowed() argument
427 submethod) != MATCH_NONE) in auth2_method_allowed()
566 const char *submethod) in list_starts_with() argument
577 if (!submethod) in list_starts_with()
579 l = strlen(submethod); in list_starts_with()
581 if (strncmp(submethod, p, l)) in list_starts_with()
597 remove_method(char **methods, const char *method, const char *submethod) in remove_method() argument
[all …]
Dauth.c279 const char *method, const char *submethod) in auth_log() argument
305 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()