Home
last modified time | relevance | path

Searched refs:CC_COMMON_CmpCounter1GreaterThenCounter2 (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c280 Result = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpMsbUnsignedCounters()
296 FinalResult = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpMsbUnsignedCounters()
395 return CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsbUnsignedCounters()
412 Result = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsbUnsignedCounters()
426 FinalResult = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsbUnsignedCounters()
516 return CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsWordsUnsignedCounters()
533 Result = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsWordsUnsignedCounters()
547 FinalResult = CC_COMMON_CmpCounter1GreaterThenCounter2; in CC_CommonCmpLsWordsUnsignedCounters()
Dcc_common_math.h180 CC_COMMON_CmpCounter1GreaterThenCounter2 = 1, enumerator
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh.c1119 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, CC_FFCDH_INVALID_PUBLIC_KEY_V… in CC_FfcDhValidatePublKey()
1124 CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, in CC_FfcDhValidatePublKey()
1414 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, CC_FFCDH_INVALID_PRIVATE_KEY_… in CC_FfcDhValidateAndImportKeyPair()
1417 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, CC_FFCDH_INVALID_PRIVATE_KEY_… in CC_FfcDhValidateAndImportKeyPair()
1422 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, CC_FFCDH_INVALID_PUBLIC_KEY_V… in CC_FfcDhValidateAndImportKeyPair()
1426 …CHECK_AND_SET_ERROR(cmp != CC_COMMON_CmpCounter1GreaterThenCounter2, CC_FFCDH_INVALID_PUBLIC_KEY_V… in CC_FfcDhValidateAndImportKeyPair()
2501 CHECK_AND_SET_ERROR((cmp1 != CC_COMMON_CmpCounter1GreaterThenCounter2) || in CC_FfcDhGetSharedSecretVal()
2509 CHECK_AND_SET_ERROR((cmp1 != CC_COMMON_CmpCounter1GreaterThenCounter2) || in CC_FfcDhGetSharedSecretVal()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dpka_ec_wrst_smul_no_scap.c339 if ((scalarSizeInBits == 0) || (cmp == CC_COMMON_CmpCounter1GreaterThenCounter2)) { in PkaEcWrstScalarMult()
Dpka_ec_wrst_smul_scap.c408 if (scalarSizeInBits == 0 || cmp == CC_COMMON_CmpCounter1GreaterThenCounter2) in PkaEcWrstScalarMult()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/
Dcc_dh.c172 if (comp != CC_COMMON_CmpCounter1GreaterThenCounter2) in CC_DhGeneratePubPrv()
Dcc_dh_kg.c724 if (cmpRes == CC_COMMON_CmpCounter1GreaterThenCounter2) { in DhX942FindPrimeP()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/
Drsa_genkey.c1902 if (cmpRes != CC_COMMON_CmpCounter1GreaterThenCounter2) { /* if Q > P */ in RsaGenPandQ()
1917 if (cmpRes != CC_COMMON_CmpCounter1GreaterThenCounter2) { /* Q > P */ in RsaGenPandQ()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c762 if(cmp == CC_COMMON_CmpCounter1GreaterThenCounter2) { in FfcFips186v4CreateGenerator()