Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20_keybytes (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h25 size_t crypto_stream_xchacha20_keybytes(void);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c11 crypto_stream_xchacha20_keybytes(void) in crypto_stream_xchacha20_keybytes() function
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c185 assert(crypto_stream_xchacha20_keybytes() == crypto_stream_xchacha20_KEYBYTES); in tv_stream_xchacha20()