Searched refs:hash_input (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | edns.c | 164 const uint8_t* hash_input, uint32_t now) in edns_cookie_server_validate() argument 185 if(memcmp(edns_cookie_server_hash(hash_input, secret, v4, hash), in edns_cookie_server_validate() 283 const uint8_t* hash_input, uint32_t now) in cookie_secrets_server_validate() argument 299 UNBOUND_COOKIE_SECRET_SIZE, v4, hash_input, now); in cookie_secrets_server_validate()
|
H A D | edns.h | 192 const uint8_t* hash_input, uint32_t now); 230 const uint8_t* hash_input, uint32_t now);
|