drbg_algs 2049 crypto/drbg.c static struct rng_alg drbg_algs[22]; drbg_algs 2103 crypto/drbg.c if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { drbg_algs 2106 crypto/drbg.c ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); drbg_algs 2120 crypto/drbg.c drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); drbg_algs 2122 crypto/drbg.c drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); drbg_algs 2123 crypto/drbg.c return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); drbg_algs 2128 crypto/drbg.c crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2));