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

/linux-4.1.27/crypto/
H A Ddrbg.c1477 static int drbg_instantiate(struct drbg_state *drbg, struct drbg_string *pers, drbg_instantiate() function
1725 return drbg_instantiate(drbg, NULL, coreref, pr); drbg_kcapi_init()
1784 return drbg_instantiate(drbg, &seed_string, coreref, pr); drbg_kcapi_reset()
1789 return drbg_instantiate(drbg, NULL, coreref, pr); drbg_kcapi_reset()
1794 return drbg_instantiate(drbg, &seed_string, coreref, pr); drbg_kcapi_reset()
1851 ret = drbg_instantiate(drbg, NULL, coreref, pr); drbg_healthcheck_sanity()
1868 ret = drbg_instantiate(drbg, &addtl, coreref, pr); drbg_healthcheck_sanity()

Completed in 45 milliseconds