Home
last modified time | relevance | path

Searched refs:mbedtls_chacha_key (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_chacha.h81 typedef uint8_t mbedtls_chacha_key[CC_CHACHA_KEY_MAX_SIZE_IN_BYTES]; typedef
117mbedtls_chacha_key pKey, /*!< [in] A pointer to the key buffer of the use…
184mbedtls_chacha_key pKey, /*!< [in] A pointer to the key buffer of the …
Dmbedtls_cc_chacha_poly.h44mbedtls_chacha_key pKey, /*!< [in] A pointer to the key buffer of the …
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/
Dchacha20_alt.h38 typedef uint8_t mbedtls_chacha_key[MBEDTLS_CHACHA_KEY_SIZE_BYTES]; typedef
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/
Drun_integration_chacha.c55 …static mbedtls_chacha_key pKey = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0… in runIt_Chacha()
131 …static mbedtls_chacha_key pKey = { 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8… in runIt_ChachaPolyEncrypt()
197 …static mbedtls_chacha_key pKey = {0x1c,0x92,0x40,0xa5,0xeb,0x55,0xd3,0x8a,0xf3,0x33,0x88,0x86,0x04… in runIt_ChachaPolyDecrypt()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha.c95 mbedtls_chacha_key pKey, in mbedtls_chacha_init()
209 mbedtls_chacha_key pKey, in mbedtls_chacha()
Dmbedtls_cc_chacha_poly.c19 mbedtls_chacha_key pKey, in mbedtls_chacha_poly()