Searched refs:crypto_box_easy_afternm (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | box_easy2.c | 91 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 D | misuse.c | 67 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 D | crypto_box_easy.c | 40 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 D | crypto_box.h | 98 int crypto_box_easy_afternm(unsigned char *c, const unsigned char *m,
|
/freebsd/contrib/unbound/dnscrypt/ |
H A D | dnscrypt.c | 509 if (crypto_box_easy_afternm in dnscrypt_server_curve()
|
/freebsd/sys/contrib/libsodium/ |
H A D | ChangeLog | 303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),
|