Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_mbstr.c | 171 else if (mask & B_ASN1_IA5STRING) in ASN1_mbstring_ncopy() 324 if ((types & B_ASN1_IA5STRING) && (value > 127)) in type_str() 325 types &= ~B_ASN1_IA5STRING; in type_str()
|
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 | 107 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 226 #define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 548 B_ASN1_IA5STRING| \ 564 B_ASN1_IA5STRING| \
|
/external/boringssl/src/crypto/x509/ |
D | x_name.c | 426 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|