OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Aug 03 00:25:36 UTC 2026