Home
last modified time | relevance | path

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/
Dmbedtls_cc_chacha.h78 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. */
181mbedtls_chacha_nonce pNonce, /*!< [in] A buffer containing a nonce. */
Dmbedtls_cc_chacha_poly.h43mbedtls_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/
Dchacha20_alt.h35 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/
Drun_integration_chacha.c54 …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/
Dmbedtls_cc_chacha.c93 mbedtls_chacha_nonce pNonce, in mbedtls_chacha_init()
207 CIMPORT_C CCError_t mbedtls_chacha(mbedtls_chacha_nonce pNonce, in mbedtls_chacha()
Dmbedtls_cc_chacha_poly.c18 mbedtls_chacha_nonce pNonce, in mbedtls_chacha_poly()