Home
last modified time | relevance | path

Searched refs:rnd_size (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddigestauth.c391 * @param rnd_size The size of the random seed array @a rnd
400 size_t rnd_size, in calculate_nonce()
419 if (rnd_size > 0) in calculate_nonce()
420 MD5Update (&md5, rnd, rnd_size); in calculate_nonce()
397 calculate_nonce(uint32_t nonce_time, const char *method, const char *rnd, size_t rnd_size, const char *uri, const char *realm, char *nonce) calculate_nonce() argument
/third_party/curl/lib/
H A Dhostip.c422 const size_t rnd_size = num_addrs * sizeof(*rnd); in Curl_shuffle_addr() local
430 rnd = malloc(rnd_size); in Curl_shuffle_addr()
433 if(Curl_rand(data, (unsigned char *)rnd, rnd_size) == CURLE_OK) { in Curl_shuffle_addr()

Completed in 3 milliseconds