Symbol: B_ASN1_PRINTABLESTRING
crypto/openssl/crypto/asn1/a_mbstr.c
124
else if (mask & B_ASN1_PRINTABLESTRING)
crypto/openssl/crypto/asn1/a_mbstr.c
296
types &= B_ASN1_NUMERICSTRING | B_ASN1_PRINTABLESTRING
crypto/openssl/crypto/asn1/a_mbstr.c
312
if ((types & B_ASN1_PRINTABLESTRING) && !ossl_isasn1print(native))
crypto/openssl/crypto/asn1/a_mbstr.c
313
types &= ~B_ASN1_PRINTABLESTRING;
crypto/openssl/crypto/asn1/tasn_dec.c
86
B_ASN1_PRINTABLESTRING,
crypto/openssl/crypto/asn1/tbl_standard.h
30
{ NID_countryName, 2, 2, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK },
crypto/openssl/crypto/asn1/tbl_standard.h
44
{ NID_serialNumber, 1, ub_serial_number, B_ASN1_PRINTABLESTRING,
crypto/openssl/crypto/asn1/tbl_standard.h
48
{ NID_dnQualifier, -1, -1, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK },
crypto/openssl/crypto/asn1/tbl_standard.h
53
{ NID_jurisdictionCountryName, 2, 2, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK },
crypto/openssl/crypto/asn1/tbl_standard.h
57
{ NID_countryCode3c, 3, 3, B_ASN1_PRINTABLESTRING, STABLE_NO_MASK },
crypto/openssl/crypto/x509/x_name.c
390
| B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING \
crypto/openssl/include/openssl/asn1.h
226
(B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_BMPSTRING | B_ASN1_UTF8STRING)
crypto/openssl/include/openssl/asn1.h
601
B_ASN1_NUMERICSTRING | B_ASN1_PRINTABLESTRING | B_ASN1_T61STRING | B_ASN1_IA5STRING | B_ASN1_BIT_STRING | B_ASN1_UNIVERSALSTRING | B_ASN1_BMPSTRING | B_ASN1_UTF8STRING | B_ASN1_SEQUENCE | B_ASN1_UNKNOWN
crypto/openssl/include/openssl/asn1.h
604
B_ASN1_PRINTABLESTRING | B_ASN1_TELETEXSTRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING | B_ASN1_UTF8STRING