Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509_crt.h929 int mbedtls_x509_crt_get_ca_istrue(const mbedtls_x509_crt *crt);
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crt.c3293 int mbedtls_x509_crt_get_ca_istrue(const mbedtls_x509_crt *crt) in mbedtls_x509_crt_get_ca_istrue() function
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function1094 TEST_EQUAL(mbedtls_x509_crt_get_ca_istrue(&crt), result);