Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Ddrbg.c1575 int coreref, bool pr) in drbg_instantiate() argument
1581 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1595 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1897 int *coreref, bool *pr) in drbg_convert_tfm_core() argument
1919 *coreref = i; in drbg_convert_tfm_core()
1976 int coreref = 0; in drbg_kcapi_seed() local
1985 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed()
2011 int coreref = 0; in drbg_healthcheck_sanity() local
2020 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity()
2022 drbg_convert_tfm_core("drbg_nopr_sha256", &coreref, &pr); in drbg_healthcheck_sanity()
[all …]