Home
last modified time | relevance | path

Searched refs:crypto_stream_salsa208_KEYBYTES (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa208/
H A Dstream_salsa208.c7 return crypto_stream_salsa208_KEYBYTES; in crypto_stream_salsa208_keybytes()
23 crypto_stream_salsa208_keygen(unsigned char k[crypto_stream_salsa208_KEYBYTES]) in crypto_stream_salsa208_keygen() argument
25 randombytes_buf(k, crypto_stream_salsa208_KEYBYTES); in crypto_stream_salsa208_keygen()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa208.h22 #define crypto_stream_salsa208_KEYBYTES 32U macro
49 void crypto_stream_salsa208_keygen(unsigned char k[crypto_stream_salsa208_KEYBYTES])