Searched refs:MBEDTLS_ASN1_BOOLEAN (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | asn1.h | 64 #define MBEDTLS_ASN1_BOOLEAN 0x01 macro
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | asn1.h | 64 #define MBEDTLS_ASN1_BOOLEAN 0x01 macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | asn1parse.c | 86 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_BOOLEAN)) != 0) { in mbedtls_asn1_get_bool()
|
H A D | asn1write.c | 196 return mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_BOOLEAN); in mbedtls_asn1_write_bool()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | asn1parse.c | 87 if ((ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_BOOLEAN)) != 0) { in mbedtls_asn1_get_bool()
|
H A D | asn1write.c | 197 return mbedtls_asn1_write_len_and_tag(p, start, len, MBEDTLS_ASN1_BOOLEAN); in mbedtls_asn1_write_bool()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_asn1parse.function | 49 case MBEDTLS_ASN1_BOOLEAN:
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_asn1parse.function | 49 case MBEDTLS_ASN1_BOOLEAN:
|