Searched refs:static_preauth_systems (Results 1 – 1 of 1) sorted by relevance
200 static krb5_preauth_systems static_preauth_systems[] = { variable305 module_count = sizeof(static_preauth_systems) in load_preauth_plugins()306 / sizeof(static_preauth_systems[0]); in load_preauth_plugins()347 i < sizeof(static_preauth_systems) / sizeof(static_preauth_systems[0]); in load_preauth_plugins()349 if (static_preauth_systems[i].type == -1) in load_preauth_plugins()351 preauth_systems[k] = static_preauth_systems[i]; in load_preauth_plugins()355 server_init_proc = static_preauth_systems[i].init; in load_preauth_plugins()654 ap = preauth_systems ? preauth_systems : static_preauth_systems; in find_pa_system()