Home
last modified time | relevance | path

Searched refs:mbedtls_x509_crt_check_key_usage (Results 1 – 5 of 5) sorted by relevance

/mbedtls-latest/include/mbedtls/
Dx509_crt.h842 int mbedtls_x509_crt_check_key_usage(const mbedtls_x509_crt *crt,
/mbedtls-latest/library/
Dx509_crt.c1930 int mbedtls_x509_crt_check_key_usage(const mbedtls_x509_crt *crt, in mbedtls_x509_crt_check_key_usage() function
2038 if (mbedtls_x509_crt_check_key_usage(ca, in x509_crt_verifycrl()
2204 mbedtls_x509_crt_check_key_usage(parent, MBEDTLS_X509_KU_KEY_CERT_SIGN) != 0) { in x509_crt_check_parent()
Dssl_tls13_server.c1154 if (mbedtls_x509_crt_check_key_usage( in ssl_tls13_pick_key_cert()
Dssl_tls.c9762 if (mbedtls_x509_crt_check_key_usage(cert, usage) != 0) { in mbedtls_ssl_check_cert_usage()
/mbedtls-latest/tests/suites/
Dtest_suite_x509parse.function1570 TEST_EQUAL(mbedtls_x509_crt_check_key_usage(&crt, usage), ret);