Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_mbstr.c | 159 if ((mask & B_ASN1_IA5STRING) && (c > 127)) { in OPENSSL_DECLARE_ERROR_REASON() 160 mask &= ~B_ASN1_IA5STRING; in OPENSSL_DECLARE_ERROR_REASON() 197 } else if (mask & B_ASN1_IA5STRING) { in OPENSSL_DECLARE_ERROR_REASON()
|
D | a_strnid.c | 180 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, 193 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK},
|
D | tasn_dec.c | 116 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING, /* tags 20-22 */
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 137 #define B_ASN1_IA5STRING 0x0010 macro 229 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 538 B_ASN1_IA5STRING| \ 554 B_ASN1_IA5STRING| \
|
/external/boringssl/src/crypto/x509/ |
D | x_name.c | 426 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|