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

/httpd/modules/aaa/
H A Dmod_auth_digest.c31 * - nonce-format configurability
39 * o Server name and port can't be included in nonce-hash
40 * (we need two nonce formats, which must be configured explicitly)
41 * o Nonce-count check can't be for equal, or then nonce-count checking
118 unsigned long nonce_count; /* for nonce-count checking */
119 char last_nonce[NONCE_LEN+1]; /* for one-time nonce's */
140 char *nonce; member in struct:digest_header_struct
160 /* (mostly) nonce stuff */
169 /* client-list, opaque, and one-time-nonce stuff */
174 static apr_time_t *otn_counter; /* one-time-nonce counte
1064 char *nonce = apr_palloc(p, NONCE_LEN+1); local
1136 const char *qop, *opaque, *opaque_param, *domain, *nonce; local
1845 const char *nonce = gen_nonce(r->pool, 0, resp->opaque, r->server, local
[all...]
/httpd/modules/proxy/
H A Dmod_proxy.h427 char nonce[APR_UUID_FORMATTED_LENGTH + 1]; member in struct:__anon286
H A Dproxy_util.c1203 *bshared->nonce = PROXY_UNSET_NONCE; /* impossible valid input */
1246 if (*balancer->s->nonce == PROXY_UNSET_NONCE) {
1247 char nonce[APR_UUID_FORMATTED_LENGTH + 1]; local
1249 /* Retrieve a UUID and store the nonce for the lifetime of
1253 apr_uuid_format(nonce, &uuid);
1254 rv = PROXY_STRNCPY(balancer->s->nonce, nonce);

Completed in 27 milliseconds