Searched refs:authmethods (Results 1 – 2 of 2) sorted by relevance
79 Authmethod *authmethods[] = { variable486 if (authmethods[i]->enabled == NULL || in authmethods_get()487 *(authmethods[i]->enabled) == 0) in authmethods_get()493 authmethods[i]->name)) != 0) in authmethods_get()508 for (i = 0; authmethods[i] != NULL; i++) in authmethod_lookup()509 if (authmethods[i]->enabled != NULL && in authmethod_lookup()510 *(authmethods[i]->enabled) != 0 && in authmethod_lookup()513 authmethods[i]->name, NULL)) in authmethod_lookup()514 return authmethods[i]; in authmethod_lookup()544 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()[all …]
402 Authmethod authmethods[] = { variable2259 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()2326 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()