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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c198 krb5_fast_req fast_req; local
222 fast_req.req_body = request;
223 if (fast_req.req_body->padata == NULL) {
224 fast_req.req_body->padata = calloc(1, sizeof(krb5_pa_data *));
225 if (fast_req.req_body->padata == NULL)
228 fast_req.fast_options = state->fast_options;
230 retval = encode_krb5_fast_req(&fast_req, &encoded_fast_req);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_encode.c1281 DEFSEQTYPE(fast_req, krb5_fast_req, fast_req_fields, 0);
1468 MAKE_FULL_ENCODER( encode_krb5_fast_req, fast_req);

Completed in 20 milliseconds