Symbol: B_ASN1_UTF8STRING
crypto/openssl/crypto/asn1/a_mbstr.c
298
| B_ASN1_UNIVERSALSTRING | B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
305
types |= B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_mbstr.c
320
if ((types & B_ASN1_UTF8STRING) && !is_unicode_valid(value))
crypto/openssl/crypto/asn1/a_mbstr.c
321
types &= ~B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_strex.c
618
B_ASN1_UTF8STRING);
crypto/openssl/crypto/asn1/a_strnid.c
26
static unsigned long global_mask = B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/a_strnid.c
60
mask = ~((unsigned long)(B_ASN1_BMPSTRING | B_ASN1_UTF8STRING));
crypto/openssl/crypto/asn1/a_strnid.c
64
mask = B_ASN1_UTF8STRING;
crypto/openssl/crypto/asn1/tasn_dec.c
78
B_ASN1_UTF8STRING,
crypto/openssl/crypto/asn1/tbl_standard.h
59
{ NID_dnsName, 0, -1, B_ASN1_UTF8STRING, STABLE_NO_MASK },
crypto/openssl/crypto/asn1/tbl_standard.h
60
{ NID_id_on_SmtpUTF8Mailbox, 1, ub_email_address, B_ASN1_UTF8STRING, STABLE_NO_MASK }
crypto/openssl/crypto/x509/x_name.c
389
(B_ASN1_UTF8STRING | B_ASN1_BMPSTRING | B_ASN1_UNIVERSALSTRING \
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
crypto/openssl/include/openssl/asn1.h
607
B_ASN1_IA5STRING | B_ASN1_VISIBLESTRING | B_ASN1_BMPSTRING | B_ASN1_UTF8STRING
crypto/openssl/test/asn1_internal_test.c
167
B_ASN1_UTF8STRING),