Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c2047 static struct rng_alg drbg_algs[22]; variable
2101 if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { in drbg_init()
2104 ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); in drbg_init()
2118 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()
2120 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); in drbg_init()
2121 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
2126 crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()