Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c248 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
251 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
255 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
260 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
264 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
267 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
270 assert(crypto_secretbox_xchacha20poly1305_open_easy in tv_secretbox_xchacha20poly1305()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox_xchacha20poly1305.h40 int crypto_secretbox_xchacha20poly1305_open_easy(unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c141 crypto_secretbox_xchacha20poly1305_open_easy(unsigned char *m, in crypto_secretbox_xchacha20poly1305_open_easy() function