Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Drng.h113 static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm) in crypto_rng_tfm() function
133 return __crypto_rng_alg(crypto_rng_tfm(tfm)->__crt_alg); in crypto_rng_alg()
144 crypto_destroy_tfm(tfm, crypto_rng_tfm(tfm)); in crypto_free_rng()
/openbmc/linux/crypto/
H A Ddrbg.c1972 struct crypto_tfm *tfm_base = crypto_rng_tfm(tfm); in drbg_kcapi_seed()
H A Dtestmgr.c3606 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng()