Searched refs:algorithm (Results 1 - 2 of 2) 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...]
/httpd/modules/ssl/
H A Dssl_engine_vars.c107 md = EVP_get_digestbynid(OBJ_obj2nid(x->sig_alg->algorithm));
577 nid = OBJ_obj2nid((ASN1_OBJECT *)(xs->cert_info->signature->algorithm));
583 nid = OBJ_obj2nid((ASN1_OBJECT *)(xs->cert_info->key->algor->algorithm));

Completed in 572 milliseconds