crypto_rng        203 include/crypto/drbg.h static inline int crypto_drbg_get_bytes_addtl(struct crypto_rng *drng,
crypto_rng        234 include/crypto/drbg.h static inline int crypto_drbg_get_bytes_addtl_test(struct crypto_rng *drng,
crypto_rng        263 include/crypto/drbg.h static inline int crypto_drbg_reset_test(struct crypto_rng *drng,
crypto_rng         21 include/crypto/internal/rng.h static inline void *crypto_rng_ctx(struct crypto_rng *tfm)
crypto_rng         18 include/crypto/rng.h extern struct crypto_rng *crypto_default_rng;
crypto_rng         23 include/crypto/rng.h static inline struct crypto_rng *__crypto_rng_cast(struct crypto_tfm *tfm)
crypto_rng         25 include/crypto/rng.h 	return (struct crypto_rng *)tfm;
crypto_rng         28 include/crypto/rng.h static inline struct crypto_rng *crypto_alloc_rng(const char *alg_name,
crypto_rng         38 include/crypto/rng.h static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm)
crypto_rng         43 include/crypto/rng.h static inline struct rng_alg *crypto_rng_alg(struct crypto_rng *tfm)
crypto_rng         48 include/crypto/rng.h static inline struct rng_tfm *crypto_rng_crt(struct crypto_rng *tfm)
crypto_rng         53 include/crypto/rng.h static inline void crypto_free_rng(struct crypto_rng *tfm)
crypto_rng         58 include/crypto/rng.h static inline int crypto_rng_get_bytes(struct crypto_rng *tfm,
crypto_rng         64 include/crypto/rng.h static inline int crypto_rng_reset(struct crypto_rng *tfm,
crypto_rng         70 include/crypto/rng.h static inline int crypto_rng_seedsize(struct crypto_rng *tfm)
crypto_rng        135 include/linux/crypto.h struct crypto_rng;
crypto_rng        278 include/linux/crypto.h 	int (*rng_make_random)(struct crypto_rng *tfm, u8 *rdata,
crypto_rng        280 include/linux/crypto.h 	int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);
crypto_rng        413 include/linux/crypto.h 	int (*rng_gen_random)(struct crypto_rng *tfm, u8 *rdata,
crypto_rng        415 include/linux/crypto.h 	int (*rng_reset)(struct crypto_rng *tfm, u8 *seed, unsigned int slen);