Searched refs:crypto_rng_ctx (Results 1 – 3 of 3) sorted by relevance
359 struct prng_context *prng = crypto_rng_ctx(tfm); in cprng_get_random()372 struct prng_context *prng = crypto_rng_ctx(tfm); in cprng_reset()393 struct prng_context *prng = crypto_rng_ctx(tfm); in fips_cprng_get_random()404 struct prng_context *prng = crypto_rng_ctx(tfm); in fips_cprng_reset()
1748 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_random()1773 struct drbg_state *drbg = crypto_rng_ctx(tfm); in drbg_kcapi_reset()
21 static inline void *crypto_rng_ctx(struct crypto_rng *tfm) in crypto_rng_ctx() function