Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c127 uint32_t *pCounterBuff, in CC_CommonIncLsbUnsignedCounter() argument
139 currCounterVal = pCounterBuff[i]; in CC_CommonIncLsbUnsignedCounter()
140 pCounterBuff[i] += val; in CC_CommonIncLsbUnsignedCounter()
141 val = (currCounterVal > pCounterBuff[i]) ? 1 : 0; in CC_CommonIncLsbUnsignedCounter()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c160 if (pCounterBuff[i] != 0) in FfcDhGetBeCounterEffectiveSizeInBits()
171 effectMsByteVal = pCounterBuff[i]; in FfcDhGetBeCounterEffectiveSizeInBits()