Home
last modified time | relevance | path

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

/linux/crypto/
H A Drng.c199 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function
213 EXPORT_SYMBOL_GPL(crypto_register_rngs);
H A Ddrbg.c1877 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
/linux/include/crypto/internal/
H A Drng.h17 int crypto_register_rngs(struct rng_alg *algs, int count);