Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchachapoly_alt.c133 …rc = mbedtls_chacha20_crypt( key, nonce, 0, sizeof(chachaInState), chachaInState, chachaOutState ); in chachapoly_crypt_and_tag()
142 rc = mbedtls_chacha20_crypt( key, nonce, 1, length, (uint8_t *)input, (uint8_t *)output ); in chachapoly_crypt_and_tag()
158 rc = mbedtls_chacha20_crypt( key, nonce, 1, length, (uint8_t *)input, (uint8_t *)output ); in chachapoly_crypt_and_tag()
Dchacha20_alt.c153 int mbedtls_chacha20_crypt( const unsigned char key[32], in mbedtls_chacha20_crypt() function
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_chacha.c75 RUNIT_ASSERT_W_PARAM("encrypt", mbedtls_chacha20_crypt( pKey, in runIt_Chacha()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_test.c517 RUNIT_PERF_REG_API_W_PARAM(mbedtls_chacha20_crypt, "encrypt" , 1); in runIt_regApi()