OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_box_curve25519xchacha20poly1305_NONCEBYTES
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_seal_curve25519xchacha20poly1305.c
17
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
);
23
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
);
33
unsigned char nonce[
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
];
59
unsigned char nonce[
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
];
box_curve25519xchacha20poly1305.c
189
crypto_box_curve25519xchacha20poly1305_noncebytes
(void)
function in typeref:typename:size_t
191
return
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h
32
#define
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
24U
34
size_t
crypto_box_curve25519xchacha20poly1305_noncebytes
(void);
/src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c
317
nonce = (unsigned char *) sodium_malloc(
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
);
327
randombytes_buf(nonce,
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
);
412
assert(
crypto_box_curve25519xchacha20poly1305_noncebytes
() ==
crypto_box_curve25519xchacha20poly1305_NONCEBYTES
);
Completed in 14 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025