NONCE_TIME_LEN    114 modules/aaa/mod_auth_digest.c #define NONCE_LEN       (int )(NONCE_TIME_LEN + NONCE_HASH_LEN)
NONCE_TIME_LEN   1070 modules/aaa/mod_auth_digest.c     gen_nonce_hash(nonce+NONCE_TIME_LEN, nonce, opaque, server, conf);
NONCE_TIME_LEN   1426 modules/aaa/mod_auth_digest.c     tmp = resp->nonce[NONCE_TIME_LEN];
NONCE_TIME_LEN   1427 modules/aaa/mod_auth_digest.c     resp->nonce[NONCE_TIME_LEN] = '\0';
NONCE_TIME_LEN   1430 modules/aaa/mod_auth_digest.c     resp->nonce[NONCE_TIME_LEN] = tmp;
NONCE_TIME_LEN   1433 modules/aaa/mod_auth_digest.c     if (strcmp(hash, resp->nonce+NONCE_TIME_LEN)) {