PRNG_NEED_RESET   138 crypto/ansi_cprng.c 				ctx->flags |= PRNG_NEED_RESET;
PRNG_NEED_RESET   196 crypto/ansi_cprng.c 	if (ctx->flags & PRNG_NEED_RESET)
PRNG_NEED_RESET   280 crypto/ansi_cprng.c 	ctx->flags |= PRNG_NEED_RESET;
PRNG_NEED_RESET   322 crypto/ansi_cprng.c 	ctx->flags &= ~PRNG_NEED_RESET;
PRNG_NEED_RESET   362 crypto/ansi_cprng.c 	if (prng->flags & PRNG_NEED_RESET)