Searched refs:drbg_instantiate (Results 1 – 1 of 1) sorted by relevance
/crypto/ |
D | drbg.c | 1475 static int drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, in drbg_instantiate() function 1730 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_init() 1789 return drbg_instantiate(drbg, &seed_string, coreref, pr); in drbg_kcapi_reset() 1794 return drbg_instantiate(drbg, NULL, coreref, pr); in drbg_kcapi_reset() 1799 return drbg_instantiate(drbg, &seed_string, coreref, pr); in drbg_kcapi_reset() 1856 ret = drbg_instantiate(drbg, NULL, coreref, pr); in drbg_healthcheck_sanity() 1873 ret = drbg_instantiate(drbg, &addtl, coreref, pr); in drbg_healthcheck_sanity()
|