Searched refs:B_ASN1_IA5STRING (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/asn1/ |
D | tbl_standard.h | 36 {NID_pkcs9_emailAddress, 1, ub_email_address, B_ASN1_IA5STRING, 49 {NID_domainComponent, 1, -1, B_ASN1_IA5STRING, STABLE_NO_MASK}, 51 {NID_rfc822Mailbox, 1, ub_rfc822_mailbox, B_ASN1_IA5STRING,
|
D | a_mbstr.c | 125 else if (mask & B_ASN1_IA5STRING) in ASN1_mbstring_ncopy() 280 if ((types & B_ASN1_IA5STRING) && !ossl_isascii(native)) in type_str() 281 types &= ~B_ASN1_IA5STRING; in type_str()
|
D | tasn_dec.c | 76 B_ASN1_T61STRING, B_ASN1_VIDEOTEXSTRING, B_ASN1_IA5STRING,
|
/third_party/openssl/include/openssl/ |
D | asn1.h | 95 # define B_ASN1_IA5STRING 0x0010 macro 184 # define PKCS9STRING_TYPE (DIRSTRING_TYPE|B_ASN1_IA5STRING) 497 B_ASN1_IA5STRING| \ 513 B_ASN1_IA5STRING| \
|
/third_party/openssl/crypto/x509/ |
D | x_name.c | 381 | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
|