Home
last modified time | relevance | path

Searched refs:MBEDTLS_ASN1_BMP_STRING (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Dasn1.h90 #define MBEDTLS_ASN1_BMP_STRING 0x1E macro
99 ( ( 1u << ( tag ) ) & ( ( 1u << MBEDTLS_ASN1_BMP_STRING ) | \
/third_party/mbedtls/library/
Dx509.c378 if( **p != MBEDTLS_ASN1_BMP_STRING && **p != MBEDTLS_ASN1_UTF8_STRING && in x509_get_attr_type_value()
/third_party/mbedtls/tests/suites/
Dtest_suite_asn1parse.function110 case MBEDTLS_ASN1_BMP_STRING: