Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Drng.c191 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function
209 EXPORT_SYMBOL_GPL(crypto_register_rngs);
H A Dansi_cprng.c457 return crypto_register_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_init()
H A Ddrbg.c2127 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
/linux-6.15/include/crypto/internal/
H A Drng.h17 int crypto_register_rngs(struct rng_alg *algs, int count);