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

/freebsd-10-stable/crypto/openssh/
H A Dauth1.c66 const struct AuthMethod1 auth1_methods[] = { variable in typeref:struct:AuthMethod1
97 for (i = 0; auth1_methods[i].name != NULL; i++)
98 if (auth1_methods[i].type == type)
99 return (&(auth1_methods[i]));

Completed in 104 milliseconds