Searched refs:k5_asn1_full_decode (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/krb5/src/lib/krb5/asn.1/ |
H A D | asn1_encode.h | 540 k5_asn1_full_decode(const krb5_data *code, const struct atype_info *a, 558 ret = k5_asn1_full_decode(code, &k5_atype_##DESC, &rep); \
|
H A D | asn1_k_encode.c | 1144 ret = k5_asn1_full_decode(code, &k5_atype_enc_tgs_rep_part, &rep_ptr); in decode_krb5_enc_kdc_rep_part() 1147 ret = k5_asn1_full_decode(code, &k5_atype_enc_as_rep_part, &rep_ptr); in decode_krb5_enc_kdc_rep_part() 1194 ret = k5_asn1_full_decode(code, &k5_atype_safe_with_body, &swb_ptr); in decode_krb5_safe_with_body() 1198 ret = k5_asn1_full_decode(swb->body, &k5_atype_safe_body, &safe_ptr); in decode_krb5_safe_with_body() 1266 ret = k5_asn1_full_decode(code, &k5_atype_setpw_req, &req_ptr); in decode_krb5_setpw_req() 1315 ret = k5_asn1_full_decode(&d, &k5_atype_authdata_types, &atypes_ptr); in krb5int_get_authdata_containee_types()
|
H A D | asn1_encode.c | 1567 k5_asn1_full_decode(const krb5_data *code, const struct atype_info *a, in k5_asn1_full_decode() function
|
H A D | README.asn1 | 541 k5_asn1_full_decode. If you are stepping through code and hit a
|