Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_crypto_sym.c176 int8_t *pEncMacBuff) in CC_CommonAesCbcMacEncrypt() argument
185 (NULL == pEncMacBuff) || in CC_CommonAesCbcMacEncrypt()
191 memset (pEncMacBuff, 0, macSize); /* buffSize is multiple of 16 bytes */ in CC_CommonAesCbcMacEncrypt()
208 memcpy(pEncMacBuff, pOutBuff, macSize); in CC_CommonAesCbcMacEncrypt()