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_NONCEBYTES
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
crypto_box_seal.c
15
crypto_generichash_init(&st, NULL, 0U,
crypto_box_NONCEBYTES
);
18
crypto_generichash_final(&st, nonce,
crypto_box_NONCEBYTES
);
27
unsigned char nonce[
crypto_box_NONCEBYTES
];
51
unsigned char nonce[
crypto_box_NONCEBYTES
];
crypto_box.c
29
crypto_box_noncebytes
(void)
function in typeref:typename:size_t
31
return
crypto_box_NONCEBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
box7.c
9
static unsigned char n[
crypto_box_NONCEBYTES
];
29
randombytes_buf(n,
crypto_box_NONCEBYTES
);
box8.c
9
static unsigned char n[
crypto_box_NONCEBYTES
];
29
randombytes_buf(n,
crypto_box_NONCEBYTES
);
box_easy2.c
42
nonce = (unsigned char *) sodium_malloc(
crypto_box_NONCEBYTES
);
49
randombytes_buf(nonce,
crypto_box_NONCEBYTES
);
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_box.h
35
#define
crypto_box_NONCEBYTES
crypto_box_curve25519xsalsa20poly1305_NONCEBYTES
37
size_t
crypto_box_noncebytes
(void);
Completed in 12 milliseconds
Indexes created Wed Oct 29 12:09:47 GMT 2025