Searched refs:crypto_box_easy (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c37 ret = crypto_box_easy(c + crypto_box_PUBLICKEYBYTES, m, mlen,
H A Dcrypto_box_easy.c52 crypto_box_easy(unsigned char *c, const unsigned char *m, function
/freebsd-current/sys/contrib/libsodium/test/default/
H A Dbox_easy.c44 ret = crypto_box_easy(c, m, 131, nonce, bobpk, alicesk);
53 ret = crypto_box_easy(c, c, 0, nonce, bobpk, alicesk);
H A Dmisuse.c57 assert(crypto_box_easy(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX,
H A Dbox_easy2.c50 ret = crypto_box_easy(c, m, mlen, nonce, bobpk, alicesk);
69 crypto_box_easy(c, c, (unsigned long long) mlen, nonce, bobpk, alicesk);
/freebsd-current/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h59 int crypto_box_easy(unsigned char *c, const unsigned char *m,
/freebsd-current/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am12 crypto_box/crypto_box_easy.c \

Completed in 149 milliseconds