Home
last modified time | relevance | path

Searched refs:static_preauth_systems (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c200 static krb5_preauth_systems static_preauth_systems[] = { variable
305 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()