Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Da_mbstr.c46 int str_type; in ASN1_mbstring_ncopy() local
120 str_type = V_ASN1_NUMERICSTRING; in ASN1_mbstring_ncopy()
122 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()
124 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()
126 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()
128 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()
134 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()
138 return str_type; in ASN1_mbstring_ncopy()
143 dest->type = str_type; in ASN1_mbstring_ncopy()
163 return str_type; in ASN1_mbstring_ncopy()
[all …]

Completed in 13 milliseconds