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/ |
D | run_integration_test.c | 615 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()
|
D | stackinfo | 795 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/ |
D | run_integration_rsa.c | 231 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/ |
D | rsa_alt.c | 1139 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/ |
D | rsa_alt.c | 891 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()
|