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

/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dfast.c359 KrbFastReq fastreq; local
515 ret = decode_KrbFastReq(data.data, data.length, &fastreq, &size);
528 ret = copy_KDC_REQ_BODY(&fastreq.req_body, &r->req.req_body);
533 if (FastOptions2int(fastreq.fast_options) & 0xfffc) {
546 ret = copy_METHOD_DATA(&fastreq.padata, r->req.padata);
550 free_KrbFastReq(&fastreq);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dinit_creds_pw.c2089 KrbFastReq fastreq; local
2099 memset(&fastreq, 0, sizeof(fastreq));
2118 fastreq.fast_options.hide_client_names = 1;
2120 ret = copy_KDC_REQ_BODY(&req->req_body, &fastreq.req_body);
2134 ret = copy_METHOD_DATA(req->padata, &fastreq.padata);
2141 ASN1_MALLOC_ENCODE(KrbFastReq, data.data, data.length, &fastreq, &size, ret);

Completed in 186 milliseconds