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

/httpd/modules/aaa/
H A Dmod_auth_digest.c174 static apr_time_t *otn_counter; /* one-time-nonce counter */ variable
312 otn_counter = apr_rmm_addr_get(client_rmm, apr_rmm_malloc(client_rmm, sizeof(*otn_counter)));
313 if (otn_counter == NULL) {
317 *otn_counter = 0;
1070 else if (otn_counter) {
1074 t.time = (*otn_counter)++;

Completed in 16 milliseconds