Searched refs:Curl_rand (Results 1 – 10 of 10) sorted by relevance
/curl/lib/ |
H A D | rand.h | 34 #define Curl_rand(a,b,c) Curl_rand_bytes((a), TRUE, (b), (c)) macro 36 #define Curl_rand(a,b,c) Curl_rand_bytes((a), (b), (c)) macro
|
H A D | socketpair.c | 203 if(Curl_rand(NULL, (unsigned char *)rnd, sizeof(rnd))) in Curl_socketpair()
|
H A D | rand.c | 265 result = Curl_rand(data, buffer, num/2); in Curl_rand_hex()
|
H A D | ws.c | 717 result = Curl_rand(data, (unsigned char *)rand, sizeof(rand)); in Curl_ws_request() 813 result = Curl_rand(data, (unsigned char *)&ws->enc.mask, in Curl_ws_accept()
|
H A D | hostip.c | 429 if(Curl_rand(data, (unsigned char *)rnd, rnd_size) == CURLE_OK) { in Curl_shuffle_addr()
|
H A D | cf-socket.c | 1572 Curl_rand(data, &c, 1); in cf_socket_recv()
|
/curl/lib/vauth/ |
H A D | ntlm.c | 527 result = Curl_rand(data, entropy, 8); in Curl_auth_create_ntlm_type3_message()
|
/curl/lib/vquic/ |
H A D | curl_ngtcp2.c | 688 result = Curl_rand(NULL, dest, destlen); in cb_rand() 704 result = Curl_rand(NULL, cid->data, cidlen); in cb_get_new_connection_id() 709 result = Curl_rand(NULL, token, NGTCP2_STATELESS_RESET_TOKENLEN); in cb_get_new_connection_id() 2277 result = Curl_rand(data, ctx->dcid.data, NGTCP2_MAX_CIDLEN); in cf_connect_start() 2282 result = Curl_rand(data, ctx->scid.data, NGTCP2_MAX_CIDLEN); in cf_connect_start()
|
H A D | vquic.c | 251 Curl_rand(data, &c, 1); in vquic_send_packets()
|
H A D | curl_quiche.c | 1320 result = Curl_rand(data, ctx->scid, sizeof(ctx->scid)); in cf_quiche_ctx_open()
|
Completed in 50 milliseconds