Searched refs:coreref (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/crypto/ |
| D | drbg.c | 1558 int coreref, bool pr) in drbg_instantiate() argument 1564 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate() 1578 drbg->core = &drbg_cores[coreref]; in drbg_instantiate() 1894 int *coreref, bool *pr) in drbg_convert_tfm_core() argument 1916 *coreref = i; in drbg_convert_tfm_core() 1973 int coreref = 0; in drbg_kcapi_seed() local 1975 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed() 1982 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed() 2008 int coreref = 0; in drbg_healthcheck_sanity() local 2017 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity() [all …]
|