Searched refs:coreref (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Ddrbg.c1470 * @coreref reference to core
1478 int coreref, bool pr) drbg_instantiate()
1483 "%s\n", coreref, pr ? "enabled" : "disabled"); drbg_instantiate()
1484 drbg->core = &drbg_cores[coreref]; drbg_instantiate()
1679 * @coreref reference to integer which is filled with the pointer to
1686 int *coreref, bool *pr) drbg_convert_tfm_core()
1708 *coreref = i; drbg_convert_tfm_core()
1718 int coreref = 0; drbg_kcapi_init() local
1720 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm), &coreref, &pr); drbg_kcapi_init() local
1725 return drbg_instantiate(drbg, NULL, coreref, pr); drbg_kcapi_init()
1777 int coreref = 0; drbg_kcapi_reset() local
1780 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, drbg_kcapi_reset() local
1784 return drbg_instantiate(drbg, &seed_string, coreref, pr); drbg_kcapi_reset()
1789 return drbg_instantiate(drbg, NULL, coreref, pr); drbg_kcapi_reset()
1794 return drbg_instantiate(drbg, &seed_string, coreref, pr); drbg_kcapi_reset()
1822 int coreref = 0; drbg_healthcheck_sanity() local
1831 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); drbg_healthcheck_sanity()
1833 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr); drbg_healthcheck_sanity()
1835 drbg_convert_tfm_core("drbg_nopr_hmac_sha256", &coreref, &pr); drbg_healthcheck_sanity()
1851 ret = drbg_instantiate(drbg, NULL, coreref, pr); drbg_healthcheck_sanity()
1868 ret = drbg_instantiate(drbg, &addtl, coreref, pr); drbg_healthcheck_sanity()
1477 drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, int coreref, bool pr) drbg_instantiate() argument
1685 drbg_convert_tfm_core(const char *cra_driver_name, int *coreref, bool *pr) drbg_convert_tfm_core() argument

Completed in 84 milliseconds