Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Ddrbg.c398 struct list_head *seedlist) in drbg_ctr_df() argument
433 list_for_each_entry(seed, seedlist, list) in drbg_ctr_df()
458 list_splice_tail(seedlist, &bcc_list); in drbg_ctr_df()
659 LIST_HEAD(seedlist); in drbg_hmac_update()
669 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
672 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
675 list_splice_tail(seed, &seedlist); in drbg_hmac_update()
686 ret = drbg_kcapi_hash(drbg, drbg->C, &seedlist); in drbg_hmac_update()
1071 LIST_HEAD(seedlist); in drbg_async_seed()
1082 list_add_tail(&data.list, &seedlist); in drbg_async_seed()
[all …]