Home
last modified time | relevance | path

Searched refs:CounterBuff1_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.c224 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr, in CC_CommonCmpMsbUnsignedCounters() argument
256 while (Counter1Size && (CounterBuff1_ptr[StartInd1] == 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()
346 CCCommonCmpCounter_t CC_CommonCmpLsbUnsignedCounters( const uint8_t *CounterBuff1_ptr, in CC_CommonCmpLsbUnsignedCounters() argument
376 if (CounterBuff1_ptr[Counter1Size - 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()
468 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr, in CC_CommonCmpLsWordsUnsignedCounters() argument
498 if (CounterBuff1_ptr[Counter1SizeWords - 1] == 0) in CC_CommonCmpLsWordsUnsignedCounters()
[all …]
Dcc_common_math.h290 CCCommonCmpCounter_t CC_CommonCmpMsbUnsignedCounters( const uint8_t *CounterBuff1_ptr,
318 CCCommonCmpCounter_t CC_CommonCmpLsbUnsignedCounters( const uint8_t *CounterBuff1_ptr,
343 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr,