Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-rng.rst14 …:functions: crypto_alloc_rng crypto_rng_alg crypto_free_rng crypto_rng_generate crypto_rng_get_byt…
H A Dapi-samples.rst185 crypto_free_rng(rng);
/openbmc/linux/crypto/
H A Drng.c153 crypto_free_rng(rng); in crypto_get_default_rng()
187 crypto_free_rng(crypto_default_rng); in crypto_del_default_rng()
H A Dalgif_rng.c225 crypto_free_rng(pctx->drng); in rng_release()
H A Ddrbg.c1642 crypto_free_rng(drbg->jent); in drbg_uninstantiate()
H A Dtestmgr.c3792 crypto_free_rng(rng); in alg_test_cprng()
3860 crypto_free_rng(drng); in drbg_cavs_test()
/openbmc/linux/include/crypto/
H A Drng.h142 static inline void crypto_free_rng(struct crypto_rng *tfm) in crypto_free_rng() function