Home
last modified time | relevance | path

Searched refs:crypto_secretbox_detached (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c17 crypto_secretbox_detached(unsigned char *c, unsigned char *mac, in crypto_secretbox_detached() function
78 return crypto_secretbox_detached(c + crypto_secretbox_MACBYTES, in crypto_secretbox_easy()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretbox.h48 int crypto_secretbox_detached(unsigned char *c, unsigned char *mac,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dsecretbox_easy2.c42 crypto_secretbox_detached(c, mac, m, (unsigned long long) mlen, nonce, k); in main()
H A Dsecretbox_easy.c47 crypto_secretbox_detached(c, mac, m, 131, nonce, firstkey); in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c17 return crypto_secretbox_detached(c, mac, m, mlen, n, k); in crypto_box_detached_afternm()
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog325 - crypto_secretbox_detached() now supports overlapping input and output