Searched refs:coreref (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | drbg.c | 1478 int coreref, bool pr) in drbg_instantiate() argument 1483 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate() 1484 drbg->core = &drbg_cores[coreref]; in drbg_instantiate() 1686 int *coreref, bool *pr) in drbg_convert_tfm_core() argument 1708 *coreref = i; in drbg_convert_tfm_core() 1718 int coreref = 0; in drbg_kcapi_init() local 1720 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); in drbg_kcapi_init() 1725 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_init() 1777 int coreref = 0; in drbg_kcapi_reset() local 1780 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_reset() [all …]
|