Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c357 * scratchpad usage: drbg_ctr_update is interlinked with drbg_ctr_df
360 * drbg_ctr_update:
522 * 2 => first invocation from drbg_ctr_update when addtl is present. In
526 * 3 => second invocation from drbg_ctr_update. When the update function
530 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function
589 * scratchpad use: drbg_ctr_update is called independently from
602 ret = drbg_ctr_update(drbg, addtl, 2); in drbg_ctr_generate()
613 ret = drbg_ctr_update(drbg, NULL, 3); in drbg_ctr_generate()
621 .update = drbg_ctr_update,
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c359 * scratchpad usage: drbg_ctr_update is interlinked with drbg_ctr_df
362 * drbg_ctr_update:
524 * 2 => first invocation from drbg_ctr_update when addtl is present. In
528 * 3 => second invocation from drbg_ctr_update. When the update function
532 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update() function
591 * scratchpad use: drbg_ctr_update is called independently from
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,

Completed in 8 milliseconds