Home
last modified time | relevance | path

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

1234

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_box/
H A Dwrapper-open.cpp5 string crypto_box_open(const string &c,const string &n,const string &pk,const string &sk) in crypto_box_open() function
15 if (crypto_box_open(mpad,cpad,clen, in crypto_box_open()
H A Dmeasure.c101 crypto_box_open(m,c,mlen + crypto_box_ZEROBYTES,n,pkb,ska); in measure()
109 crypto_box_open(m,c,mlen + crypto_box_ZEROBYTES,n,pkb,ska); in measure()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/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()
/dports/security/libsodium/libsodium-1.0.18/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()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/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()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/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()
/dports/security/py-libnacl/libnacl-1.6.1/tests/unit/
H A Dtest_raw_public.py39 clear_msg = libnacl.crypto_box_open(enc_msg, nonce1, pk1, sk2)
47 clear_msg2 = libnacl.crypto_box_open(enc_msg2, nonce2, pk3, sk4)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/
H A DPROTOTYPES.c19 extern int crypto_box_open(unsigned char *,const unsigned char *,unsigned long long,const unsigned …
H A DMACROS40 crypto_box_open
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_box/curve25519xsalsa20poly1305/ref/
H A Dbox.c16 int crypto_box_open( in crypto_box_open() function
/dports/net-im/tox/c-toxcore-0.2.13/docs/updates/
H A DCrypto.md27 Bob receives the request and decrypts the message using the function crypto_box_open()
37 In the next step only crypto_box() is used for encryption and only crypto_box_open() for decryption…
/dports/security/py-libnacl/libnacl-1.6.1/doc/topics/
H A Draw_public.rst54 clear_msg = libnacl.crypto_box_open(box, nonce, alice_pk, bob_sk)
74 clear_msg = libnacl.crypto_box_open(box, nonce, alice_pk, bob_sk)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/tests/
H A Dbox5.cpp23 string m2 = crypto_box_open(c,n,alicepk,bobsk); in main()
H A Dbox7.c25 if (crypto_box_open(m2,c,mlen + crypto_box_ZEROBYTES,n,alicepk,bobsk) == 0) { in main()
H A Dbox6.cpp27 string m2 = crypto_box_open(c,n,alicepk,bobsk); in main()
H A Dbox8.c30 if (crypto_box_open(m2,c,mlen + crypto_box_ZEROBYTES,n,alicepk,bobsk) == 0) { in main()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dvalidat10.cpp238 rc = crypto_box_open(m, c, 163, nonce, alicepk, bobsk); in TestCryptoBoxOpen()
242 rc = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk); in TestCryptoBoxOpen()
311 …rc = crypto_box_open(r, c, len + crypto_box_BOXZEROBYTES + crypto_box_MACBYTES, n, alicepk, bobsk); in TestCryptoBoxKeys()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat10.cpp238 rc = crypto_box_open(m, c, 163, nonce, alicepk, bobsk); in TestCryptoBoxOpen()
242 rc = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk); in TestCryptoBoxOpen()
311 …rc = crypto_box_open(r, c, len + crypto_box_BOXZEROBYTES + crypto_box_MACBYTES, n, alicepk, bobsk); in TestCryptoBoxKeys()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dvalidat10.cpp238 rc = crypto_box_open(m, c, 163, nonce, alicepk, bobsk); in TestCryptoBoxOpen()
242 rc = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk); in TestCryptoBoxOpen()
311 …rc = crypto_box_open(r, c, len + crypto_box_BOXZEROBYTES + crypto_box_MACBYTES, n, alicepk, bobsk); in TestCryptoBoxKeys()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dvalidat10.cpp238 rc = crypto_box_open(m, c, 163, nonce, alicepk, bobsk);
242 rc = crypto_box_open(m, c, 163, nonce, small_order_p, bobsk);
311 …rc = crypto_box_open(r, c, len + crypto_box_BOXZEROBYTES + crypto_box_MACBYTES, n, alicepk, bobsk);
/dports/security/py-pynacl/PyNaCl-1.4.0/src/bindings/
H A Dcrypto_box.h35 int crypto_box_open(unsigned char *m, const unsigned char *c,
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dcurve_server.cpp196 rc = crypto_box_open (&hello_plaintext[0], hello_box, sizeof hello_box, in process_hello()
361 rc = crypto_box_open (&initiate_plaintext[0], &initiate_box[0], clen, in process_initiate()
386 rc = crypto_box_open (&vouch_plaintext[0], vouch_box, sizeof vouch_box, in process_initiate()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dcurve_server.cpp196 rc = crypto_box_open (&hello_plaintext[0], hello_box, sizeof hello_box, in process_hello()
361 rc = crypto_box_open (&initiate_plaintext[0], &initiate_box[0], clen, in process_initiate()
386 rc = crypto_box_open (&vouch_plaintext[0], vouch_box, sizeof vouch_box, in process_initiate()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A Dcrypto_box.py124 def crypto_box_open(ciphertext, nonce, pk, sk): function
147 res = lib.crypto_box_open(plaintext, padded, len(padded), nonce, pk, sk)

1234