Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Drng.h18 void crypto_unregister_rngs(struct rng_alg *algs, int count);
/openbmc/linux/crypto/
H A Drng.c245 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs() function
252 EXPORT_SYMBOL_GPL(crypto_unregister_rngs);
H A Dansi_cprng.c462 crypto_unregister_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_fini()
H A Ddrbg.c2145 crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()