Searched refs:drbg_algs (Results 1 – 1 of 1) sorted by relevance
1885 static struct crypto_alg drbg_algs[22]; variable1941 if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { in drbg_init()1944 ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); in drbg_init()1958 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()1960 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); in drbg_init()1961 return crypto_register_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()1966 crypto_unregister_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()