Searched refs:crypto_box_open (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | box2.c | 55 if (crypto_box_open(m, c, 163, nonce, alicepk, bobsk) == 0) { in main() 63 ret = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk); in main()
|
| H A D | box8.c | 40 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk, in main()
|
| H A D | box7.c | 33 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk, in main()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/ |
| H A D | crypto_box.c | 109 crypto_box_open(unsigned char *m, const unsigned char *c, in crypto_box_open() function
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_box.h | 153 int crypto_box_open(unsigned char *m, const unsigned char *c,
|