Searched refs:crypto_free_rng (Results 1 – 7 of 7) sorted by relevance
134 crypto_free_rng(rng); in crypto_get_default_rng()168 crypto_free_rng(crypto_default_rng); in crypto_del_default_rng()
227 crypto_free_rng(pctx->drng); in rng_release()
1637 crypto_free_rng(drbg->jent); in drbg_uninstantiate()
3647 crypto_free_rng(rng); in alg_test_cprng()3715 crypto_free_rng(drng); in drbg_cavs_test()
14 …:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_byt…
185 crypto_free_rng(rng);
115 static inline void crypto_free_rng(struct crypto_rng *tfm) in crypto_free_rng() function