Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_xchacha20poly1305.c181 assert(crypto_aead_xchacha20poly1305_ietf_nsecbytes() == 0U); in tv()
182 …assert(crypto_aead_xchacha20poly1305_ietf_nsecbytes() == crypto_aead_xchacha20poly1305_ietf_NSECBY… in tv()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h20 size_t crypto_aead_xchacha20poly1305_ietf_nsecbytes(void);
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c139 crypto_aead_xchacha20poly1305_ietf_nsecbytes(void) in crypto_aead_xchacha20poly1305_ietf_nsecbytes() function