Home
last modified time | relevance | path

Searched refs:drbg_ctr_update (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/crypto/
Ddrbg.c479 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function
551 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate()
562 ret = drbg_ctr_update(drbg, NULL, 3); in drbg_ctr_generate()
570 .update = drbg_ctr_update,