Lines Matching refs:crypto_rng
18 extern struct crypto_rng *crypto_default_rng;
30 static inline struct crypto_rng *__crypto_rng_cast(struct crypto_tfm *tfm) in __crypto_rng_cast()
32 return (struct crypto_rng *)tfm; in __crypto_rng_cast()
55 static inline struct crypto_rng *crypto_alloc_rng(const char *alg_name, in crypto_alloc_rng()
65 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm()
78 static inline struct rng_alg *crypto_rng_alg(struct crypto_rng *tfm) in crypto_rng_alg()
83 static inline struct rng_tfm *crypto_rng_crt(struct crypto_rng *tfm) in crypto_rng_crt()
92 static inline void crypto_free_rng(struct crypto_rng *tfm) in crypto_free_rng()
108 static inline int crypto_rng_get_bytes(struct crypto_rng *tfm, in crypto_rng_get_bytes()
131 static inline int crypto_rng_reset(struct crypto_rng *tfm, in crypto_rng_reset()
149 static inline int crypto_rng_seedsize(struct crypto_rng *tfm) in crypto_rng_seedsize()