Home
last modified time | relevance | path

Searched refs:crypto_box_open (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/contrib/libsodium/test/default/
H A Dbox2.c55 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 Dbox8.c40 if (crypto_box_open(m2, c, mlen + crypto_box_ZEROBYTES, n, alicepk, in main()
H A Dbox7.c33 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 Dcrypto_box.c109 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 Dcrypto_box.h153 int crypto_box_open(unsigned char *m, const unsigned char *c,