Home
last modified time | relevance | path

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

/external/dropbear/
Drandom.c37 static unsigned char hashpool[SHA1_HASH_SIZE]; variable
139 m_burn(hashpool, sizeof(hashpool)); in seedrandom()
147 sha1_process(&hs, (void*)hashpool, sizeof(hashpool)); in seedrandom()
149 sha1_done(&hs, hashpool); in seedrandom()
172 sha1_process(&hs, (void*)hashpool, sizeof(hashpool)); in reseedrandom()
175 sha1_done(&hs, hashpool); in reseedrandom()
191 sha1_process(&hs, (void*)hashpool, sizeof(hashpool)); in genrandom()