Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c19 crypto_secretbox_xchacha20poly1305_detached(unsigned char *c, in crypto_secretbox_xchacha20poly1305_detached() function
84 return crypto_secretbox_xchacha20poly1305_detached in crypto_secretbox_xchacha20poly1305_easy()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox_xchacha20poly1305.h48 int crypto_secretbox_xchacha20poly1305_detached(unsigned char *c,
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c59 return crypto_secretbox_xchacha20poly1305_detached(c, mac, m, mlen, n, k); in crypto_box_curve25519xchacha20poly1305_detached_afternm()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dxchacha20.c279 crypto_secretbox_xchacha20poly1305_detached in tv_secretbox_xchacha20poly1305()