crypto_rng         55 crypto/algif_rng.c 	struct crypto_rng *drng;
crypto_rng        348 crypto/ansi_cprng.c static int cprng_get_random(struct crypto_rng *tfm,
crypto_rng        363 crypto/ansi_cprng.c static int cprng_reset(struct crypto_rng *tfm,
crypto_rng        384 crypto/ansi_cprng.c static int fips_cprng_get_random(struct crypto_rng *tfm,
crypto_rng        393 crypto/ansi_cprng.c static int fips_cprng_reset(struct crypto_rng *tfm,
crypto_rng       1640 crypto/drbg.c  static void drbg_kcapi_set_entropy(struct crypto_rng *tfm,
crypto_rng       1931 crypto/drbg.c  static int drbg_kcapi_random(struct crypto_rng *tfm,
crypto_rng       1951 crypto/drbg.c  static int drbg_kcapi_seed(struct crypto_rng *tfm,
crypto_rng        143 crypto/jitterentropy-kcapi.c static int jent_kcapi_random(struct crypto_rng *tfm,
crypto_rng        157 crypto/jitterentropy-kcapi.c static int jent_kcapi_reset(struct crypto_rng *tfm,
crypto_rng         27 crypto/rng.c   struct crypto_rng *crypto_default_rng;
crypto_rng         31 crypto/rng.c   int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed, unsigned int slen)
crypto_rng        111 crypto/rng.c   	.tfmsize = offsetof(struct crypto_rng, base),
crypto_rng        114 crypto/rng.c   struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask)
crypto_rng        122 crypto/rng.c   	struct crypto_rng *rng;
crypto_rng       3185 crypto/testmgr.c static int test_cprng(struct crypto_rng *tfm,
crypto_rng       3362 crypto/testmgr.c 	struct crypto_rng *rng;
crypto_rng       3384 crypto/testmgr.c 	struct crypto_rng *drng;
crypto_rng       1163 drivers/crypto/amcc/crypto4xx_core.c static int crypto4xx_prng_generate(struct crypto_rng *tfm,
crypto_rng       1182 drivers/crypto/amcc/crypto4xx_core.c static int crypto4xx_prng_seed(struct crypto_rng *tfm, const u8 *seed,
crypto_rng        194 drivers/crypto/exynos-rng.c static int exynos_rng_generate(struct crypto_rng *tfm,
crypto_rng        225 drivers/crypto/exynos-rng.c static int exynos_rng_seed(struct crypto_rng *tfm, const u8 *seed,
crypto_rng         70 drivers/crypto/qcom-rng.c static int qcom_rng_generate(struct crypto_rng *tfm,
crypto_rng         92 drivers/crypto/qcom-rng.c static int qcom_rng_seed(struct crypto_rng *tfm, const u8 *seed,
crypto_rng          3 drivers/crypto/sunxi-ss/sun4i-ss-prng.c int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed,
crypto_rng         15 drivers/crypto/sunxi-ss/sun4i-ss-prng.c int sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src,
crypto_rng        213 drivers/crypto/sunxi-ss/sun4i-ss.h int sun4i_ss_prng_generate(struct crypto_rng *tfm, const u8 *src,
crypto_rng        215 drivers/crypto/sunxi-ss/sun4i-ss.h int sun4i_ss_prng_seed(struct crypto_rng *tfm, const u8 *seed, unsigned int slen);
crypto_rng        135 include/crypto/drbg.h 	struct crypto_rng *jent;
crypto_rng        207 include/crypto/drbg.h static inline int crypto_drbg_get_bytes_addtl(struct crypto_rng *drng,
crypto_rng        232 include/crypto/drbg.h static inline int crypto_drbg_get_bytes_addtl_test(struct crypto_rng *drng,
crypto_rng        257 include/crypto/drbg.h static inline int crypto_drbg_reset_test(struct crypto_rng *drng,
crypto_rng         29 include/crypto/internal/rng.h static inline void *crypto_rng_ctx(struct crypto_rng *tfm)
crypto_rng         34 include/crypto/internal/rng.h static inline void crypto_rng_set_entropy(struct crypto_rng *tfm,
crypto_rng         14 include/crypto/rng.h struct crypto_rng;
crypto_rng         42 include/crypto/rng.h 	int (*generate)(struct crypto_rng *tfm,
crypto_rng         45 include/crypto/rng.h 	int (*seed)(struct crypto_rng *tfm, const u8 *seed, unsigned int slen);
crypto_rng         46 include/crypto/rng.h 	void (*set_ent)(struct crypto_rng *tfm, const u8 *data,
crypto_rng         58 include/crypto/rng.h extern struct crypto_rng *crypto_default_rng;
crypto_rng         90 include/crypto/rng.h struct crypto_rng *crypto_alloc_rng(const char *alg_name, u32 type, u32 mask);
crypto_rng         92 include/crypto/rng.h static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm)
crypto_rng        105 include/crypto/rng.h static inline struct rng_alg *crypto_rng_alg(struct crypto_rng *tfm)
crypto_rng        115 include/crypto/rng.h static inline void crypto_free_rng(struct crypto_rng *tfm)
crypto_rng        134 include/crypto/rng.h static inline int crypto_rng_generate(struct crypto_rng *tfm,
crypto_rng        158 include/crypto/rng.h static inline int crypto_rng_get_bytes(struct crypto_rng *tfm,
crypto_rng        181 include/crypto/rng.h int crypto_rng_reset(struct crypto_rng *tfm, const u8 *seed,
crypto_rng        196 include/crypto/rng.h static inline int crypto_rng_seedsize(struct crypto_rng *tfm)