Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/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()