Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dprng.c94 void cfs_srand(unsigned int seed1, unsigned int seed2) in cfs_srand() argument
98 if (seed2) in cfs_srand()
99 seed_y = seed2; in cfs_srand()
/linux-4.4.14/crypto/
Ddrbg.c665 struct drbg_string seed1, seed2, vdata; in drbg_hmac_update() local
676 drbg_string_fill(&seed2, NULL, 1); in drbg_hmac_update()
677 list_add_tail(&seed2.list, &seedlist); in drbg_hmac_update()
690 seed2.buf = &prefix; in drbg_hmac_update()