Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Ddrbg.c1456 int coreref, bool pr) in drbg_instantiate() argument
1462 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1476 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1791 int *coreref, bool *pr) in drbg_convert_tfm_core() argument
1813 *coreref = i; in drbg_convert_tfm_core()
1870 int coreref = 0; in drbg_kcapi_seed() local
1872 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()
1879 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed()
1905 int coreref = 0; in drbg_healthcheck_sanity() local
1914 drbg_convert_tfm_core("drbg_nopr_ctr_aes128", &coreref, &pr); in drbg_healthcheck_sanity()
[all …]