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_chacha20_noncebytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_stream_chacha20.h
27
#define
crypto_stream_chacha20_NONCEBYTES
8U
29
size_t
crypto_stream_chacha20_noncebytes
(void);
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/
stream_chacha20.c
26
crypto_stream_chacha20_noncebytes
(void) {
function in typeref:typename:size_t
27
return
crypto_stream_chacha20_NONCEBYTES
;
/src/sys/external/isc/libsodium/dist/test/default/
chacha20.c
23
unsigned char nonce[
crypto_stream_chacha20_NONCEBYTES
];
176
assert(
crypto_stream_chacha20_noncebytes
() > 0U);
177
assert(
crypto_stream_chacha20_noncebytes
() ==
crypto_stream_chacha20_NONCEBYTES
);
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025