Lines Matching defs:prng_context
23 * Flags for the prng_context flags field
38 struct prng_context {
80 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test)
180 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx,
270 static void free_prng_context(struct prng_context *ctx)
275 static int reset_prng_context(struct prng_context *ctx,
321 struct prng_context *ctx = crypto_tfm_ctx(tfm);
352 struct prng_context *prng = crypto_rng_ctx(tfm);
366 struct prng_context *prng = crypto_rng_ctx(tfm);
388 struct prng_context *prng = crypto_rng_ctx(tfm);
400 struct prng_context *prng = crypto_rng_ctx(tfm);
431 .cra_ctxsize = sizeof(struct prng_context),
445 .cra_ctxsize = sizeof(struct prng_context),