Home | History | Annotate | Download | only in mongoose

Lines Matching defs:qop

2006                           const char *qop, const char *response) {
2011 qop == NULL || response == NULL) {
2026 ":", cnonce, ":", qop, ":", ha2, NULL);
2065 char *user, *uri, *cnonce, *response, *qop, *nc, *nonce;
2113 } else if (!strcmp(name, "qop")) {
2114 ah->qop = value;
2151 ha1, ah.uri, ah.nonce, ah.nc, ah.cnonce, ah.qop,
2198 "WWW-Authenticate: Digest qop=\"auth\", "