Searched refs:str_type (Results 1 – 1 of 1) sorted by relevance
96 int str_type; in ASN1_mbstring_ncopy() local173 str_type = V_ASN1_PRINTABLESTRING; in ASN1_mbstring_ncopy()175 str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy()177 str_type = V_ASN1_T61STRING; in ASN1_mbstring_ncopy()179 str_type = V_ASN1_BMPSTRING; in ASN1_mbstring_ncopy()182 str_type = V_ASN1_UNIVERSALSTRING; in ASN1_mbstring_ncopy()185 str_type = V_ASN1_UTF8STRING; in ASN1_mbstring_ncopy()189 return str_type; in ASN1_mbstring_ncopy()198 dest->type = str_type; in ASN1_mbstring_ncopy()201 dest = ASN1_STRING_type_new(str_type); in ASN1_mbstring_ncopy()[all …]