Home
last modified time | relevance | path

Searched refs:crypto_box_open_easy (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy.c60 crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk); in main()
67 ret = crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk); in main()
H A Dbox_easy2.c52 if (crypto_box_open_easy(m2, c, in main()
61 if (crypto_box_open_easy(m2, c, (unsigned long long) i, nonce, alicepk, in main()
73 if (crypto_box_open_easy(c, c, in main()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c59 return crypto_box_open_easy(m, c + crypto_box_PUBLICKEYBYTES, in crypto_box_seal_open()
H A Dcrypto_box_easy.c105 crypto_box_open_easy(unsigned char *m, const unsigned char *c, in crypto_box_open_easy() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h65 int crypto_box_open_easy(unsigned char *m, const unsigned char *c,