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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c100 * list of support pa_types so that we can iterate over the modules more
1761 static const pa_types_t pa_types[] = { variable
2048 if (!realdone) for (j=0; pa_types[j].type >= 0; j++) {
2049 if ((in_padata[i]->pa_type == pa_types[j].type) &&
2050 (pa_types[j].flags & paorder[h])) {
2053 "%d, flag %d\n", pa_types[j].type, paorder[h]);
2057 if ((ret = ((*pa_types[j].fct)(context, request,

Completed in 32 milliseconds