Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h113 void mbedtls_chachapoly_free(mbedtls_chachapoly_context *ctx);
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_chacha.c182 RUNIT_API(mbedtls_chachapoly_free(&ctx)); in runIt_ChachaPolyEncrypt()
249 RUNIT_API(mbedtls_chachapoly_free(&ctx)); in runIt_ChachaPolyDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c41 void mbedtls_chachapoly_free( mbedtls_chachapoly_context *ctx ) in mbedtls_chachapoly_free() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c527 RUNIT_PERF_REG_API(mbedtls_chachapoly_free , 1); in runIt_regApi()