Home
last modified time | relevance | path

Searched refs:crypto_aead_xchacha20poly1305_ietf_encrypt (Results 1 – 25 of 59) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/aead/
H A Dxchacha20poly1305_ietf.rs16 crypto_aead_xchacha20poly1305_ietf_encrypt,
21 crypto_aead_xchacha20poly1305_ietf_encrypt,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Daead_xchacha20poly1305.c42 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
101 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
145 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN, in tv()
H A Dmisuse.c119 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(guard_page, NULL, NULL, UINT64_MAX, in sigabrt_handler_5()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Daead_xchacha20poly1305.c42 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
101 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN,
145 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN,
H A Dmisuse.c119 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(guard_page, NULL, NULL, UINT64_MAX,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Daead_xchacha20poly1305.c42 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
101 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
145 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN, in tv()
H A Dmisuse.c119 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(guard_page, NULL, NULL, UINT64_MAX, in sigabrt_handler_5()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Daead_xchacha20poly1305.c42 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
101 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, m, MLEN, in tv()
145 crypto_aead_xchacha20poly1305_ietf_encrypt(c, &found_clen, c, MLEN, in tv()
H A Dmisuse.c119 assert(crypto_aead_xchacha20poly1305_ietf_encrypt(guard_page, NULL, NULL, UINT64_MAX, in sigabrt_handler_5()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/bindings/
H A Dcrypto_aead.h74 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h36 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h36 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c, in ScriptingWindow()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_aead_xchacha20poly1305.h36 int crypto_aead_xchacha20poly1305_ietf_encrypt(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_aead_xchacha20poly1305.h36 int crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A Dcrypto_aead.py349 def crypto_aead_xchacha20poly1305_ietf_encrypt(message, aad, nonce, key):
405 res = lib.crypto_aead_xchacha20poly1305_ietf_encrypt(ciphertext,
H A D__init__.py38 crypto_aead_xchacha20poly1305_ietf_encrypt,
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_aead.py65 encrypt = b.crypto_aead_xchacha20poly1305_ietf_encrypt
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c147 crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c, in crypto_aead_xchacha20poly1305_ietf_encrypt() function
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c147 crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c147 crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c, in crypto_aead_xchacha20poly1305_ietf_encrypt() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_aead/xchacha20poly1305/sodium/
H A Daead_xchacha20poly1305.c147 crypto_aead_xchacha20poly1305_ietf_encrypt(unsigned char *c, in crypto_aead_xchacha20poly1305_ietf_encrypt() function
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md21 crypto_aead_xchacha20poly1305_ietf_encrypt(message, ad, nonce, key)
H A DPKG-INFO29 crypto_aead_xchacha20poly1305_ietf_encrypt(message, ad, nonce, key)
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO29 crypto_aead_xchacha20poly1305_ietf_encrypt(message, ad, nonce, key)
/dports/net/pichi/pichi-1.4.0/src/crypto/
H A Daead.cpp68 assertTrue(crypto_aead_xchacha20poly1305_ietf_encrypt(cipher.data(), &clen, plain.data(), in encrypt()

123