Home
last modified time | relevance | path

Searched refs:crypto_stream_xchacha20_xor (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/stream/
H A Dxchacha20.rs9 crypto_stream_xchacha20_xor, crypto_stream_xchacha20_xor_ic,
14 crypto_stream_xchacha20_xor,
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dxchacha20.c128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dxchacha20.c128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dxchacha20.c128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dxchacha20.c128 crypto_stream_xchacha20_xor(out2, out, out_len, nonce, key); in tv_stream_xchacha20()
134 crypto_stream_xchacha20_xor(out, out, out_len, nonce, key); in tv_stream_xchacha20()
141 crypto_stream_xchacha20_xor(out2, out2, 0, nonce, key); in tv_stream_xchacha20()
152 crypto_stream_xchacha20_xor(out2, out2, 128, nonce, key); in tv_stream_xchacha20()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/sodium_compat/lib/
H A Dstream-xchacha20.php41 return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor($message, $nonce, $key, true);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/sodium_compat/lib/
H A Dstream-xchacha20.php41 return ParagonIE_Sodium_Compat::crypto_stream_xchacha20_xor($message, $nonce, $key, true);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h41 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h41 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h41 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xchacha20.h41 int crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/xchacha20/
H A Dstream_xchacha20.c57 crypto_stream_xchacha20_xor(unsigned char *c, const unsigned char *m, in crypto_stream_xchacha20_xor() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_chacha.cpp86 int Sodium::crypto_stream_xchacha20_xor(uint8_t out[], const uint8_t in[], in crypto_stream_xchacha20_xor() function in Botan::Sodium
H A Dsodium.h1237 int crypto_stream_xchacha20_xor(uint8_t out[], const uint8_t ptext[],
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_chacha.cpp86 int Sodium::crypto_stream_xchacha20_xor(uint8_t out[], const uint8_t in[], in crypto_stream_xchacha20_xor() function in Botan::Sodium
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_chacha.cpp86 int Sodium::crypto_stream_xchacha20_xor(uint8_t out[], const uint8_t in[], in crypto_stream_xchacha20_xor() function in Botan::Sodium
H A Dsodium.h1237 int crypto_stream_xchacha20_xor(uint8_t out[], const uint8_t ptext[],
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md83 crypto_stream_xchacha20_xor(message, nonce, key)
H A DPKG-INFO91 crypto_stream_xchacha20_xor(message, nonce, key)
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO91 crypto_stream_xchacha20_xor(message, nonce, key)
/dports/security/py-pysodium/pysodium-0.7.10/pysodium/
H A D__init__.py341 def crypto_stream_xchacha20_xor(message, nonce, key): function
349 __check(sodium.crypto_stream_xchacha20_xor(c, message, mlen, nonce, key))
/dports/security/py-pysodium/pysodium-0.7.10/test/
H A Dtest_pysodium.py390 output = pysodium.crypto_stream_xchacha20_xor(out, nonce, key)

12