Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dansi_cprng.c33 #define PRNG_NEED_RESET 0x2 macro
142 ctx->flags |= PRNG_NEED_RESET; in _get_more_prng_bytes()
197 if (ctx->flags & PRNG_NEED_RESET) in get_prng_bytes()
289 ctx->flags |= PRNG_NEED_RESET; in reset_prng_context()
319 ctx->flags &= ~PRNG_NEED_RESET; in reset_prng_context()
345 ctx->flags |= PRNG_NEED_RESET; in cprng_init()
384 if (prng->flags & PRNG_NEED_RESET) in cprng_reset()