Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Ddrbg.c389 struct list_head *seedlist) in drbg_ctr_df() argument
449 list_splice_tail(seedlist, &bcc_list); in drbg_ctr_df()
648 LIST_HEAD(seedlist); in drbg_hmac_update()
658 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
661 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
664 list_splice_tail(seed, &seedlist); in drbg_hmac_update()
1080 LIST_HEAD(seedlist); in drbg_seed_from_random()
1089 list_add_tail(&data.list, &seedlist); in drbg_seed_from_random()
1140 LIST_HEAD(seedlist); in drbg_seed()
1214 list_add_tail(&data1.list, &seedlist); in drbg_seed()
[all …]