Home
last modified time | relevance | path

Searched refs:tmpBuff (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/crypto_driver/
Drsa_verify.c48 uint32_t tmpBuff[HASH_RESULT_SIZE_IN_WORDS + 1/*for counter*/]; in RSA_PSS_Decode() local
93 UTIL_MemCopy((uint8_t*)tmpBuff, &pEncodedMsg[MASKED_DB_SIZE], HASH_RESULT_SIZE_IN_BYTES); in RSA_PSS_Decode()
98 tmpBuff[HASH_RESULT_SIZE_IN_WORDS] = UTIL_INVERSE_UINT32_BYTES(counter); in RSA_PSS_Decode()
102 error = SBROM_CryptoHash(hwBaseAddress, CONVERT_TO_ADDR(tmpBuff), in RSA_PSS_Decode()
150 …*pVerifyStat = UTIL_MemCmp((uint8_t*)dbMask/*H'*/, (uint8_t*)tmpBuff/*hash on EM*/, sizeof(CCHashR… in RSA_PSS_Decode()
160 UTIL_MemSet((uint8_t*)tmpBuff, 0, (HASH_RESULT_SIZE_IN_BYTES +4)); in RSA_PSS_Decode()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/pal/include/
Drun_integration_pal_log.h150 char tmpBuff[256] = {0}; \
153 … sprintf(tmpBuff + strlen(tmpBuff), "%02x", ((uint8_t*)_buff)[i * 16 + j]); \
156 RUNIT_PRINT("%-10.10s %04"PRIx32": %s\n", _label, i * 16, tmpBuff); \
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dpka_ec_wrst_smul_no_scap.c231 … uint32_t *tmpBuff) /*!< [in] Pointer to temp buffer of size in ScalarMultAff() argument
237 uint32_t *kt = tmpBuff; in ScalarMultAff()
298 …CC_PalMemSetZero(tmpBuff, (ordSizeInWords+1)*sizeof(uint32_t) + (ordSizeInWords+1)*32/*NAF buff si… in ScalarMultAff()
325 … uint32_t *tmpBuff) /*!< [in] The pointer to the temp buffer of size not less, in PkaEcWrstScalarMult() argument
348 tmpBuff); in PkaEcWrstScalarMult()
Dpka_ec_wrst.h96 uint32_t *tmpBuff);
Dpka_ec_wrst_smul_scap.c393 … uint32_t *tmpBuff) /*!< [in] Pointer to temporary buffer. */ in PkaEcWrstScalarMult() argument
399 CC_UNUSED_PARAM(tmpBuff); // remove compilation warning in PkaEcWrstScalarMult()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffcdh/
Dcc_ffcdh_local.h340 …CCFfcDhTemp_t tmpBuff; /*!< [in] structure, containing internal temp buffers, used in DH… member
Dcc_ffcdh.c1262 (uint32_t*)&pDhCtx->tmpBuff); in CC_FfcDhValidateAndImportPublKey()
1371 pTmpBuff = &pDhCtx->tmpBuff.TempBuff[0]; /* used size = Prime size */ in CC_FfcDhValidateAndImportKeyPair()
1669 &pDhCtx->tmpBuff.TempBuff[0]); in FfcDhValidatePartnInfoPublKey()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/crypto_api/
Dcc_ffcdh.h457 CCFfcDhTemp_t tmpBuff; /*!< temporary buffer */ member