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

/httpd/modules/aaa/
H A Dmod_auth_digest.c105 #define NONCE_TIME_LEN (((sizeof(apr_time_t)+2)/3)*4) macro
107 #define NONCE_LEN (int )(NONCE_TIME_LEN + NONCE_HASH_LEN)
1081 gen_nonce_hash(nonce+NONCE_TIME_LEN, nonce, opaque, server, conf);
1390 tmp = resp->nonce[NONCE_TIME_LEN];
1391 resp->nonce[NONCE_TIME_LEN] = '\0';
1394 resp->nonce[NONCE_TIME_LEN] = tmp;
1397 if (strcmp(hash, resp->nonce+NONCE_TIME_LEN)) {

Completed in 16 milliseconds