Searched refs:DNSCRYPT_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
18 #ifndef DNSCRYPT_BLOCK_SIZE19 # define DNSCRYPT_BLOCK_SIZE 64U macro
410 padded_len += DNSCRYPT_BLOCK_SIZE - padded_len % DNSCRYPT_BLOCK_SIZE; in dnscrypt_pad()