Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dhttp_auth.c927 char *qop = NULL; in http_auth_digest_check() local
967 dkv[5].ptr = &qop; in http_auth_digest_check()
1020 log_error_write(srv, __FILE__, __LINE__, "ss", "qop", qop); in http_auth_digest_check()
1031 (qop && (!nc || !cnonce)) || in http_auth_digest_check()
1115 if (qop && strcasecmp(qop, "auth-int") == 0) { in http_auth_digest_check()
1128 if (qop && *qop) { in http_auth_digest_check()
1133 li_MD5_Update(&Md5Ctx, (unsigned char *)qop, strlen(qop)); in http_auth_digest_check()