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