Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_mbstr.c | 168 else if(mask & B_ASN1_IA5STRING) str_type = V_ASN1_IA5STRING; in ASN1_mbstring_ncopy() 312 if((types & B_ASN1_IA5STRING) && (value > 127)) in type_str() 313 types &= ~B_ASN1_IA5STRING; in type_str()
|
D | a_strnid.c | 165 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, STABLE_NO_MASK}, 176 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
D | tasn_dec.c | 103 B_ASN1_T61STRING,B_ASN1_VIDEOTEXSTRING,B_ASN1_IA5STRING, /* tags 20-22 */
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 127 #define B_ASN1_IA5STRING 0x0010 macro 254 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 586 B_ASN1_IA5STRING| \ 602 B_ASN1_IA5STRING| \ 661 B_ASN1_IA5STRING)
|
/external/boringssl/src/crypto/x509/ |
D | x_name.c | 409 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|