Lines Matching refs:seedlist
399 struct list_head *seedlist) in drbg_ctr_df() argument
434 list_for_each_entry(seed, seedlist, list) in drbg_ctr_df()
459 list_splice_tail(seedlist, &bcc_list); in drbg_ctr_df()
660 LIST_HEAD(seedlist); in drbg_hmac_update()
670 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
673 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
676 list_splice_tail(seed, &seedlist); in drbg_hmac_update()
687 ret = drbg_kcapi_hash(drbg, drbg->C, &seedlist); in drbg_hmac_update()
1093 LIST_HEAD(seedlist); in drbg_seed_from_random()
1102 list_add_tail(&data.list, &seedlist); in drbg_seed_from_random()
1108 ret = __drbg_seed(drbg, &seedlist, true, DRBG_SEED_STATE_FULL); in drbg_seed_from_random()
1133 LIST_HEAD(seedlist); in drbg_seed()
1204 list_add_tail(&data1.list, &seedlist); in drbg_seed()
1212 list_add_tail(&pers->list, &seedlist); in drbg_seed()
1221 ret = __drbg_seed(drbg, &seedlist, reseed, new_seed_state); in drbg_seed()