Home
last modified time | relevance | path

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

/external/openssh/
Dauth2.c104 static int list_starts_with(const char *, const char *, const char *);
466 if (list_starts_with(authctxt->auth_methods[i], method, in auth2_method_allowed()
613 list_starts_with(const char *methods, const char *method, in list_starts_with() function
651 match = list_starts_with(omethods, method, submethod); in remove_method()