Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/common/
Dprod_crypto_driver.c92 uint32_t CC_PROD_Aes(aesMode_t cipherMode, in CC_PROD_Aes() argument
107 cipherMode, in CC_PROD_Aes()
120 if ((cipherMode == CIPHER_CBC_MAC) && (pOutbuff != NULL)){ in CC_PROD_Aes()
136 aesMode_t cipherMode, in CC_PROD_AesInit() argument
158 pAesCtx->mode = cipherMode; in CC_PROD_AesInit()
Dprod_crypto_driver.h41 uint32_t CC_PROD_Aes(aesMode_t cipherMode,
53 aesMode_t cipherMode,