Home
last modified time | relevance | path

Searched refs:Counter2Size (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.c227 uint32_t Counter2Size ) in CC_CommonCmpMsbUnsignedCounters() argument
261 while (Counter2Size && (CounterBuff2_ptr[StartInd2] == 0)) { in CC_CommonCmpMsbUnsignedCounters()
263 Counter2Size--; in CC_CommonCmpMsbUnsignedCounters()
276 for (i=0 ; i < CC_MIN(Counter1Size, Counter2Size) ; i++) { in CC_CommonCmpMsbUnsignedCounters()
294 if (Counter1Size > Counter2Size) in CC_CommonCmpMsbUnsignedCounters()
303 if (Counter2Size > Counter1Size) in CC_CommonCmpMsbUnsignedCounters()
311 if (Counter2Size == Counter1Size) in CC_CommonCmpMsbUnsignedCounters()
349 size_t Counter2Size ) in CC_CommonCmpLsbUnsignedCounters() argument
384 while (Counter2Size != 0) { in CC_CommonCmpLsbUnsignedCounters()
385 if (CounterBuff2_ptr[Counter2Size - 1] == 0) in CC_CommonCmpLsbUnsignedCounters()
[all …]
Dcc_common_math.h293 uint32_t Counter2Size );
321 size_t Counter2Size );