Home
last modified time | relevance | path

Searched refs:crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX (Results 1 – 25 of 31) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c126 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX in crypto_secretstream_xchacha20poly1305_push()
128 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_push()
204 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_pull()
288 return crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX; in crypto_secretstream_xchacha20poly1305_messagebytes_max()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c126 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX in crypto_secretstream_xchacha20poly1305_push()
128 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_push()
204 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_pull()
288 return crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX; in crypto_secretstream_xchacha20poly1305_messagebytes_max()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c126 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX in crypto_secretstream_xchacha20poly1305_push()
128 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_push()
204 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_pull()
288 return crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX; in crypto_secretstream_xchacha20poly1305_messagebytes_max()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c126 COMPILER_ASSERT(crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX in crypto_secretstream_xchacha20poly1305_push()
128 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_push()
204 if (mlen > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX) { in crypto_secretstream_xchacha20poly1305_pull()
288 return crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX; in crypto_secretstream_xchacha20poly1305_messagebytes_max()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A Dcrypto_secretstream.py28 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX = \ variable
149 len(m) <= crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX,
271 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX +
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h32 #define crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h32 #define crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h32 #define crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h32 #define crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX \ macro
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_secretstream.py262 m = b'0' * (css.crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX + 1)
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md205 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
H A DPKG-INFO213 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO213 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dsecretstream.c315 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX); in main()
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dsecretstream.c315 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dsecretstream.c315 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX); in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dsecretstream.c315 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX); in main()
/dports/lang/php80/php-8.0.15/ext/sodium/
H A Dlibsodium.c245 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3181 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/security/php80-sodium/php-8.0.15/ext/sodium/
H A Dlibsodium.c245 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3181 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/www/mod_php80/php-8.0.15/ext/sodium/
H A Dlibsodium.c245 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3181 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/sodium/
H A Dlibsodium.c529 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3581 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/sodium/
H A Dlibsodium.c539 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3598 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/security/php73-sodium/php-7.3.33/ext/sodium/
H A Dlibsodium.c529 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3581 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/security/php74-sodium/php-7.4.27/ext/sodium/
H A Dlibsodium.c539 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3598 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/sodium/
H A Dlibsodium.c529 crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX, in PHP_MINIT_FUNCTION()
3581 if (msg_len > crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX || in PHP_FUNCTION()

12