Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddigestauth.c157 unsigned char resphash[MD5_DIGEST_SIZE]; in digest_calc_response() local
192 MD5Final (resphash, &md5); in digest_calc_response()
193 cvthex (resphash, sizeof (resphash), response); in digest_calc_response()