Home
last modified time | relevance | path

Searched refs:crypto_rng_tfm (Results 1 – 2 of 2) sorted by relevance

/linux/include/crypto/
H A Drng.h94 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm() function
112 return __crypto_rng_alg(crypto_rng_tfm(tfm)->__crt_alg); in crypto_rng_alg()
123 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
/linux/crypto/
H A Ddrbg.c1707 struct crypto_tfm *tfm_base = crypto_rng_tfm(tfm); in drbg_kcapi_random()