Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c248 Result = CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpMsbUnsignedCounters()
249 … FinalResult = CC_COMMON_CmpCounter1AndCounter2AreIdentical; /* just to avoid compilers warnings */ in CC_CommonCmpMsbUnsignedCounters()
278 … + i] > CounterBuff2_ptr[StartInd2 + i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreIdentical) in CC_CommonCmpMsbUnsignedCounters()
283 … + i] > CounterBuff1_ptr[StartInd1 + i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreIdentical) in CC_CommonCmpMsbUnsignedCounters()
368 Result = CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpLsbUnsignedCounters()
369 … FinalResult = CC_COMMON_CmpCounter1AndCounter2AreIdentical; /* just to avoid compilers warnings */ in CC_CommonCmpLsbUnsignedCounters()
393 return CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpLsbUnsignedCounters()
411 …unterBuff1_ptr[i] > CounterBuff2_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreIdentical) in CC_CommonCmpLsbUnsignedCounters()
415 …unterBuff2_ptr[i] > CounterBuff1_ptr[i]) && Result == CC_COMMON_CmpCounter1AndCounter2AreIdentical) in CC_CommonCmpLsbUnsignedCounters()
490 Result = CC_COMMON_CmpCounter1AndCounter2AreIdentical; in CC_CommonCmpLsWordsUnsignedCounters()
[all …]
Dcc_common_math.h179 CC_COMMON_CmpCounter1AndCounter2AreIdentical = 0, enumerator
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dcc_rnd_common.c295 } else if (CompRes == CC_COMMON_CmpCounter1AndCounter2AreIdentical) in CC_RndGenerateVectorInRange()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh_kg.c893 compFlag = CC_COMMON_CmpCounter1AndCounter2AreIdentical; /* 0 - means G == 1 */ in DhX942CreateGenerator()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1149 CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1AndCounter2AreIdentical, in CC_FfcDhValidatePublKey()
1456 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1AndCounter2AreIdentical, CC_FFCDH_INVALID_PUBLIC_K… in CC_FfcDhValidateAndImportKeyPair()