Home
last modified time | relevance | path

Searched defs:chachaCtx (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/driver/
Dchacha_driver.c32 static drvError_t InitChacha(ChachaContext_t *chachaCtx) in InitChacha()
74 static drvError_t LoadChachaState(ChachaContext_t *chachaCtx) in LoadChachaState()
101 static drvError_t StoreChachaState(ChachaContext_t *chachaCtx) in StoreChachaState()
127 static drvError_t LoadChachaKey(ChachaContext_t *chachaCtx) in LoadChachaKey()
146 drvError_t ProcessChacha(ChachaContext_t *chachaCtx, CCBuffInfo_t *pInputBuffInfo, CCBuffInfo_t *pO… in ProcessChacha()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/
Dchacha20_alt.c32 ChachaContext_t *chachaCtx = NULL; in mbedtls_chacha20_init() local
63 ChachaContext_t *chachaCtx = NULL; in mbedtls_chacha20_setkey() local
79 ChachaContext_t *chachaCtx = NULL; in mbedtls_chacha20_starts() local
106 ChachaContext_t *chachaCtx = NULL; in mbedtls_chacha20_update() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_cc_chacha.c44 ChachaContext_t *chachaCtx = NULL; in ChachaBlock() local
99 ChachaContext_t *chachaCtx = NULL; in mbedtls_chacha_init() local
195 ChachaContext_t *chachaCtx = (ChachaContext_t*)pContextID; in mbedtls_chacha_free() local