Searched refs:countBlocks (Results 1 – 3 of 3) sorted by relevance
312 uint32_t countBlocks, /*in*/ in LLF_RND_EntropyEstimateFull() argument329 for (i = 0; i < countBlocks; i++) { in LLF_RND_EntropyEstimateFull()552 int32_t countBlocks) /*in*/ in LLF_RND_RndCprngt() argument562 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()
146 uint32_t countBlocks, /*in*/168 int32_t countBlocks); /*in*/
494 uint32_t counter, countBlocks; in FfcFips186v4FindPrimeP() local532 countBlocks = primeSizeBytes / hashDigestSize; /* n */ in FfcFips186v4FindPrimeP()564 for(j = 0; j < countBlocks; j++) { in FfcFips186v4FindPrimeP()627 offset += (countBlocks+1); in FfcFips186v4FindPrimeP()