Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_cracen.c50 #define TRNG_CONDITIONING_KEY_SIZE 4 /* Size of the conditioning key: 4 words, 16 bytes */ macro
114 if (level < TRNG_CONDITIONING_KEY_SIZE) in trng_setup_conditioning_key()
119 for (uint8_t i = 0; i < TRNG_CONDITIONING_KEY_SIZE; i++) in trng_setup_conditioning_key()