Home
last modified time | relevance | path

Searched refs:CC_PROD_AesProcess (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu_derivation.c194 error = CC_PROD_AesProcess(&aesCtx, in Derivation_DRBG_Update()
201 error = CC_PROD_AesProcess(&aesCtx, in Derivation_DRBG_Update()
324 error = CC_PROD_AesProcess(&aesCtx, in CC_PROD_Derivation_Generate()
335 error = CC_PROD_AesProcess(&aesCtx, in CC_PROD_Derivation_Generate()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.h61 uint32_t CC_PROD_AesProcess(AesContext_t *pAesCtx,
Dprod_crypto_driver.c114 error = CC_PROD_AesProcess(&aesCtx, in CC_PROD_Aes()
184 uint32_t CC_PROD_AesProcess(AesContext_t *pAesCtx, in CC_PROD_AesProcess() function