Lines Matching refs:seedlist
414 struct list_head *seedlist) in drbg_ctr_df() argument
450 list_for_each_entry(seed, seedlist, list) in drbg_ctr_df()
475 list_splice_tail(seedlist, &bcc_list); in drbg_ctr_df()
695 LIST_HEAD(seedlist); in drbg_hmac_update()
703 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
706 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
709 list_splice_tail(seed, &seedlist); in drbg_hmac_update()
720 ret = drbg_kcapi_hash(drbg, drbg->C, drbg->C, &seedlist); in drbg_hmac_update()
1065 LIST_HEAD(seedlist); in drbg_seed()
1100 list_add_tail(&data1.list, &seedlist); in drbg_seed()
1108 list_add_tail(&pers->list, &seedlist); in drbg_seed()
1117 ret = drbg->d_ops->update(drbg, &seedlist, reseed); in drbg_seed()