Searched refs:mbedtls_rsa_check_pub_priv (Results 1 – 5 of 5) sorted by relevance
537 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub,
450 return mbedtls_rsa_check_pub_priv((const mbedtls_rsa_context *) pub->pk_ctx, in rsa_check_pair_wrap()
1216 int mbedtls_rsa_check_pub_priv(const mbedtls_rsa_context *pub, in mbedtls_rsa_check_pub_priv() function
730 TEST_ASSERT(mbedtls_rsa_check_pub_priv(&pub, &prv) == result);
1050 The legacy API provides functions `mbedtls_pk_check_pair`, `mbedtls_rsa_check_pub_priv` and `mbedtl…