Home
last modified time | relevance | path

Searched refs:crypto_stream_xsalsa20_KEYBYTES (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h23 #define crypto_stream_xsalsa20_KEYBYTES 32U macro
51 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]);
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dkeygen.c36 { crypto_stream_xsalsa20_keygen, crypto_stream_xsalsa20_KEYBYTES } in tv_keygen()