Searched refs:cnonce (Results 1 – 2 of 2) sorted by relevance
928 char *cnonce = NULL; in http_auth_digest_check() local968 dkv[6].ptr = &cnonce; in http_auth_digest_check()1021 log_error_write(srv, __FILE__, __LINE__, "ss", "cnonce", cnonce); in http_auth_digest_check()1031 (qop && (!nc || !cnonce)) || in http_auth_digest_check()1047 (!nonce || !cnonce)) { in http_auth_digest_check()1104 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()1131 li_MD5_Update(&Md5Ctx, (unsigned char *)cnonce, strlen(cnonce)); in http_auth_digest_check()
448 * fixed crash with md5-sess and cnonce not set in mod_auth (reported by Stefan Esser)