Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c328 if (preauth_systems == NULL) { in load_preauth_plugins()
358 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()
396 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()
405 preauth_systems[k].flags = ftable->flags_proc(context, preauth_systems[k].type); in load_preauth_plugins()
429 preauth_systems[k].type = -1; in load_preauth_plugins()
437 if (preauth_systems != NULL) { in unload_preauth_plugins()
443 memset(&preauth_systems[i], 0, sizeof(preauth_systems[i])); in unload_preauth_plugins()
445 free(preauth_systems); in unload_preauth_plugins()
446 preauth_systems = NULL; in unload_preauth_plugins()
654 ap = preauth_systems ? preauth_systems : static_preauth_systems; in find_pa_system()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth.c86 static const krb5_preauth_ops preauth_systems[] = { variable
355 const krb5_preauth_ops *ap = preauth_systems; in find_pa_system()