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

/linux-master/crypto/
H A Dansi_cprng.c28 #define PRNG_NEED_RESET 0x2 macro
137 ctx->flags |= PRNG_NEED_RESET;
192 if (ctx->flags & PRNG_NEED_RESET)
284 ctx->flags |= PRNG_NEED_RESET;
314 ctx->flags &= ~PRNG_NEED_RESET;
340 ctx->flags |= PRNG_NEED_RESET;
379 if (prng->flags & PRNG_NEED_RESET)

Completed in 111 milliseconds