Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/dnscrypt/
H A Ddnscrypt.c64 struct nonce_cache_key { struct
185 struct nonce_cache_key* k = in dnsc_nonce_cache_insert()
186 (struct nonce_cache_key*)calloc(1, sizeof(*k)); in dnsc_nonce_cache_insert()
221 struct nonce_cache_key k; in dnsc_nonces_lookup()
1073 struct nonce_cache_key* nk = (struct nonce_cache_key*)k; in dnsc_nonces_sizefunc()
1074 size_t key_size = sizeof(struct nonce_cache_key) in dnsc_nonces_sizefunc()
1083 struct nonce_cache_key *k1 = m1, *k2 = m2; in dnsc_nonces_compfunc()
1101 struct nonce_cache_key* nk = (struct nonce_cache_key*)k; in dnsc_nonces_delkeyfunc()