Searched refs:submethod (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | auth2.c | 322 const char *submethod) in userauth_finish() argument 343 if (!auth2_update_methods_lists(authctxt, method, submethod)) { in userauth_finish() 350 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish() 416 const char *submethod) in auth2_method_allowed() argument 428 submethod) != MATCH_NONE) in auth2_method_allowed() 567 const char *submethod) in list_starts_with() argument 578 if (!submethod) in list_starts_with() 580 l = strlen(submethod); in list_starts_with() 582 if (strncmp(submethod, p, l)) in list_starts_with() 598 remove_method(char **methods, const char *method, const char *submethod) in remove_method() argument [all …]
|
| HD | auth.c | 275 const char *method, const char *submethod) in auth_log() argument 300 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()
|
| HD | ChangeLog | 1813 add submethod support to AuthenticationMethods; ok and freedback djm@ 2404 Add a "submethod" to auth_log() to report which submethod is used
|