Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c13 crypto_box_detached_afternm(unsigned char *c, unsigned char *mac, in crypto_box_detached_afternm() function
33 ret = crypto_box_detached_afternm(c, mac, m, mlen, n, k); in crypto_box_detached()
47 return crypto_box_detached_afternm(c + crypto_box_MACBYTES, c, m, mlen, n, in crypto_box_easy_afternm()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h109 int crypto_box_detached_afternm(unsigned char *c, unsigned char *mac,
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dbox_easy2.c127 crypto_box_detached_afternm(c, mac, m, (unsigned long long) mlen, nonce, in main()
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog304 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()