nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches

Pre-computed secure random number pool. More...

Functions

int cracen_prng_value_from_pool (uint32_t *prng_value)
 Get a secure random number from a pre-computed pool. Refill the pool before returning if necessary.
 

Detailed Description

Pre-computed secure random number pool.

Pre-computed secure random number pool for AES counter-measures.

Note
Intended for AES counter-measure use only. Not suitable for key generation or other security-sensitive random number consumption.
Note
These APIs are for internal use only. Applications must use the PSA Crypto API (psa_* functions) instead of calling these functions directly.