Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Ddrbg.c115 static const struct drbg_core drbg_cores[] = { variable
1484 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1705 for (i = 0; ARRAY_SIZE(drbg_cores) > i; i++) { in drbg_convert_tfm_core()
1706 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, in drbg_convert_tfm_core()
1941 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()
1957 for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) in drbg_init()
1958 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()
1959 for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) in drbg_init()
1960 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 0); in drbg_init()
[all …]