Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c21 crypto_box_detached(unsigned char *c, unsigned char *mac, in crypto_box_detached() function
59 return crypto_box_detached(c + crypto_box_MACBYTES, c, m, mlen, n, in crypto_box_easy()
/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy2.c110 ret = crypto_box_detached(c, mac, m, (unsigned long long) mlen, nonce, in main()
113 ret = crypto_box_detached(c, mac, m, (unsigned long long) mlen, nonce, in main()
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h71 int crypto_box_detached(unsigned char *c, unsigned char *mac,
/freebsd/sys/contrib/libsodium/
H A DChangeLog214 `crypto_box_detached()`, `crypto_box_beforenm()`, `crypto_box()`, and