Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/interface/include/mbedtls/
Dchachapoly.h126 int mbedtls_chachapoly_setkey(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.c158 RUNIT_ASSERT_WITH_RESULT( mbedtls_chachapoly_setkey( &ctx, pKey ), CC_OK); in runIt_ChachaPolyEncrypt()
226 RUNIT_ASSERT_WITH_RESULT( mbedtls_chachapoly_setkey( &ctx, pKey ), CC_OK); in runIt_ChachaPolyDecrypt()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c49 int mbedtls_chachapoly_setkey( mbedtls_chachapoly_context *ctx, in mbedtls_chachapoly_setkey() function
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c528 RUNIT_PERF_REG_API(mbedtls_chachapoly_setkey , 1); in runIt_regApi()