Home
last modified time | relevance | path

Searched refs:asn1_decode_charstring (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c490 get_lenfield(val->ciphertext.length,val->ciphertext.data,2,asn1_decode_charstring); in asn1_decode_encrypted_data()
552 get_lenfield(val->tr_contents.length,val->tr_contents.data,1,asn1_decode_charstring); in asn1_decode_transited_encoding()
677 get_lenfield(val->user_data.length,val->user_data.data,0,asn1_decode_charstring); in asn1_decode_krb_safe_body()
987 0,asn1_decode_charstring); in asn1_decode_passwdsequence()
991 1,asn1_decode_charstring); in asn1_decode_passwdsequence()
1019 opt_string(val->sam_type_name,2,asn1_decode_charstring); in asn1_decode_sam_challenge()
1020 opt_string(val->sam_track_id,3,asn1_decode_charstring); in asn1_decode_sam_challenge()
1021 opt_string(val->sam_challenge_label,4,asn1_decode_charstring); in asn1_decode_sam_challenge()
1022 opt_string(val->sam_challenge,5,asn1_decode_charstring); in asn1_decode_sam_challenge()
1023 opt_string(val->sam_response_prompt,6,asn1_decode_charstring); in asn1_decode_sam_challenge()
[all …]
H A Dasn1_decode.h78 asn1_error_code asn1_decode_charstring
H A Dasn1_decode.c173 asn1_error_code asn1_decode_charstring(asn1buf *buf, unsigned int *retlen, char **val) in asn1_decode_charstring() function
H A Dkrb5_decode.c609 get_lenfield((*rep)->user_data.length,(*rep)->user_data.data,0,asn1_decode_charstring); in decode_krb5_enc_priv_part()
717 opt_lenfield((*rep)->e_data.length,(*rep)->e_data.data,12,asn1_decode_charstring); in decode_krb5_error()
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/
H A Dmapfile-vers61 asn1_decode_charstring;