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_PUBLICKEYBYTES
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/curve25519xchacha20poly1305/
box_seal_curve25519xchacha20poly1305.c
19
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
21
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
34
unsigned char epk[
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
];
41
memcpy(c, epk,
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
44
c +
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
, m, mlen,
66
COMPILER_ASSERT(
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
<
70
m, c +
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
,
71
clen -
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
,
box_curve25519xchacha20poly1305.c
171
crypto_box_curve25519xchacha20poly1305_publickeybytes
(void)
function in typeref:typename:size_t
173
return
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
;
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box_curve25519xchacha20poly1305.h
20
#define
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
32U
22
size_t
crypto_box_curve25519xchacha20poly1305_publickeybytes
(void);
135
(
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
+ \
/src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c
315
pk = (unsigned char *) sodium_malloc(
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
399
sodium_bin2hex(hex, sizeof hex, pk,
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
409
assert(
crypto_box_curve25519xchacha20poly1305_publickeybytes
() ==
crypto_box_curve25519xchacha20poly1305_PUBLICKEYBYTES
);
Completed in 38 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025