Searched refs:drbg_ctr_update (Results 1 – 1 of 1) sorted by relevance
532 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function604 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate()615 ret = drbg_ctr_update(drbg, NULL, 3); in drbg_ctr_generate()623 .update = drbg_ctr_update,