Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h104 void mbedtls_chachapoly_init(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.c156 RUNIT_API(mbedtls_chachapoly_init(&ctx)); in runIt_ChachaPolyEncrypt()
224 RUNIT_API(mbedtls_chachapoly_init(&ctx)); in runIt_ChachaPolyDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c30 void mbedtls_chachapoly_init( mbedtls_chachapoly_context *ctx ) in mbedtls_chachapoly_init() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c526 RUNIT_PERF_REG_API(mbedtls_chachapoly_init , 1); in runIt_regApi()