Searched refs:fxfastrep (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/kdc/ |
| H A D | fast.c | 191 PA_FX_FAST_REPLY fxfastrep; in _kdc_fast_mk_response() local 197 memset(&fxfastrep, 0, sizeof(fxfastrep)); in _kdc_fast_mk_response() 216 fxfastrep.element = choice_PA_FX_FAST_REPLY_armored_data; in _kdc_fast_mk_response() 224 &fxfastrep.u.armored_data.enc_fast_rep); in _kdc_fast_mk_response() 230 &fxfastrep, &size, ret); in _kdc_fast_mk_response() 231 free_PA_FX_FAST_REPLY(&fxfastrep); in _kdc_fast_mk_response() 262 PA_FX_FAST_REPLY fxfastrep; in _kdc_fast_mk_error() local 265 memset(&fxfastrep, 0, sizeof(fxfastrep)); in _kdc_fast_mk_error()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| H A D | init_creds_pw.c | 1731 PA_FX_FAST_REPLY fxfastrep; in fast_unwrap_as_rep() local 1747 memset(&fxfastrep, 0, sizeof(fxfastrep)); in fast_unwrap_as_rep() 1750 ret = decode_PA_FX_FAST_REPLY(pa->padata_value.data, pa->padata_value.length, &fxfastrep, NULL); in fast_unwrap_as_rep() 1754 if (fxfastrep.element == choice_PA_FX_FAST_REPLY_armored_data) { in fast_unwrap_as_rep() 1759 &fxfastrep.u.armored_data.enc_fast_rep, in fast_unwrap_as_rep() 1832 free_PA_FX_FAST_REPLY(&fxfastrep); in fast_unwrap_as_rep()
|