Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd_trng90b.c559 uint32_t bitsPerSample = 1; /* always use single bit per sample for repetition counter test */ in LLF_RND_RepetitionCounterTest() local
567 … = 0; bitOffset <= (sizeInBytes * UINT8_SIZE_IN_BITS) - bitsPerSample; bitOffset += bitsPerSample)… in LLF_RND_RepetitionCounterTest()
568 newSample = getBitsFromUint32Array(bitOffset, bitsPerSample, (uint32_t*)pData); in LLF_RND_RepetitionCounterTest()
606 uint32_t bitsPerSample = 1; /* binary source */ in LLF_RND_AdaptiveProportionTest() local
613 … = 0; bitOffset <= (sizeInBytes * UINT8_SIZE_IN_BITS) - bitsPerSample; bitOffset += bitsPerSample)… in LLF_RND_AdaptiveProportionTest()
614 currentSample = getBitsFromUint32Array(bitOffset, bitsPerSample, (uint32_t*)pData); in LLF_RND_AdaptiveProportionTest()