Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dllf_rnd.c48 #define halfNB (LLF_RND_NB / 2) macro
240 for (i = 0; i < halfNB; ++i) { in LLF_RND_EntropyEstimate()
242 uint32_t n = h[i] + h[i+halfNB], m = max(h[i], h[i+halfNB]); in LLF_RND_EntropyEstimate()