Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Drsa.h533 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub,
/third_party/mbedtls/library/
Dpk_wrap.c577 return mbedtls_rsa_check_pub_priv((const mbedtls_rsa_context *) pub, in rsa_check_pair_wrap()
Drsa.c705 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, in mbedtls_rsa_check_pub_priv() function
/third_party/mbedtls/tests/suites/
Dtest_suite_rsa.function722 TEST_ASSERT(mbedtls_rsa_check_pub_priv(&pub, &prv) == result);