Home
last modified time | relevance | path

Searched refs:crypto_rng_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/crypto/
Dansi_cprng.c359 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()
Ddrbg.c1748 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()
/linux-4.1.27/include/crypto/internal/
Drng.h21 static inline void *crypto_rng_ctx(struct crypto_rng *tfm) in crypto_rng_ctx() function