NONCE_LEN 126 modules/aaa/mod_auth_digest.c char last_nonce[NONCE_LEN+1]; /* for one-time nonce's */
NONCE_LEN 1052 modules/aaa/mod_auth_digest.c char *nonce = apr_palloc(p, NONCE_LEN+1);
NONCE_LEN 1273 modules/aaa/mod_auth_digest.c memcpy(resp->client->last_nonce, nonce, NONCE_LEN+1);
NONCE_LEN 1418 modules/aaa/mod_auth_digest.c if (strlen(resp->nonce) != NONCE_LEN) {
NONCE_LEN 1421 modules/aaa/mod_auth_digest.c resp->nonce, NONCE_LEN);
NONCE_LEN 1462 modules/aaa/mod_auth_digest.c if (memcmp(resp->client->last_nonce, resp->nonce, NONCE_LEN)) {
NONCE_LEN 1939 modules/aaa/mod_auth_digest.c memcpy(resp->client->last_nonce, nonce, NONCE_LEN+1);