Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_ngtcp2.c683 static void cb_rand(uint8_t *dest, size_t destlen, in cb_rand() argument
689 result = Curl_rand(NULL, dest, destlen); in cb_rand()
693 memset(dest, 0, destlen); in cb_rand()

Completed in 16 milliseconds