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_PUBLICKEYBYTES
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_seal.c
16
crypto_generichash_update(&st, pk1,
crypto_box_PUBLICKEYBYTES
);
17
crypto_generichash_update(&st, pk2,
crypto_box_PUBLICKEYBYTES
);
28
unsigned char epk[
crypto_box_PUBLICKEYBYTES
];
35
memcpy(c, epk,
crypto_box_PUBLICKEYBYTES
);
37
ret = crypto_box_easy(c +
crypto_box_PUBLICKEYBYTES
, m, mlen,
58
COMPILER_ASSERT(
crypto_box_PUBLICKEYBYTES
< crypto_box_SEALBYTES);
59
return crypto_box_open_easy(m, c +
crypto_box_PUBLICKEYBYTES
,
60
clen -
crypto_box_PUBLICKEYBYTES
,
crypto_box.c
11
crypto_box_publickeybytes
(void)
function in typeref:typename:size_t
13
return
crypto_box_PUBLICKEYBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
box7.c
6
static unsigned char alicepk[
crypto_box_PUBLICKEYBYTES
];
8
static unsigned char bobpk[
crypto_box_PUBLICKEYBYTES
];
box8.c
6
static unsigned char alicepk[
crypto_box_PUBLICKEYBYTES
];
8
static unsigned char bobpk[
crypto_box_PUBLICKEYBYTES
];
box_seal.c
8
unsigned char pk[
crypto_box_PUBLICKEYBYTES
];
box_easy2.c
5
static const unsigned char small_order_p[
crypto_box_PUBLICKEYBYTES
] = {
37
alicepk = (unsigned char *) sodium_malloc(
crypto_box_PUBLICKEYBYTES
);
39
bobpk = (unsigned char *) sodium_malloc(
crypto_box_PUBLICKEYBYTES
);
box.c
17
static const unsigned char small_order_p[
crypto_box_PUBLICKEYBYTES
] = {
83
assert(
crypto_box_publickeybytes
() > 0U);
95
crypto_box_publickeybytes
());
box2.c
17
static const unsigned char small_order_p[
crypto_box_PUBLICKEYBYTES
] = {
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h
27
#define
crypto_box_PUBLICKEYBYTES
crypto_box_curve25519xsalsa20poly1305_PUBLICKEYBYTES
29
size_t
crypto_box_publickeybytes
(void);
122
#define crypto_box_SEALBYTES (
crypto_box_PUBLICKEYBYTES
+ crypto_box_MACBYTES)
Completed in 16 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025