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_beforenmbytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h
28
#define
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
32U
30
size_t
crypto_box_curve25519xchacha20poly1305_beforenmbytes
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_curve25519xchacha20poly1305.c
68
unsigned char k[
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
];
71
COMPILER_ASSERT(
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
>=
125
unsigned char k[
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
];
183
crypto_box_curve25519xchacha20poly1305_beforenmbytes
(void)
function in typeref:typename:size_t
185
return
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c
319
pc = (unsigned char *) sodium_malloc(
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
);
411
assert(
crypto_box_curve25519xchacha20poly1305_beforenmbytes
() ==
crypto_box_curve25519xchacha20poly1305_BEFORENMBYTES
);
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025