Home
last modified time | relevance | path

Searched refs:crypto_free_rng (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/crypto/
Drng.c136 crypto_free_rng(rng); in crypto_get_default_rng()
170 crypto_free_rng(crypto_default_rng); in crypto_del_default_rng()
Dalgif_rng.c123 crypto_free_rng(private); in rng_release()
Ddrbg.c1020 crypto_free_rng(drbg->jent); in drbg_async_seed()
1532 crypto_free_rng(drbg->jent); in drbg_uninstantiate()
Dtestmgr.c1950 crypto_free_rng(rng); in alg_test_cprng()
2018 crypto_free_rng(drng); in drbg_cavs_test()
/Linux-v4.19/Documentation/crypto/
Dapi-rng.rst14 …:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_byt…
Dapi-samples.rst208 crypto_free_rng(rng);
/Linux-v4.19/include/crypto/
Drng.h120 static inline void crypto_free_rng(struct crypto_rng *tfm) in crypto_free_rng() function