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

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

Completed in 28 milliseconds