Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Drng.c125 crypto_free_rng(rng); in crypto_get_default_rng()
146 crypto_free_rng(crypto_default_rng); in crypto_put_default_rng()
Dalgif_rng.c124 crypto_free_rng(private); in rng_release()
Dtestmgr.c1718 crypto_free_rng(rng); in alg_test_cprng()
1786 crypto_free_rng(drng); in drbg_cavs_test()
/linux-4.1.27/include/crypto/
Drng.h92 static inline void crypto_free_rng(struct crypto_rng *tfm) in crypto_free_rng() function