Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dansi_cprng.c27 #define PRNG_NEED_RESET 0x2 macro
136 ctx->flags |= PRNG_NEED_RESET; in _get_more_prng_bytes()
191 if (ctx->flags & PRNG_NEED_RESET) in get_prng_bytes()
283 ctx->flags |= PRNG_NEED_RESET; in reset_prng_context()
313 ctx->flags &= ~PRNG_NEED_RESET; in reset_prng_context()
339 ctx->flags |= PRNG_NEED_RESET; in cprng_init()
378 if (prng->flags & PRNG_NEED_RESET) in cprng_reset()
/kernel/linux/linux-6.6/crypto/
H A Dansi_cprng.c28 #define PRNG_NEED_RESET 0x2 macro
137 ctx->flags |= PRNG_NEED_RESET; in _get_more_prng_bytes()
192 if (ctx->flags & PRNG_NEED_RESET) in get_prng_bytes()
284 ctx->flags |= PRNG_NEED_RESET; in reset_prng_context()
314 ctx->flags &= ~PRNG_NEED_RESET; in reset_prng_context()
340 ctx->flags |= PRNG_NEED_RESET; in cprng_init()
379 if (prng->flags & PRNG_NEED_RESET) in cprng_reset()

Completed in 2 milliseconds