Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c134 uint32_t currCounterVal; in CC_CommonIncLsbUnsignedCounter() local
139 currCounterVal = pCounterBuff[i]; in CC_CommonIncLsbUnsignedCounter()
141 val = (currCounterVal > pCounterBuff[i]) ? 1 : 0; in CC_CommonIncLsbUnsignedCounter()