Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_ecies.h46 mbedtls_ecies_kem_encrypt_full((pGrp), (pRecipPublKey), (kdfDerivMode), (kdfHashMode), \
77 CCError_t mbedtls_ecies_kem_encrypt_full(
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_ecies.c252 RUNIT_ASSERT_API(mbedtls_ecies_kem_encrypt_full(pGrp, in runIt_eciesVector()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_ecies.c165 CCError_t mbedtls_ecies_kem_encrypt_full(mbedtls_ecp_group *pGrp, in mbedtls_ecies_kem_encrypt_full() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c584 RUNIT_PERF_REG_API(mbedtls_ecies_kem_encrypt_full , gCompConf.ecc); in runIt_regApi()