Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
A Drng.c198 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function
216 EXPORT_SYMBOL_GPL(crypto_register_rngs);
A Dansi_cprng.c457 return crypto_register_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_init()
A Ddrbg.c2140 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
/linux-6.3-rc2/include/crypto/internal/
A Drng.h17 int crypto_register_rngs(struct rng_alg *algs, int count);

Completed in 8 milliseconds