Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.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() argument
51 if (pContextID == NULL) { in ChachaBlock()
77 chachaCtx = (ChachaContext_t *)pContextID; in ChachaBlock()
92 CIMPORT_C CCError_t mbedtls_chacha_init(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_init() argument
115 if (pContextID == NULL) { in mbedtls_chacha_init()
147 chachaCtx = (ChachaContext_t *)pContextID; in mbedtls_chacha_init()
166 CIMPORT_C CCError_t mbedtls_chacha_block(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_block() argument
178 return ChachaBlock(pContextID, pDataIn, dataInSize, pDataOut); in mbedtls_chacha_block()
181 CIMPORT_C CCError_t mbedtls_chacha_finish(mbedtls_chacha_user_context *pContextID, in mbedtls_chacha_finish() argument
190 return ChachaBlock(pContextID, pDataIn, dataInSize, pDataOut); in mbedtls_chacha_finish()
[all …]
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/cc3x/
Dmbedtls_cc_chacha.h114 …mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the ChaCha context buffe…
132 … mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */
151 … mbedtls_chacha_user_context *pContextID, /*!< [in] A pointer to the context buffer. */
170 mbedtls_chacha_user_context *pContextID /*!< [in] A pointer to the context buffer. */