PRNG_NEED_RESET   136 crypto/ansi_cprng.c 				ctx->flags |= PRNG_NEED_RESET;
PRNG_NEED_RESET   191 crypto/ansi_cprng.c 	if (ctx->flags & PRNG_NEED_RESET)
PRNG_NEED_RESET   283 crypto/ansi_cprng.c 	ctx->flags |= PRNG_NEED_RESET;
PRNG_NEED_RESET   313 crypto/ansi_cprng.c 	ctx->flags &= ~PRNG_NEED_RESET;
PRNG_NEED_RESET   339 crypto/ansi_cprng.c 	ctx->flags |= PRNG_NEED_RESET;
PRNG_NEED_RESET   378 crypto/ansi_cprng.c 	if (prng->flags & PRNG_NEED_RESET)