Searched refs:authmethods (Results 1 – 2 of 2) sorted by relevance
82 Authmethod *authmethods[] = { variable498 if (authmethods[i]->enabled == NULL || in authmethods_get()499 *(authmethods[i]->enabled) == 0) in authmethods_get()505 authmethods[i]->name)) != 0) in authmethods_get()520 for (i = 0; authmethods[i] != NULL; i++) in authmethod_lookup()521 if (authmethods[i]->enabled != NULL && in authmethod_lookup()522 *(authmethods[i]->enabled) != 0 && in authmethod_lookup()525 authmethods[i]->name, NULL)) in authmethod_lookup()526 return authmethods[i]; in authmethod_lookup()556 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()[all …]
331 Authmethod authmethods[] = { variable2052 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()2119 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()