Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c499 uint8_t *pHashInput; /*BE bytes array*/ in FfcFips186v4FindPrimeP() local
528pHashInput = (uint8_t*)(pRemC + orderSizeWords+1); /*buffer for hash-input data of size = seedSize… in FfcFips186v4FindPrimeP()
550 CC_PalMemCopy(pHashInput, pDomain->seed, seedSizeBytes); in FfcFips186v4FindPrimeP()
566 FfcAddValueToMsbLsbBytesArray(pHashInput, addValue, seedSizeBytes/CC_32BIT_WORD_SIZE); in FfcFips186v4FindPrimeP()
568 err = mbedtls_md(md_info, pHashInput, seedSizeBytes, (unsigned char*)pCurrPtr); in FfcFips186v4FindPrimeP()
578 FfcAddValueToMsbLsbBytesArray(pHashInput, addValue, seedSizeBytes/CC_32BIT_WORD_SIZE); in FfcFips186v4FindPrimeP()
580 …err = mbedtls_md(md_info, pHashInput, seedSizeBytes, (unsigned char*)pRemC); /*temporary use pRemC… in FfcFips186v4FindPrimeP()