HomeSort by: relevance | last modified time | path
    Searched defs:boxed (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.c 473 uint8_t *boxed; local
487 boxed = buf + DNSCRYPT_REPLY_BOX_OFFSET;
488 memmove(boxed + crypto_box_MACBYTES, buf, len);
489 len = dnscrypt_pad(boxed + crypto_box_MACBYTES, len,
502 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) {
510 (boxed, boxed + crypto_box_MACBYTES, len, nonce, nmkey) != 0) {

Completed in 59 milliseconds