HomeSort by relevance Sort by last modified time
    Searched full:str_type (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/asn1/
a_mbstr.c 93 int str_type; local
169 if(mask & B_ASN1_PRINTABLESTRING) str_type = V_ASN1_PRINTABLESTRING;
170 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING;
171 else if(mask & B_ASN1_T61STRING) str_type = V_ASN1_T61STRING;
173 str_type = V_ASN1_BMPSTRING;
176 str_type = V_ASN1_UNIVERSALSTRING;
179 str_type = V_ASN1_UTF8STRING;
182 if(!out) return str_type;
191 dest->type = str_type;
194 dest = ASN1_STRING_type_new(str_type);
    [all...]

Completed in 705 milliseconds