Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Drng.h97 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm() function
112 return container_of(crypto_rng_tfm(tfm)->__crt_alg, in crypto_rng_alg()
124 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
/linux-4.19.296/crypto/
Ddrbg.c1944 struct crypto_tfm *tfm_base = crypto_rng_tfm(tfm); in drbg_kcapi_seed()
Dtestmgr.c1658 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()