drbg_cores 116 crypto/drbg.c static const struct drbg_core drbg_cores[] = { drbg_cores 1566 crypto/drbg.c drbg->core = &drbg_cores[coreref]; drbg_cores 1899 crypto/drbg.c for (i = 0; ARRAY_SIZE(drbg_cores) > i; i++) { drbg_cores 1900 crypto/drbg.c if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, drbg_cores 2015 crypto/drbg.c drbg->core = &drbg_cores[coreref]; drbg_cores 2103 crypto/drbg.c if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { drbg_cores 2106 crypto/drbg.c ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); drbg_cores 2119 crypto/drbg.c for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) drbg_cores 2120 crypto/drbg.c drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); drbg_cores 2121 crypto/drbg.c for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) drbg_cores 2122 crypto/drbg.c drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); drbg_cores 2123 crypto/drbg.c return crypto_register_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2)); drbg_cores 2128 crypto/drbg.c crypto_unregister_rngs(drbg_algs, (ARRAY_SIZE(drbg_cores) * 2));