Home
last modified time | relevance | path

Searched defs:crypto_stream_KEYBYTES (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/
H A Dcrypto_stream.c46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen()