Searched refs:coreref (Results 1 – 1 of 1) sorted by relevance
| /linux/crypto/ |
| H A D | drbg.c | 1345 int coreref, bool pr) in drbg_instantiate() argument 1351 "%s\n", coreref, str_enabled_disabled(pr)); in drbg_instantiate() 1365 drbg->core = &drbg_cores[coreref]; in drbg_instantiate() 1642 int *coreref, bool *pr) in drbg_convert_tfm_core() argument 1664 *coreref = i; in drbg_convert_tfm_core() 1721 int coreref = 0; in drbg_kcapi_seed() local 1723 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed() 1730 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed() 1756 int coreref = 0; in drbg_healthcheck_sanity() local 1765 drbg_convert_tfm_core("drbg_nopr_ctr_aes256", &coreref, &pr); in drbg_healthcheck_sanity() [all …]
|