Searched refs:crypto_box_open_easy (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | box_easy.c | 60 crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk); in main() 67 ret = crypto_box_open_easy(c, c, crypto_box_MACBYTES, nonce, bobpk, alicesk); in main()
|
H A D | box_easy2.c | 52 if (crypto_box_open_easy(m2, c, in main() 61 if (crypto_box_open_easy(m2, c, (unsigned long long) i, nonce, alicepk, in main() 73 if (crypto_box_open_easy(c, c, in main()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_box/ |
H A D | crypto_box_seal.c | 59 return crypto_box_open_easy(m, c + crypto_box_PUBLICKEYBYTES, in crypto_box_seal_open()
|
H A D | crypto_box_easy.c | 105 crypto_box_open_easy(unsigned char *m, const unsigned char *c, in crypto_box_open_easy() function
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | crypto_box.h | 65 int crypto_box_open_easy(unsigned char *m, const unsigned char *c,
|