Searched refs:PRNG_NEED_RESET (Results 1 – 1 of 1) sorted by relevance
28 #define PRNG_NEED_RESET 0x2 macro137 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()