Searched refs:auth1_methods (Results 1 – 1 of 1) sorted by relevance
63 const struct AuthMethod1 auth1_methods[] = { variable94 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()