Home
last modified time | relevance | path

Searched refs:CounterBuff2_ptr (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.c226 const uint8_t *CounterBuff2_ptr, in CC_CommonCmpMsbUnsignedCounters() argument
261 while (Counter2Size && (CounterBuff2_ptr[StartInd2] == 0)) { 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()
348 const uint8_t *CounterBuff2_ptr, in CC_CommonCmpLsbUnsignedCounters() argument
385 if (CounterBuff2_ptr[Counter2Size - 1] == 0) in CC_CommonCmpLsbUnsignedCounters()
411 …if ((CounterBuff1_ptr[i] > CounterBuff2_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreId… in CC_CommonCmpLsbUnsignedCounters()
415 …if ((CounterBuff2_ptr[i] > CounterBuff1_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreId… in CC_CommonCmpLsbUnsignedCounters()
470 const uint32_t *CounterBuff2_ptr, in CC_CommonCmpLsWordsUnsignedCounters() argument
506 if (CounterBuff2_ptr[Counter2SizeWords - 1] == 0) in CC_CommonCmpLsWordsUnsignedCounters()
[all …]
Dcc_common_math.h292 const uint8_t *CounterBuff2_ptr,
320 const uint8_t *CounterBuff2_ptr,
345 const uint32_t *CounterBuff2_ptr,