Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Ddrbg.c513 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function
588 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate()
620 ret = drbg_ctr_update(drbg, NULL, 3); in drbg_ctr_generate()
630 .update = drbg_ctr_update,