Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_secretbox_xchacha20poly1305.h17 size_t crypto_secretbox_xchacha20poly1305_keybytes(void);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
HDsecretbox_xchacha20poly1305.c156 crypto_secretbox_xchacha20poly1305_keybytes(void) in crypto_secretbox_xchacha20poly1305_keybytes() function
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c291 …assert(crypto_secretbox_xchacha20poly1305_keybytes() == crypto_secretbox_xchacha20poly1305_KEYBYTE… in tv_secretbox_xchacha20poly1305()