Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Ddrbg.c532 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function
604 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,