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

/httpd/modules/aaa/
H A Dmod_auth_digest.c91 apr_time_t nonce_lifetime; member in struct:digest_config_struct
437 conf->nonce_lifetime = DFLT_NONCE_LIFE;
558 ((digest_config_rec *) config)->nonce_lifetime = apr_time_from_sec(lifetime);
1067 if (conf->nonce_lifetime != 0) {
1156 if ((conf->check_nc || conf->nonce_lifetime == 0)
1192 if (resp->client && conf->nonce_lifetime == 0) {
1406 if (conf->nonce_lifetime > 0 && dt < 0) {
1414 if (conf->nonce_lifetime > 0) {
1415 if (dt > conf->nonce_lifetime) {
1420 (double)apr_time_sec(conf->nonce_lifetime));
[all...]

Completed in 36 milliseconds