Home
last modified time | relevance | path

Searched refs:crypto_secretbox_xchacha20poly1305_open_detached (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c89 crypto_secretbox_xchacha20poly1305_open_detached(unsigned char *m, in crypto_secretbox_xchacha20poly1305_open_detached() function
150 return crypto_secretbox_xchacha20poly1305_open_detached in crypto_secretbox_xchacha20poly1305_open_easy()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox_xchacha20poly1305.h56 int crypto_secretbox_xchacha20poly1305_open_detached(unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c115 return crypto_secretbox_xchacha20poly1305_open_detached(m, c, mac, clen, n, in crypto_box_curve25519xchacha20poly1305_open_detached_afternm()
/freebsd/sys/contrib/libsodium/test/default/
H A Dxchacha20.c273 assert(crypto_secretbox_xchacha20poly1305_open_detached in tv_secretbox_xchacha20poly1305()
276 assert(crypto_secretbox_xchacha20poly1305_open_detached in tv_secretbox_xchacha20poly1305()