Home
last modified time | relevance | path

Searched refs:mbedtls_chacha_user_context (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_chacha.h94 typedef struct mbedtls_chacha_user_context { struct
98 }mbedtls_chacha_user_context; typedef
114mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the ChaCha context buffe…
132mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */
151mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */
170 mbedtls_chacha_user_context *pContextID /*!< [in] A pointer to the context buffer. */
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha.c38 static CCError_t ChachaBlock(mbedtls_chacha_user_context *pContextID, in ChachaBlock()
92 CIMPORT_C CCError_t mbedtls_chacha_init(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_init()
119 if (sizeof(mbedtls_chacha_user_context) != sizeof(ChachaContext_t)) { in mbedtls_chacha_init()
166 CIMPORT_C CCError_t mbedtls_chacha_block(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_block()
181 CIMPORT_C CCError_t mbedtls_chacha_finish(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_finish()
193 CIMPORT_C CCError_t mbedtls_chacha_free(mbedtls_chacha_user_context *pContextID) in mbedtls_chacha_free()
216 mbedtls_chacha_user_context UserContext; in mbedtls_chacha()