Home
last modified time | relevance | path

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

/crypto/
Ddrbg.c1890 static struct crypto_alg drbg_algs[22]; variable
1946 if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { in drbg_init()
1949 ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); in drbg_init()
1963 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()
1965 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); in drbg_init()
1966 return crypto_register_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_init()
1971 crypto_unregister_algs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); in drbg_exit()