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

/linux-master/crypto/
H A Dansi_cprng.c24 * Flags for the prng_context flags field
39 struct prng_context { struct
81 static int _get_more_prng_bytes(struct prng_context *ctx, int cont_test)
181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx,
271 static void free_prng_context(struct prng_context *ctx)
276 static int reset_prng_context(struct prng_context *ctx,
322 struct prng_context *ctx = crypto_tfm_ctx(tfm);
353 struct prng_context *prng = crypto_rng_ctx(tfm);
367 struct prng_context *prng = crypto_rng_ctx(tfm);
389 struct prng_context *prn
[all...]

Completed in 101 milliseconds