Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Drsa.h537 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Drsa.h527 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpk_wrap.c450 return mbedtls_rsa_check_pub_priv((const mbedtls_rsa_context *) pub->pk_ctx, in rsa_check_pair_wrap()
H A Drsa.c1215 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, in mbedtls_rsa_check_pub_priv() function
/aosp_15_r20/external/mbedtls/library/
H A Dpk_wrap.c570 return mbedtls_rsa_check_pub_priv((const mbedtls_rsa_context *) pub->pk_ctx, in rsa_check_pair_wrap()
H A Drsa.c843 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, in mbedtls_rsa_check_pub_priv() function
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_rsa.function720 TEST_ASSERT(mbedtls_rsa_check_pub_priv(&pub, &prv) == result);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_rsa.function730 TEST_ASSERT(mbedtls_rsa_check_pub_priv(&pub, &prv) == result);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1050 The legacy API provides functions `mbedtls_pk_check_pair`, `mbedtls_rsa_check_pub_priv` and `mbedtl…