Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dx509_crt.h898 int mbedtls_x509_crt_check_key_usage( const mbedtls_x509_crt *crt,
/third_party/mbedtls/library/
Dx509_crt.c2255 int mbedtls_x509_crt_check_key_usage( const mbedtls_x509_crt *crt, in mbedtls_x509_crt_check_key_usage() function
2357 if( mbedtls_x509_crt_check_key_usage( ca, in x509_crt_verifycrl()
2500 mbedtls_x509_crt_check_key_usage( parent, MBEDTLS_X509_KU_KEY_CERT_SIGN ) != 0 ) in x509_crt_check_parent()
Dssl_tls.c6907 if( mbedtls_x509_crt_check_key_usage( cert, usage ) != 0 ) in mbedtls_ssl_check_cert_usage()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.function1185 TEST_ASSERT( mbedtls_x509_crt_check_key_usage( &crt, usage ) == ret );