Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c1540 * @coreref reference to core
1548 int coreref, bool pr) in drbg_instantiate()
1554 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1568 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1864 * @coreref reference to integer which is filled with the pointer to
1871 int *coreref, bool *pr) in drbg_convert_tfm_core()
1893 *coreref = i; in drbg_convert_tfm_core()
1950 int coreref = 0; in drbg_kcapi_seed() local
1952 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed() local
1959 return drbg_instantiate(drbg, seed_string, coreref, p in drbg_kcapi_seed()
1547 drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, int coreref, bool pr) drbg_instantiate() argument
1870 drbg_convert_tfm_core(const char *cra_driver_name, int *coreref, bool *pr) drbg_convert_tfm_core() argument
1985 int coreref = 0; drbg_healthcheck_sanity() local
[all...]
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c1567 * @coreref reference to core
1575 int coreref, bool pr) in drbg_instantiate()
1581 "%s\n", coreref, pr ? "enabled" : "disabled"); in drbg_instantiate()
1595 drbg->core = &drbg_cores[coreref]; in drbg_instantiate()
1890 * @coreref reference to integer which is filled with the pointer to
1897 int *coreref, bool *pr) in drbg_convert_tfm_core()
1919 *coreref = i; in drbg_convert_tfm_core()
1976 int coreref = 0; in drbg_kcapi_seed() local
1978 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed() local
1985 return drbg_instantiate(drbg, seed_string, coreref, p in drbg_kcapi_seed()
1574 drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, int coreref, bool pr) drbg_instantiate() argument
1896 drbg_convert_tfm_core(const char *cra_driver_name, int *coreref, bool *pr) drbg_convert_tfm_core() argument
2011 int coreref = 0; drbg_healthcheck_sanity() local
[all...]

Completed in 5 milliseconds