Lines Matching refs:coreref
1567 * @coreref reference to core
1575 int coreref, bool pr)
1581 "%s\n", coreref, pr ? "enabled" : "disabled");
1595 drbg->core = &drbg_cores[coreref];
1890 * @coreref reference to integer which is filled with the pointer to
1897 int *coreref, bool *pr)
1919 *coreref = i;
1976 int coreref = 0;
1978 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref,
1985 return drbg_instantiate(drbg, seed_string, coreref, pr);
2011 int coreref = 0;
2020 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr);
2022 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr);
2024 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr);
2032 drbg->core = &drbg_cores[coreref];