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

/httpd/modules/aaa/
H A Dmod_auth_digest.c1822 const char *ai = NULL, *nextnonce = ""; local
1831 /* setup nextnonce
1834 /* send nextnonce if current nonce will expire in less than 30 secs */
1836 nextnonce = apr_pstrcat(r->pool, ", nextnonce=\"",
1847 nextnonce = apr_pstrcat(r->pool, ", nextnonce=\"", nonce, "\"", NULL);
1850 /* else nonce never expires, hence no nextnonce */
1859 ai = nextnonce;
1884 nextnonce,
[all...]

Completed in 15 milliseconds