Searched defs:algorithm (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_digest.c93 const char *algorithm; member in struct:digest_config_struct
144 const char *algorithm; member in struct:digest_header_struct
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
[all...]

Completed in 36 milliseconds