Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_core_hchacha20.h21 size_t crypto_core_hchacha20_keybytes(void);
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/hchacha20/
H A Dcore_hchacha20.c84 crypto_core_hchacha20_keybytes(void) in crypto_core_hchacha20_keybytes() function
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c75 assert(crypto_core_hchacha20_keybytes() == crypto_core_hchacha20_KEYBYTES); in tv_hchacha20()