Searched refs:mbedtls_rsa_check_privkey (Results 1 – 6 of 6) sorted by relevance
340 RUNIT_ASSERT_W_PARAM(name, mbedtls_rsa_check_privkey(pCtx) == 0); in runIt_rsaPrivateGeneral()361 RUNIT_ASSERT_W_PARAM(name, mbedtls_rsa_check_privkey(pCtx2) == 0); in runIt_rsaPrivateGeneral()515 RUNIT_ASSERT_API(mbedtls_rsa_check_privkey(pCtx) == 0); in runIt_rsaCheckPrivkey()546 RUNIT_ASSERT_API(mbedtls_rsa_check_privkey(pCtx) == 0); in runIt_rsaGenKey()
611 RUNIT_PERF_REG_API(mbedtls_rsa_check_privkey , gCompConf.rsa); in runIt_regApi()612 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_privkey, "2048" , gCompConf.rsa); in runIt_regApi()613 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_privkey, "3072" , gCompConf.rsa); in runIt_regApi()614 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_privkey, "4096" , gCompConf.rsa); in runIt_regApi()
71 mbedtls_rsa_check_privkey 532 192
524 int mbedtls_rsa_check_privkey(const mbedtls_rsa_context *ctx);
1125 MBEDTLS_MPI_CHK( mbedtls_rsa_check_privkey( ctx ) ); in mbedtls_rsa_gen_key()1172 int mbedtls_rsa_check_privkey( const mbedtls_rsa_context *ctx ) in mbedtls_rsa_check_privkey() function1209 mbedtls_rsa_check_privkey( prv ) != 0 ) in mbedtls_rsa_check_pub_priv()
917 int mbedtls_rsa_check_privkey( const mbedtls_rsa_context *ctx ) in mbedtls_rsa_check_privkey() function955 mbedtls_rsa_check_privkey( prv ) != 0 ) in mbedtls_rsa_check_pub_priv()