Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/salsa2012/
H A Dstream_salsa2012.c7 return crypto_stream_salsa2012_KEYBYTES; in crypto_stream_salsa2012_keybytes()
23 crypto_stream_salsa2012_keygen(unsigned char k[crypto_stream_salsa2012_KEYBYTES]) in crypto_stream_salsa2012_keygen() argument
25 randombytes_buf(k, crypto_stream_salsa2012_KEYBYTES); in crypto_stream_salsa2012_keygen()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa2012.h22 #define crypto_stream_salsa2012_KEYBYTES 32U macro
44 void crypto_stream_salsa2012_keygen(unsigned char k[crypto_stream_salsa2012_KEYBYTES]);