Home
last modified time | relevance | path

Searched refs:mbedtls_rsa_check_pubkey (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c615 RUNIT_PERF_REG_API(mbedtls_rsa_check_pubkey , gCompConf.rsa); in runIt_regApi()
616 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_pubkey, "2048" , gCompConf.rsa); in runIt_regApi()
617 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_pubkey, "3072" , gCompConf.rsa); in runIt_regApi()
618 RUNIT_PERF_REG_API_W_PARAM(mbedtls_rsa_check_pubkey, "4096" , gCompConf.rsa); in runIt_regApi()
Dstackinfo795 mbedtls_rsa_check_pubkey 88 16
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_rsa.c231 RUNIT_ASSERT_W_PARAM(name, mbedtls_rsa_check_pubkey(pCtx) == 0); in runIt_rsaPublicGeneral()
241 RUNIT_ASSERT_W_PARAM(name, mbedtls_rsa_check_pubkey(pCtx2) == 0); in runIt_rsaPublicGeneral()
644 RUNIT_ASSERT_W_PARAM(name, mbedtls_rsa_check_pubkey(pCtx) == 0); in runIt_rsaPkcsV21TestGeneral()
/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Drsa_alt.c1139 int mbedtls_rsa_check_pubkey( const mbedtls_rsa_context *ctx ) in mbedtls_rsa_check_pubkey() function
1168 if( mbedtls_rsa_check_pubkey( ctx ) != 0 || in mbedtls_rsa_check_privkey()
1200 if( mbedtls_rsa_check_pubkey( pub ) != 0 || in mbedtls_rsa_check_pub_priv()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Drsa_alt.c891 int mbedtls_rsa_check_pubkey( const mbedtls_rsa_context *ctx ) in mbedtls_rsa_check_pubkey() function
922 if( mbedtls_rsa_check_pubkey( ctx ) != 0 ) in mbedtls_rsa_check_privkey()
954 if( mbedtls_rsa_check_pubkey( pub ) != 0 || in mbedtls_rsa_check_pub_priv()