Searched refs:seedlist (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/crypto/ |
D | drbg.c | 379 struct list_head *seedlist) in drbg_ctr_df() argument 414 list_for_each_entry(seed, seedlist, list) in drbg_ctr_df() 439 list_splice_tail(seedlist, &bcc_list); in drbg_ctr_df() 663 LIST_HEAD(seedlist); in drbg_hmac_update() 671 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update() 674 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update() 677 list_splice_tail(seed, &seedlist); in drbg_hmac_update() 688 ret = drbg_kcapi_hash(drbg, drbg->C, drbg->C, &seedlist); in drbg_hmac_update() 1062 LIST_HEAD(seedlist); in drbg_seed() 1097 list_add_tail(&data1.list, &seedlist); in drbg_seed() [all …]
|