OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_stream_xchacha20_noncebytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_xchacha20.h
27
#define
crypto_stream_xchacha20_NONCEBYTES
24U
29
size_t
crypto_stream_xchacha20_noncebytes
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/xchacha20/
stream_xchacha20.c
17
crypto_stream_xchacha20_noncebytes
(void)
function in typeref:typename:size_t
19
return
crypto_stream_xchacha20_NONCEBYTES
;
37
crypto_stream_xchacha20_NONCEBYTES
-
/src/sys/external/isc/libsodium/dist/test/default/
xchacha20.c
85
const char nonce[
crypto_stream_xchacha20_NONCEBYTES
* 2 + 1];
114
nonce = (unsigned char *) sodium_malloc(
crypto_stream_xchacha20_NONCEBYTES
);
121
sodium_hex2bin(nonce,
crypto_stream_xchacha20_NONCEBYTES
,
186
assert(
crypto_stream_xchacha20_noncebytes
() ==
crypto_stream_xchacha20_NONCEBYTES
);
Completed in 14 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025