Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c312 uint32_t countBlocks, /*in*/ in LLF_RND_EntropyEstimateFull() argument
329 for (i = 0; i < countBlocks; i++) { in LLF_RND_EntropyEstimateFull()
552 int32_t countBlocks) /*in*/ in LLF_RND_RndCprngt() argument
562 if (countBlocks == 1) { in LLF_RND_RndCprngt()
577 if (CC_PalMemCmp(buff_ptr + (countBlocks-2)*CC_AES_BLOCK_SIZE_IN_BYTES, /*prev*/ in LLF_RND_RndCprngt()
585 if (countBlocks > 2 && error == CC_OK) { in LLF_RND_RndCprngt()
586 for (i = 0; i < countBlocks-2; i++) { in LLF_RND_RndCprngt()
Dllf_rnd.h146 uint32_t countBlocks, /*in*/
168 int32_t countBlocks); /*in*/
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ffc_domain/
Dcc_ffc_domain.c494 uint32_t counter, countBlocks; in FfcFips186v4FindPrimeP() local
532 countBlocks = primeSizeBytes / hashDigestSize; /* n */ in FfcFips186v4FindPrimeP()
564 for(j = 0; j < countBlocks; j++) { in FfcFips186v4FindPrimeP()
627 offset += (countBlocks+1); in FfcFips186v4FindPrimeP()