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

/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;
/illumos-gate/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));
328 if (preauth_systems == NULL) {
351 preauth_systems[k] = static_preauth_systems[i];
358 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k]));
361 preauth_systems[k].plugin_context = plugin_context;
396 memset(&preauth_systems[k], 0, sizeof(preauth_systems[k]));
402 preauth_systems[
[all...]

Completed in 66 milliseconds