Lines Matching refs:algorithm
93 const char *algorithm;
144 const char *algorithm;
439 conf->algorithm = DFLT_ALGORITHM;
585 return "AuthDigestAlgorithm: ERROR: algorithm `MD5-sess' "
589 return apr_pstrcat(cmd->pool, "Invalid algorithm in AuthDigestAlgorithm: ", alg, NULL);
592 ((digest_config_rec *) config)->algorithm = alg;
665 "The algorithm used for the hash calculation"),
707 * above algorithm is really sufficient) a set of counters is kept
961 else if (!strcasecmp(key, "algorithm"))
962 resp->algorithm = apr_pstrdup(r->pool, value);
1217 "nonce=\"%s\", algorithm=%s%s%s%s%s",
1218 ap_auth_name(r), nonce, conf->algorithm,
1710 if (resp->algorithm != NULL
1711 && strcasecmp(resp->algorithm, "MD5")) {
1713 "unknown algorithm `%s' received: %s",
1714 resp->algorithm, r->uri);