Home
last modified time | relevance | path

Searched refs:krb5_decode_ap_req (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_req.c109 krb5_decode_ap_req(krb5_context context, in krb5_decode_ap_req() function
838 ret = krb5_decode_ap_req(context, inbuf, &ap_req); in krb5_rd_req_ctx()
H A Dversion-script.map207 krb5_decode_ap_req;
H A Dlibkrb5-exports.def.in210 krb5_decode_ap_req
H A Dkrb5-protos.h2898 krb5_decode_ap_req (
/netbsd-src/crypto/external/bsd/heimdal/dist/kdc/
H A Dfast.c416 ret = krb5_decode_ap_req(r->context, in _kdc_fast_unwrap_request()
H A Dkrb5tgs.c1231 ret = krb5_decode_ap_req(context, &tgs_req->padata_value, &ap_req); in tgs_parse_request()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Daccept_sec_context.c309 ret = krb5_decode_ap_req(context, indata, &ap_req); in send_error_token()