Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Drng.c204 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function
222 EXPORT_SYMBOL_GPL(crypto_register_rngs);
Dansi_cprng.c462 return crypto_register_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_init()
Ddrbg.c2034 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
/Linux-v4.19/include/crypto/internal/
Drng.h22 int crypto_register_rngs(struct rng_alg *algs, int count);