Searched refs:CC_CommonCmpLsWordsUnsignedCounters (Results 1 – 14 of 14) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rsa/ |
D | cc_rsa_prim.c | 138 CounterCmpResult = CC_CommonCmpLsWordsUnsignedCounters( in CC_RsaPrimEncrypt() 286 CounterCmpResult = CC_CommonCmpLsWordsUnsignedCounters( in CC_RsaPrimDecrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_wrst/ |
D | cc_ecpki_build_publ.c | 116 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPublKey->x, modSizeInWords, in CC_EcpkiPublKeyBuildAndCheck() 133 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPublKey->y, modSizeInWords, in CC_EcpkiPublKeyBuildAndCheck()
|
D | cc_ecpki_build_priv.c | 109 if (CC_CommonCmpLsWordsUnsignedCounters( in CC_EcpkiPrivKeyBuild()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/ |
D | cc_ffcdh.c | 1118 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPrime, primeSizeWords, pPublKey32, primeSizeWords); in CC_FfcDhValidatePublKey() 1123 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPublKey32, primeSizeWords, &one, 1); in CC_FfcDhValidatePublKey() 1148 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPublKey32, primeSizeWords, &one, 1); in CC_FfcDhValidatePublKey() 1413 cmp = CC_CommonCmpLsWordsUnsignedCounters(pOrder, orderSizeWords, pPrivKey32, orderSizeWords); in CC_FfcDhValidateAndImportKeyPair() 1416 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPrivKey32, orderSizeWords, &one, 1); in CC_FfcDhValidateAndImportKeyPair() 1421 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPrime, primeSizeWords, pPublKey32, primeSizeWords); in CC_FfcDhValidateAndImportKeyPair() 1425 cmp = CC_CommonCmpLsWordsUnsignedCounters(pPublKey32, primeSizeWords, &one, 1); in CC_FfcDhValidateAndImportKeyPair() 1455 … cmp = CC_CommonCmpLsWordsUnsignedCounters(pTmpBuff, primeSizeWords, pPublKey32, primeSizeWords); in CC_FfcDhValidateAndImportKeyPair() 2498 cmp1 = CC_CommonCmpLsWordsUnsignedCounters(pPublKey32, primeSizeWords, &word, 1); in CC_FfcDhGetSharedSecretVal() 2499 …cmp2 = CC_CommonCmpLsWordsUnsignedCounters(pPublKey32, primeSizeWords, pDomain->prime, primeSizeWo… in CC_FfcDhGetSharedSecretVal() [all …]
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/dh/ |
D | cc_dh.c | 782 cmpCounters = CC_CommonCmpLsWordsUnsignedCounters( in CC_DhCheckPubKey() 831 cmpRes = CC_CommonCmpLsWordsUnsignedCounters( in CC_DhCheckPubKey()
|
D | cc_dh_kg.c | 716 cmpRes = CC_CommonCmpLsWordsUnsignedCounters( in DhX942FindPrimeP() 908 compFlag = CC_CommonCmpLsWordsUnsignedCounters( in DhX942CreateGenerator()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/ |
D | pka_ec_wrst_smul_no_scap.c | 336 cmp = CC_CommonCmpLsWordsUnsignedCounters(scalar, scalSizeInWords, in PkaEcWrstScalarMult()
|
D | pka_ec_wrst_smul_scap.c | 405 cmp = CC_CommonCmpLsWordsUnsignedCounters(scalar, scalSizeInWords, in PkaEcWrstScalarMult()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/ |
D | cc_common_math.h | 343 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr,
|
D | cc_common_math.c | 468 CCCommonCmpCounter_t CC_CommonCmpLsWordsUnsignedCounters(const uint32_t *CounterBuff1_ptr, in CC_CommonCmpLsWordsUnsignedCounters() function
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | rsa_alt.c | 1172 … CC_CommonCmpLsWordsUnsignedCounters(PrivKey_ptr->PriveKeyDb.NonCrt.d, (PrivExponentSize+3)/4, in build_cc_priv_non_crt_key() 1199 … CC_CommonCmpLsWordsUnsignedCounters(PrivKey_ptr->PriveKeyDb.NonCrt.e, (PubExponentSize+3)/4, in build_cc_priv_non_crt_key() 1311 …CC_CommonCmpLsWordsUnsignedCounters(ctx->MBEDTLS_PRIVATE(DP).MBEDTLS_PRIVATE(p), mbedtls_mpi_size_… in build_cc_priv_crt_key() 1319 …CC_CommonCmpLsWordsUnsignedCounters(ctx->MBEDTLS_PRIVATE(DQ).MBEDTLS_PRIVATE(p), mbedtls_mpi_size_… in build_cc_priv_crt_key() 1327 …CC_CommonCmpLsWordsUnsignedCounters(ctx->MBEDTLS_PRIVATE(QP).MBEDTLS_PRIVATE(p), mbedtls_mpi_size_… in build_cc_priv_crt_key() 1551 …CounterCmpResult = CC_CommonCmpLsWordsUnsignedCounters(PubKey_ptr->e, (ExponentSize+3)/4, PubKey_p… in build_cc_pubkey()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/rsa/ |
D | rsa_genkey.c | 1901 … cmpRes = CC_CommonCmpLsWordsUnsignedCounters(pPrimeP,pqSizeWords,pPrimeQ,pqSizeWords); in RsaGenPandQ() 1915 cmpRes = CC_CommonCmpLsWordsUnsignedCounters(pPrimeP, pqSizeWords, pPrimeQ, pqSizeWords); in RsaGenPandQ()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
D | stackinfo | 651 CC_CommonCmpLsWordsUnsignedCounters 132 20
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/ |
D | cc_ffc_domain.c | 761 … cmp = CC_CommonCmpLsWordsUnsignedCounters(pDomain->genG, pDomain->modLenWords, &one, sizeof(one)); in FfcFips186v4CreateGenerator()
|