Home | History | Annotate | Download | only in asn1

Lines Matching refs:str_type

93 	int str_type;
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);
208 return str_type;
243 return str_type;