Home
last modified time | relevance | path

Searched refs:mbedtls_ecdsa_genkey_edwards (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecdsa_edwards.h51 int mbedtls_ecdsa_genkey_edwards(
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdsa_edwards.c66 int mbedtls_ecdsa_genkey_edwards( mbedtls_ecdsa_context *ctx, mbedtls_ecp_group_id gid, in mbedtls_ecdsa_genkey_edwards() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecdsa.c147 …RUNIT_ASSERT_WITH_RESULT( mbedtls_ecdsa_genkey_edwards(pCtx, MBEDTLS_ECP_DP_CURVE25519, mbedtls_ct… in runIt_ecdsaPrimRandomEdwTest()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c574 RUNIT_PERF_REG_API(mbedtls_ecdsa_genkey_edwards , gCompConf.ecc); in runIt_regApi()