Home
last modified time | relevance | path

Searched refs:StartInd1 (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.c233 int32_t StartInd1,StartInd2; in CC_CommonCmpMsbUnsignedCounters() local
254 StartInd1=0,StartInd2=0; in CC_CommonCmpMsbUnsignedCounters()
256 while (Counter1Size && (CounterBuff1_ptr[StartInd1] == 0)) { in CC_CommonCmpMsbUnsignedCounters()
257 StartInd1++; in CC_CommonCmpMsbUnsignedCounters()
278 …if ((CounterBuff1_ptr[StartInd1 + i] > CounterBuff2_ptr[StartInd2 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()
283 …if ((CounterBuff2_ptr[StartInd2 + i] > CounterBuff1_ptr[StartInd1 + i]) && Result == CC_COMMON_Cmp… in CC_CommonCmpMsbUnsignedCounters()