Home
last modified time | relevance | path

Searched refs:crypto_box_open_detached (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Dbox_easy2.c116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
/f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h78 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,