Home
last modified time | relevance | path

Searched refs:mbedtls_chacha_free (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha.c193 CIMPORT_C CCError_t mbedtls_chacha_free(mbedtls_chacha_user_context *pContextID) in mbedtls_chacha_free() function
245 Error = mbedtls_chacha_free(&UserContext); in mbedtls_chacha()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_chacha.h169 CIMPORT_C CCError_t mbedtls_chacha_free(
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c514 RUNIT_PERF_REG_API(mbedtls_chacha_free , 1); in runIt_regApi()