Home
last modified time | relevance | path

Searched refs:nonce_ts_last (Results 1 – 3 of 3) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddnscrypt.c323 if (ts <= c->nonce_ts_last) { in add_server_nonce()
324 ts = c->nonce_ts_last + 1; in add_server_nonce()
326 c->nonce_ts_last = ts; in add_server_nonce()
H A Ddnscrypt.h158 uint64_t nonce_ts_last; member
/dports/dns/unbound/unbound-1.14.0/dnscrypt/
H A Ddnscrypt.h65 uint64_t nonce_ts_last; member