Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c924 char *nonce = NULL; in http_auth_digest_check() local
964 dkv[2].ptr = &nonce; in http_auth_digest_check()
1017 log_error_write(srv, __FILE__, __LINE__, "ss", "nonce", nonce); in http_auth_digest_check()
1029 !nonce || in http_auth_digest_check()
1047 (!nonce || !cnonce)) { in http_auth_digest_check()
1102 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()
1126 li_MD5_Update(&Md5Ctx, (unsigned char *)nonce, strlen(nonce)); in http_auth_digest_check()