Searched refs:crypto_unregister_rngs (Results 1 – 4 of 4) sorted by relevance
23 void crypto_unregister_rngs(struct rng_alg *algs, int count);
226 void crypto_unregister_rngs(struct rng_alg *algs, int count) in crypto_unregister_rngs() function233 EXPORT_SYMBOL_GPL(crypto_unregister_rngs);
467 crypto_unregister_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_fini()
1994 crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()