Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
HDcrypto_secretbox_xchacha20poly1305.h21 size_t crypto_secretbox_xchacha20poly1305_noncebytes(void);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
HDsecretbox_xchacha20poly1305.c162 crypto_secretbox_xchacha20poly1305_noncebytes(void) in crypto_secretbox_xchacha20poly1305_noncebytes() function
/freebsd-13-stable/sys/contrib/libsodium/test/default/
HDxchacha20.c292 …assert(crypto_secretbox_xchacha20poly1305_noncebytes() == crypto_secretbox_xchacha20poly1305_NONCE… in tv_secretbox_xchacha20poly1305()