OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_box_BOXZEROBYTES
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box.c
41
crypto_box_boxzerobytes
(void)
function
43
return
crypto_box_BOXZEROBYTES
;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h
142
#define
crypto_box_BOXZEROBYTES
crypto_box_curve25519xsalsa20poly1305_BOXZEROBYTES
144
size_t
crypto_box_boxzerobytes
(void);
/src/external/bsd/unbound/dist/dnscrypt/
dnscrypt.c
38
// 16 bytes: Poly1305 MAC (crypto_box_ZEROBYTES -
crypto_box_BOXZEROBYTES
)
493
DNSCRYPT_REPLY_BOX_OFFSET -
crypto_box_BOXZEROBYTES
,
/src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c
7507
check_compile_time( ( sizeof( DNSCryptQueryHeader ) - crypto_box_ZEROBYTES +
crypto_box_BOXZEROBYTES
) ==
7520
check_compile_time( offsetof( DNSCryptResponseHeader, poly1305MAC ) >=
crypto_box_BOXZEROBYTES
);
7521
check_compile_time( ( offsetof( DNSCryptResponseHeader, poly1305MAC ) -
crypto_box_BOXZEROBYTES
+ crypto_box_ZEROBYTES ) ==
7799
ciphertext = hdr->poly1305MAC -
crypto_box_BOXZEROBYTES
;
7800
memset( ciphertext, 0,
crypto_box_BOXZEROBYTES
);
[
all
...]
Completed in 53 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026