Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Ddigestauth.c579 char noncehashexp[HASH_MD5_HEX_LEN + 9]; in MHD_digest_auth_check() local
705 noncehashexp); in MHD_digest_auth_check()
716 if (0 != strcmp (nonce, noncehashexp)) in MHD_digest_auth_check()