Searched refs:submethod (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | auth2.c | 297 const char *submethod) in userauth_finish() argument 319 if (!auth2_update_methods_lists(authctxt, method, submethod)) { in userauth_finish() 326 auth_log(authctxt, authenticated, partial, method, submethod); in userauth_finish() 393 const char *submethod) in auth2_method_allowed() argument 405 submethod) != MATCH_NONE) in auth2_method_allowed() 544 const char *submethod) in list_starts_with() argument 555 if (!submethod) in list_starts_with() 557 l = strlen(submethod); in list_starts_with() 559 if (strncmp(submethod, p, l)) in list_starts_with() 575 remove_method(char **methods, const char *method, const char *submethod) in remove_method() argument [all …]
|
D | auth.c | 289 const char *method, const char *submethod) in auth_log() argument 315 submethod != NULL ? "/" : "", submethod == NULL ? "" : submethod, in auth_log()
|