Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c270 static krb5_preauth_systems *preauth_systems; variable
327 preauth_systems = malloc(sizeof(krb5_preauth_systems) * (module_count + 1)); in load_preauth_plugins()
328 if (preauth_systems == NULL) { in load_preauth_plugins()
351 preauth_systems[k] = static_preauth_systems[i]; in load_preauth_plugins()
358 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()
361 preauth_systems[k].plugin_context = plugin_context; in load_preauth_plugins()
396 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k])); in load_preauth_plugins()
402 preauth_systems[k].name = ftable->name; in load_preauth_plugins()
403 preauth_systems[k].type = ftable->pa_type_list[j]; in load_preauth_plugins()
405 preauth_systems[k].flags = ftable->flags_proc(context, preauth_systems[k].type); in load_preauth_plugins()
[all …]
/titanic_41/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()