Home
last modified time | relevance | path

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

/mirbsd/src/sys/crypto/
Darc4random.c37 extern struct arcfour_status lopool_collapse;
66 if ((arcfour_byte(&lopool_collapse) & 1)) in arc4random()
96 n = arcfour_byte(&lopool_collapse) & 3; in arc4random_buf()
152 buf.chars[n++] = arcfour_byte(&lopool_collapse); in arc4random_reinit()
167 (arcfour_byte(&lopool_collapse) & 7) + in arc4random_reinit()
179 (arcfour_byte(&lopool_collapse) & 3); in arc4random_reinit()
Drandcore.c70 struct arcfour_status lopool_collapse; variable
210 arcfour_ksa(&lopool_collapse, (void *)lopool_uhash, in rnd_lopool_dequeue()
254 arcfour_init(&lopool_collapse); in randomattach()
262 arcfour_ksa(&lopool_collapse, initial_entropy, 16); in randomattach()