Lines Matching refs:coreref
1540 * @coreref reference to core
1548 int coreref, bool pr)
1554 "%s\n", coreref, pr ? "enabled" : "disabled");
1568 drbg->core = &drbg_cores[coreref];
1864 * @coreref reference to integer which is filled with the pointer to
1871 int *coreref, bool *pr)
1893 *coreref = i;
1950 int coreref = 0;
1952 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref,
1959 return drbg_instantiate(drbg, seed_string, coreref, pr);
1985 int coreref = 0;
1994 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr);
1996 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr);
1998 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr);
2006 drbg->core = &drbg_cores[coreref];