MCUX CLNS
MCUX Crypto Library Normal Secure
rng_prng_get_random.c File Reference

Example of getting a random number from PRNG of CSSv2 (CLNS component mcuxClCss) More...

#include <mcuxClCss.h>
#include <mcuxCsslFlowProtection.h>
#include <stdbool.h>

Functions

bool rng_prng_get_random_word (void)
 Uses random number from PRNG of CSS. More...
 

Detailed Description

Example of getting a random number from PRNG of CSSv2 (CLNS component mcuxClCss)

Function Documentation

◆ rng_prng_get_random_word()

bool rng_prng_get_random_word ( void  )

Uses random number from PRNG of CSS.

Return values
trueThe example code completed successfully
Examples
rng_prng_get_random.c.