Home
last modified time | relevance | path

Searched refs:mbedtls_ecdh_read_params_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_ecdh_edwards.h85 int mbedtls_ecdh_read_params_edwards(
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Decdh_alt.c191 int mbedtls_ecdh_read_params_edwards( mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params_edwards() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecdh.c257 RUNIT_ASSERT_API(mbedtls_ecdh_read_params_edwards(pCli, &vbuf, pBuf + len) == 0); in runIt_ecdhExange25519()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c570 RUNIT_PERF_REG_API(mbedtls_ecdh_read_params_edwards , gCompConf.ecc); in runIt_regApi()