Searched defs:static_preauth_systems (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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)
306 / sizeof(static_preauth_systems[0]);
347 i < sizeof(static_preauth_systems) / sizeof(static_preauth_systems[0]);
349 if (static_preauth_systems[i].type == -1)
351 preauth_systems[k] = static_preauth_systems[i];
355 server_init_proc = static_preauth_systems[i].init;
654 ap = preauth_systems ? preauth_systems : static_preauth_systems;

Completed in 63 milliseconds