Searched refs:mbedtls_chacha_nonce (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/ |
D | mbedtls_cc_chacha.h | 78 typedef uint8_t mbedtls_chacha_nonce[CC_CHACHA_NONCE_MAX_SIZE_IN_BYTES]; typedef 115 mbedtls_chacha_nonce pNonce, /*!< [in] A buffer containing a nonce. */ 181 … mbedtls_chacha_nonce pNonce, /*!< [in] A buffer containing a nonce. */
|
D | mbedtls_cc_chacha_poly.h | 43 …mbedtls_chacha_nonce pNonce, /*!< [in] A pointer to a buffer containing th…
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/mbedtls/ |
D | chacha20_alt.h | 35 typedef uint8_t mbedtls_chacha_nonce[MBEDTLS_CHACHA_NONCE_SIZE_BYTES]; typedef
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
D | run_integration_chacha.c | 54 …static mbedtls_chacha_nonce pIVCounter = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4a, 0x00, 0… in runIt_Chacha() 132 …static mbedtls_chacha_nonce pNonce = { 0x07, 0x00, 0x00, 0x00, 0x40, 0x41, 0x42, 0x43, 0x44, 0x45,… in runIt_ChachaPolyEncrypt() 198 …static mbedtls_chacha_nonce pNonce = {0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08}; in runIt_ChachaPolyDecrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_cc_chacha.c | 93 mbedtls_chacha_nonce pNonce, in mbedtls_chacha_init() 207 CIMPORT_C CCError_t mbedtls_chacha(mbedtls_chacha_nonce pNonce, in mbedtls_chacha()
|
D | mbedtls_cc_chacha_poly.c | 18 mbedtls_chacha_nonce pNonce, in mbedtls_chacha_poly()
|