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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_mbstr.c93 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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_mbstr.c93 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 303 milliseconds