Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.h50 int32_t encBuffSize,
Dcommon_crypto_sym.c83 int32_t encBuffSize, in CC_CommonAesCbcDecrypt() argument
138 memset (pDecBuff, 0, encBuffSize); /* encBuffSize is multiple of 16 bytes */ in CC_CommonAesCbcDecrypt()
148 AES_cbc_encrypt(pEncBuff, pDecBuff, encBuffSize, &aesKey, ivBuff, AES_DECRYPT); in CC_CommonAesCbcDecrypt()