Searched refs:fxfastrep (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dfast.c191 PA_FX_FAST_REPLY fxfastrep; local
197 memset(&fxfastrep, 0, sizeof(fxfastrep));
216 fxfastrep.element = choice_PA_FX_FAST_REPLY_armored_data;
224 &fxfastrep.u.armored_data.enc_fast_rep);
230 &fxfastrep, &size, ret);
231 free_PA_FX_FAST_REPLY(&fxfastrep);
262 PA_FX_FAST_REPLY fxfastrep; local
265 memset(&fxfastrep, 0, sizeof(fxfastrep));
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c1731 PA_FX_FAST_REPLY fxfastrep; local
1747 memset(&fxfastrep, 0, sizeof(fxfastrep));
1750 ret = decode_PA_FX_FAST_REPLY(pa->padata_value.data, pa->padata_value.length, &fxfastrep, NULL);
1754 if (fxfastrep.element == choice_PA_FX_FAST_REPLY_armored_data) {
1759 &fxfastrep.u.armored_data.enc_fast_rep,
1832 free_PA_FX_FAST_REPLY(&fxfastrep);

Completed in 107 milliseconds