Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c2041 static struct rng_alg drbg_algs[22]; variable
2095 if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { in drbg_init()
2098 ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); in drbg_init()
2112 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()
2114 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); in drbg_init()
2115 return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
2120 crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()