Lines Matching refs:coreref
1456 int coreref, bool pr) in drbg_instantiate() argument
1462 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1476 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1791 int *coreref, bool *pr) in drbg_convert_tfm_core() argument
1813 *coreref = i; in drbg_convert_tfm_core()
1870 int coreref = 0; in drbg_kcapi_seed() local
1872 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
1879 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed()
1905 int coreref = 0; in drbg_healthcheck_sanity() local
1914 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity()
1916 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
1918 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
1926 drbg->core = &drbg_cores[coreref]; in drbg_healthcheck_sanity()