Searched refs:drbg_instantiate (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/crypto/ |
| D | drbg.c | 1510 static int drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, in drbg_instantiate() function 1827 return drbg_instantiate(drbg, seed_string, coreref, pr); in drbg_kcapi_seed() 1884 ret = drbg_instantiate(drbg, NULL, coreref, pr); in drbg_healthcheck_sanity() 1901 ret = drbg_instantiate(drbg, &addtl, coreref, pr); in drbg_healthcheck_sanity()
|