Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox_xchacha20poly1305.h33 int crypto_secretbox_xchacha20poly1305_easy(unsigned char *c,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c75 crypto_secretbox_xchacha20poly1305_easy(unsigned char *c, in crypto_secretbox_xchacha20poly1305_easy() function
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c243 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, 0, nonce, key) == 0); in tv_secretbox_xchacha20poly1305()
244 assert(crypto_secretbox_xchacha20poly1305_easy(out2, m, m_len, nonce, key) == 0); in tv_secretbox_xchacha20poly1305()