Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/dnscrypt/
H A Ddnscrypt.h36 #define DNSCRYPT_REPLY_HEADER_SIZE \ macro
H A Ddnscrypt.c470 + DNSCRYPT_REPLY_HEADER_SIZE; in dnscrypt_server_curve()
490 max_len - DNSCRYPT_REPLY_HEADER_SIZE, nonce, in dnscrypt_server_curve()
523 sldns_buffer_set_limit(buffer, len + DNSCRYPT_REPLY_HEADER_SIZE); in dnscrypt_server_curve()
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddnscrypt.c364 max_len - DNSCRYPT_REPLY_HEADER_SIZE, nonce, in dnscrypt_server_curve()
385 *lenp = len + DNSCRYPT_REPLY_HEADER_SIZE; in dnscrypt_server_curve()
H A Ddnscrypt.h91 #define DNSCRYPT_REPLY_HEADER_SIZE \ macro
H A Dtcp_request.c321 dns_reply_len + DNSCRYPT_MAX_PADDING + DNSCRYPT_REPLY_HEADER_SIZE; in resolver_proxy_read_cb()
H A Dudp_request.c482 dns_reply_len + DNSCRYPT_MAX_PADDING + DNSCRYPT_REPLY_HEADER_SIZE; in resolver_to_proxy_cb()