Searched refs:crypto_register_rngs (Results 1 – 11 of 11) sorted by relevance
198 int crypto_register_rngs(struct rng_alg *algs, int count) in crypto_register_rngs() function216 EXPORT_SYMBOL_GPL(crypto_register_rngs);
19 #define crypto_register_rngs fips140_crypto_register_rngs macro
47 #undef crypto_register_rngs359 return crypto_register_rngs(algs, count); in fips140_crypto_register_rngs()
457 return crypto_register_rngs(rng_algs, ARRAY_SIZE(rng_algs)); in prng_mod_init()
2115 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
17 int crypto_register_rngs(struct rng_alg *algs, int count);
51 crypto_register_rngs
250 crypto_register_rngs
301 crypto_register_rngs
335 crypto_register_rngs
1011 crypto_register_rngs