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

/netbsd-current/crypto/external/bsd/heimdal/dist/kdc/
H A Dfast.c362 KrbFastReq fastreq; local
517 ret = decode_KrbFastReq(data.data, data.length, &fastreq, &size);
530 ret = copy_KDC_REQ_BODY(&fastreq.req_body, &r->req.req_body);
535 if (FastOptions2int(fastreq.fast_options) & 0xfffc) {
548 ret = copy_METHOD_DATA(&fastreq.padata, r->req.padata);
552 free_KrbFastReq(&fastreq);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dinit_creds_pw.c2022 KrbFastReq fastreq; local
2032 memset(&fastreq, 0, sizeof(fastreq));
2051 fastreq.fast_options.hide_client_names = 1;
2053 ret = copy_KDC_REQ_BODY(&req->req_body, &fastreq.req_body);
2078 ret = copy_METHOD_DATA(req->padata, &fastreq.padata);
2087 ASN1_MALLOC_ENCODE(KrbFastReq, data.data, data.length, &fastreq, &size, ret);
2098 ret = make_fast_ap_fxarmor(context, state, fastreq.req_body.realm, &fxreq.u.armored_data.armor);
2145 free_KrbFastReq(&fastreq);

Completed in 116 milliseconds