Lines Matching defs:digest
18 * mod_auth_digest: MD5 digest authentication
143 const char *digest;
343 "generating secret for digest authentication");
960 resp->digest = apr_pstrdup(r->pool, value);
974 || !resp->digest
1584 "missing user, realm, nonce, uri, digest, "
1751 /* old (rfc-2069) style digest */
1752 if (strcmp(resp->digest, old_digest(r, resp, conf->ha1))) {
1787 if (strcmp(resp->digest, exp_digest)) {
1828 /* 2069-style entity-digest is not supported (it's too hard, and
1853 /* do rfc-2069 digest