Home
last modified time | relevance | path

Searched refs:crypto_box_open_detached_afternm (Results 1 – 25 of 26) 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.c64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function
85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached()
99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function
85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached()
99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function
85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached()
99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
/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.c64 crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c, in crypto_box_open_detached_afternm() function
85 ret = crypto_box_open_detached_afternm(m, c, mac, clen, n, k); in crypto_box_open_detached()
99 return crypto_box_open_detached_afternm(m, c + crypto_box_MACBYTES, c, in crypto_box_open_easy_afternm()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_box.cpp97 return crypto_box_open_detached_afternm(ptext, ctext, mac, ctext_len, nonce, shared.data()); in crypto_box_open_detached()
H A Dsodium.h799 inline int crypto_box_open_detached_afternm(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached_afternm() function
816 return crypto_box_open_detached_afternm(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy_afternm()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_box.cpp97 return crypto_box_open_detached_afternm(ptext, ctext, mac, ctext_len, nonce, shared.data()); in crypto_box_open_detached()
H A Dsodium.h799 inline int crypto_box_open_detached_afternm(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached_afternm() function
816 return crypto_box_open_detached_afternm(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy_afternm()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_box.cpp97 return crypto_box_open_detached_afternm(ptext, ctext, mac, ctext_len, nonce, shared.data()); in crypto_box_open_detached()
H A Dsodium.h799 inline int crypto_box_open_detached_afternm(uint8_t ptext[], const uint8_t ctext[], in crypto_box_open_detached_afternm() function
816 return crypto_box_open_detached_afternm(ptext, ctext + crypto_box_MACBYTES, in crypto_box_open_easy_afternm()
/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.h117 int crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c,
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_box.h117 int crypto_box_open_detached_afternm(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.h117 int crypto_box_open_detached_afternm(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.h117 int crypto_box_open_detached_afternm(unsigned char *m, const unsigned char *c,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_easy2.c129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dbox_easy2.c129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dbox_easy2.c129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dbox_easy2.c129 if (crypto_box_open_detached_afternm(m2, c, mac, (unsigned long long) mlen, in main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/box_/
H A Dcurve25519xsalsa20poly1305.rs316 ffi::crypto_box_open_detached_afternm( in open_detached_precomputed()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/
H A DChangeLog363 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
/dports/security/libsodium/libsodium-1.0.18/
H A DChangeLog362 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/
H A DChangeLog362 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/
H A DChangeLog363 crypto_box_detached_afternm() and crypto_box_open_detached_afternm()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/src/
H A Dsodium_bindings.rs1142 pub fn crypto_box_open_detached_afternm( in crypto_box_open_detached_afternm() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/src/
H A Dsodium_bindings.rs1142 pub fn crypto_box_open_detached_afternm( in crypto_box_open_detached_afternm() function

12