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

/httpd/modules/aaa/
H A Dmod_auth_digest.c146 const char *opaque; member in struct:digest_header_struct
169 /* client-list, opaque, and one-time-nonce stuff */
178 static const char *opaque_mutex_type = "authdigest-opaque";
293 /* setup opaque */
677 * Each client is assigned a number, which is transferred in the opaque
700 * clients will just be sent a new client id (opaque field) and nonce
714 * the opaque field.
965 else if (!strcasecmp(key, "opaque"))
966 resp->opaque = apr_pstrdup(r->pool, value);
980 if (resp->opaque) {
1033 gen_nonce_hash(char *hash, const char *timestr, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1060 gen_nonce(apr_pool_t *p, apr_time_t now, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument
1136 const char *qop, *opaque, *opaque_param, *domain, *nonce; local
[all...]

Completed in 40 milliseconds