Searched refs:authmethods (Results 1 – 2 of 2) sorted by relevance
78 Authmethod *authmethods[] = { variable505 for (i = 0; authmethods[i] != NULL; i++) { in authmethods_get()506 if (strcmp(authmethods[i]->name, "none") == 0) in authmethods_get()508 if (authmethods[i]->enabled == NULL || in authmethods_get()509 *(authmethods[i]->enabled) == 0) in authmethods_get()515 authmethods[i]->name)) != 0) in authmethods_get()531 for (i = 0; authmethods[i] != NULL; i++) { in authmethod_byname()533 (authmethods[i]->synonym != NULL && in authmethod_byname()535 return authmethods[i]; in authmethod_byname()585 if (authmethods[i]->enabled == NULL || in auth2_methods_valid()[all …]
387 Authmethod authmethods[] = { variable2290 for (method = authmethods; method->name != NULL; method++) in authmethod_lookup()2357 for (method = authmethods; method->name != NULL; method++) { in authmethods_get()