Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Drng.h17 int crypto_register_rngs(struct rng_alg *algs, int count);
/openbmc/linux/crypto/
H A Drng.c225 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function
243 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.c2140 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()