Home
last modified time | relevance | path

Searched refs:crypto_box_easy_afternm (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/libsodium/test/default/
H A Dbox_easy2.c91 if (crypto_box_easy_afternm(c, m, 0, nonce, k1) != 0) { in main()
96 crypto_box_easy_afternm(c, m, (unsigned long long) mlen, nonce, k1); in main()
H A Dmisuse.c67 assert(crypto_box_easy_afternm(NULL, NULL, crypto_stream_xsalsa20_MESSAGEBYTES_MAX, in sigabrt_handler_10()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c40 crypto_box_easy_afternm(unsigned char *c, const unsigned char *m, in crypto_box_easy_afternm() function
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h98 int crypto_box_easy_afternm(unsigned char *c, const unsigned char *m,
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c509 if (crypto_box_easy_afternm in dnscrypt_server_curve()
/freebsd/sys/contrib/libsodium/
H A DChangeLog303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),