Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c1559 int coreref, bool pr) in drbg_instantiate() argument
1565 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1579 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1881 int *coreref, bool *pr) in drbg_convert_tfm_core() argument
1903 *coreref = i; in drbg_convert_tfm_core()
1960 int coreref = 0; in drbg_kcapi_seed() local
1962 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
1969 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed()
1995 int coreref = 0; in drbg_healthcheck_sanity() local
2004 drbg_convert_tfm_core("drbg_nopr_ctr_aes256", &coreref, &pr); in drbg_healthcheck_sanity()
[all …]