Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function
85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached()
99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
H A Dcrypto_box.h114 int crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c,
/netbsd-src/sys/external/isc/libsodium/dist/test/default/
H A Dbox_easy2.c129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
/netbsd-src/sys/external/isc/libsodium/dist/
H A DChangeLog304 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()