Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddf_sp80090a.c115 struct list_head *seedlist, in crypto_drbg_ctr_df() argument
152 list_for_each_entry(seed, seedlist, list) in crypto_drbg_ctr_df()
177 list_splice_tail(seedlist, &bcc_list); in crypto_drbg_ctr_df()
H A Ddrbg.c287 struct list_head *seedlist) in drbg_ctr_df() argument
290 seedlist, drbg_blocklen(drbg), drbg_statelen(drbg)); in drbg_ctr_df()
435 LIST_HEAD(seedlist); in drbg_hmac_update()
445 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
448 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
451 list_splice_tail(seed, &seedlist); in drbg_hmac_update()
462 ret = drbg_kcapi_hash(drbg, drbg->C, &seedlist); in drbg_hmac_update()
867 LIST_HEAD(seedlist); in drbg_seed_from_random()
876 list_add_tail(&data.list, &seedlist); in drbg_seed_from_random()
882 ret = __drbg_seed(drbg, &seedlist, true, DRBG_SEED_STATE_FULL); in drbg_seed_from_random()
[all …]
/linux/include/crypto/
H A Ddf_sp80090a.h24 struct list_head *seedlist,
/linux/drivers/crypto/xilinx/
H A Dxilinx-trng.c188 LIST_HEAD(seedlist); in xtrng_reseed_internal()
193 list_add_tail(&data.list, &seedlist); in xtrng_reseed_internal()
202 TRNG_SEED_LEN_BYTES, &seedlist, AES_BLOCK_SIZE, in xtrng_reseed_internal()