Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Ddrbg.c116 static const struct drbg_core drbg_cores[] = { variable
1564 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1897 for (i = 0; ARRAY_SIZE(drbg_cores) > i; i++) { in drbg_convert_tfm_core()
1898 if (!memcmp(cra_driver_name + start, drbg_cores[i].cra_name, in drbg_convert_tfm_core()
2013 drbg->core = &drbg_cores[coreref]; in drbg_healthcheck_sanity()
2101 if (ARRAY_SIZE(drbg_cores) * 2 > ARRAY_SIZE(drbg_algs)) { in drbg_init()
2104 ARRAY_SIZE(drbg_cores) * 2, ARRAY_SIZE(drbg_algs)); in drbg_init()
2117 for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) in drbg_init()
2118 drbg_fill_array(&drbg_algs[i], &drbg_cores[j], 1); in drbg_init()
2119 for (j = 0; ARRAY_SIZE(drbg_cores) > j; j++, i++) in drbg_init()
[all …]