Home
last modified time | relevance | path

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

/linux/crypto/
H A Ddrbg.c647 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() local
657 drbg_string_fill(&seed1, drbg->V, drbg_statelen(drbg)); in drbg_hmac_update()
658 list_add_tail(&seed1.list, &seedlist); in drbg_hmac_update()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c707 isys_stream_descr->prbs_port_attr.seed1 = stream_cfg->source.prbs.seed1; in sh_css_translate_stream_cfg_to_input_system_input_port_attr()