Searched refs:encode_krb5_kdc_req_body (Results 1 – 9 of 9) sorted by relevance
97 SC (encode_krb5_kdc_req_body, encode_krb5_kdc_req_body), in krb5int_accessor()
106 k5int_encode_krb5_kdc_req_body = k5int.encode_krb5_kdc_req_body; in pkinit_accessor_init()
156 return encode_krb5_kdc_req_body(request, encoded_request_body); in krb5int_fast_prep_req_body()160 retval = encode_krb5_kdc_req_body(&state->fast_outer_request, in krb5int_fast_prep_req_body()
1285 code = encode_krb5_kdc_req_body(ctx->request, &ctx->inner_request_body); in init_creds_step_request()
78 encode_krb5_kdc_req_body
1405 encode_krb5_kdc_req_body(const krb5_kdc_req *rep, krb5_data **code);1991 (*encode_krb5_kdc_req_body)(const krb5_kdc_req *rep, krb5_data **code); member
297 encode_krb5_kdc_req_body;
249 if (!(retval = encode_krb5_kdc_req_body(request, &scratch))) in kdc_process_tgs_req()
1171 MAKE_ENCODER(encode_krb5_kdc_req_body, kdc_req_body);