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/ |
D | mbedtls_cc_chacha.h | 81 typedef uint8_t mbedtls_chacha_key[CC_CHACHA_KEY_MAX_SIZE_IN_BYTES]; typedef 117 …mbedtls_chacha_key pKey, /*!< [in] A pointer to the key buffer of the use… 184 …mbedtls_chacha_key pKey, /*!< [in] A pointer to the key buffer of the …
|
D | mbedtls_cc_chacha_poly.h | 44 …mbedtls_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/ |
D | chacha20_alt.h | 38 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/ |
D | run_integration_chacha.c | 55 …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/ |
D | mbedtls_cc_chacha.c | 95 mbedtls_chacha_key pKey, in mbedtls_chacha_init() 209 mbedtls_chacha_key pKey, in mbedtls_chacha()
|
D | mbedtls_cc_chacha_poly.c | 19 mbedtls_chacha_key pKey, in mbedtls_chacha_poly()
|