Home
last modified time | relevance | path

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

/dports/dns/unbound/unbound-1.14.0/dnscrypt/
H A Ddnscrypt.h18 #ifndef DNSCRYPT_BLOCK_SIZE
19 # define DNSCRYPT_BLOCK_SIZE 64U macro
H A Ddnscrypt.c410 padded_len += DNSCRYPT_BLOCK_SIZE - padded_len % DNSCRYPT_BLOCK_SIZE; in dnscrypt_pad()
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Ddnscrypt.h69 #ifndef DNSCRYPT_BLOCK_SIZE
70 # define DNSCRYPT_BLOCK_SIZE 64U macro
H A Ddnscrypt.c230 padded_len += DNSCRYPT_BLOCK_SIZE - padded_len % DNSCRYPT_BLOCK_SIZE; in dnscrypt_pad()