Home
last modified time | relevance | path

Searched refs:crypto_box_open_detached (Results 1 – 25 of 28) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c74 crypto_box_open_detached(unsigned char *m, const unsigned char *c, in crypto_box_open_detached() function
112 return crypto_box_open_detached(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_easy2.c116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dbox_easy2.c116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dbox_easy2.c116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_easy2.c116 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
120 if (crypto_box_open_detached(m2, c, mac, (unsigned long long) mlen, nonce, in main()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_box.cpp85 int Sodium::crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached() function in Botan::Sodium
H A Dsodium.h751 int crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[],
774 return crypto_box_open_detached(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_box.cpp85 int Sodium::crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached() function in Botan::Sodium
H A Dsodium.h751 int crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[],
774 return crypto_box_open_detached(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_box.cpp85 int Sodium::crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached() function in Botan::Sodium
H A Dsodium.h751 int crypto_box_open_detached(uint8_t ptext[], const uint8_t ctext[],
774 return crypto_box_open_detached(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h80 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_box.h80 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h80 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_box.h80 int crypto_box_open_detached(unsigned char *m, const unsigned char *c,
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md31 crypto_box_open_detached(c, mac, nonce, pk, sk)
H A DPKG-INFO39 crypto_box_open_detached(c, mac, nonce, pk, sk)
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO39 crypto_box_open_detached(c, mac, nonce, pk, sk)
/dports/security/py-pysodium/pysodium-0.7.10/test/
H A Dtest_pysodium.py108 r = pysodium.crypto_box_open_detached(c, mac, n, pk, sk)
111 self.assertRaises(ValueError, pysodium.crypto_box_open_detached,changed, mac, n, pk, sk)
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/box_/
H A Dcurve25519xsalsa20poly1305.rs202 ffi::crypto_box_open_detached( in open_detached()
/dports/security/py-pysodium/pysodium-0.7.10/pysodium/
H A D__init__.py765 def crypto_box_open_detached(c, mac, nonce, pk, sk): function
772 __check(sodium.crypto_box_open_detached(msg, c, mac, ctypes.c_ulonglong(len(c)), nonce, pk, sk))
/dports/security/reop/reop-2.1.0/
H A Dreop.c247 if (crypto_box_open_detached(buf, buf, box + ENCNONCEBYTES, in pubdecryptmsg()

12