Searched refs:nextnonce (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/usr.sbin/httpd/src/modules/experimental/ |
| D | mod_auth_digest.c | 1394 const char *ai = NULL, *digest = NULL, *nextnonce = ""; in add_auth_info() local 1413 nextnonce = ap_pstrcat(r->pool, ", nextnonce=\"", in add_auth_info() 1424 nextnonce = ap_pstrcat(r->pool, ", nextnonce=\"", nonce, "\"", NULL); in add_auth_info() 1436 ai = ap_pstrcat(r->pool, "digest=\"", digest, "\"", nextnonce,NULL); in add_auth_info() 1438 ai = nextnonce; in add_auth_info() 1477 nextnonce, in add_auth_info()
|