Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h23 #define crypto_stream_salsa20_KEYBYTES 32U macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c72 crypto_stream_salsa20_keygen(unsigned char k[crypto_stream_salsa20_KEYBYTES]) in crypto_stream_salsa20_keygen()