Searched refs:coreref (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | drbg.c | 1476 int coreref, bool pr) in drbg_instantiate() argument 1481 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate() 1482 drbg->core = &drbg_cores[coreref]; in drbg_instantiate() 1691 int *coreref, bool *pr) in drbg_convert_tfm_core() argument 1713 *coreref = i; in drbg_convert_tfm_core() 1723 int coreref = 0; in drbg_kcapi_init() local 1725 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); in drbg_kcapi_init() 1730 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_init() 1782 int coreref = 0; in drbg_kcapi_reset() local 1785 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_reset() [all …]
|