Home
last modified time | relevance | path

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

/external/openssh/
Dauth1.c63 const struct AuthMethod1 auth1_methods[] = { variable
94 for (i = 0; auth1_methods[i].name != NULL; i++) in lookup_authmethod1()
95 if (auth1_methods[i].type == type) in lookup_authmethod1()
96 return (&(auth1_methods[i])); in lookup_authmethod1()