Searched refs:crypto_box_easy_afternm (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | ChangeLog | 303 crypto_box_easy_afternm(), crypto_box_open_easy_afternm(),
|