Home
last modified time | relevance | path

Searched refs:crypto_box_easy (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy.c44 ret = crypto_box_easy(c, m, 131, nonce, bobpk, alicesk); in main()
53 ret = crypto_box_easy(c, c, 0, nonce, bobpk, alicesk); in main()
H A Dbox_easy2.c50 ret = crypto_box_easy(c, m, mlen, nonce, bobpk, alicesk); in main()
69 crypto_box_easy(c, c, (unsigned long long) mlen, nonce, bobpk, alicesk); in main()
H A Dmisuse.c57 assert(crypto_box_easy(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX, in sigabrt_handler_11()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_seal.c37 ret = crypto_box_easy(c + crypto_box_PUBLICKEYBYTES, m, mlen, in crypto_box_seal()
H A Dcrypto_box_easy.c52 crypto_box_easy(unsigned char *c, const unsigned char *m, in crypto_box_easy() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h59 int crypto_box_easy(unsigned char *c, const unsigned char *m,
/freebsd/sys/contrib/libsodium/src/libsodium/
H A DMakefile.am12 crypto_box/crypto_box_easy.c \
/freebsd/sys/contrib/libsodium/
H A DChangeLog213 tagged with `__attribute__ ((warn_unused_result))`: `crypto_box_easy()`,
418 (crypto_box_easy and crypto_secretbox_easy) can be used to avoid