Searched refs:randb (Results 1 – 1 of 1) sorted by relevance
461 unsigned char randb[64]; in Curl_ossl_seed() local462 size_t len = sizeof(randb); in Curl_ossl_seed()474 memcpy(&randb[i * sizeof(struct curltime)], &tv, in Curl_ossl_seed()477 RAND_add(randb, (int)len, (double)len/2); in Curl_ossl_seed()