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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_preauth.c271 static int n_preauth_systems; variable
426 n_preauth_systems = k;
438 for (i = 0; i < n_preauth_systems; i++) {
447 n_preauth_systems = 0;
477 ret->n_contexts = n_preauth_systems;
706 for (j = 0; j < n_preauth_systems; j++) {
756 for (i = 0; i < n_preauth_systems; i++) {
821 pa_data = malloc(sizeof(krb5_pa_data *) * (n_preauth_systems+1));
824 memset(pa_data, 0, sizeof(krb5_pa_data *) * (n_preauth_systems+1));

Completed in 1160 milliseconds