Home
last modified time | relevance | path

Searched refs:crypto_unregister_rng (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
Drng.c200 void crypto_unregister_rng(struct rng_alg *alg) in crypto_unregister_rng() function
204 EXPORT_SYMBOL_GPL(crypto_unregister_rng);
220 crypto_unregister_rng(algs + i); in crypto_register_rngs()
231 crypto_unregister_rng(algs + i); in crypto_unregister_rngs()
Djitterentropy-kcapi.c195 crypto_unregister_rng(&jent_alg); in jent_mod_exit()
/linux-4.4.14/include/crypto/internal/
Drng.h21 void crypto_unregister_rng(struct rng_alg *alg);