Home
last modified time | relevance | path

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

/curl/lib/
H A Drand.c162 char *force_entropy = getenv("CURL_ENTROPY"); in randit() local
163 if(force_entropy) { in randit()
169 size_t elen = strlen(force_entropy); in randit()
172 memcpy((char *)&seed, force_entropy, min); in randit()

Completed in 6 milliseconds