Home
last modified time | relevance | path

Searched refs:crypto_secretstream_xchacha20poly1305_KEYBYTES (Results 1 – 25 of 41) sorted by relevance

12

/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.h27 #define crypto_secretstream_xchacha20poly1305_KEYBYTES \ macro
67 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
74 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
89 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h27 #define crypto_secretstream_xchacha20poly1305_KEYBYTES \ macro
67 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
74 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
89 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_secretstream_xchacha20poly1305.h27 #define crypto_secretstream_xchacha20poly1305_KEYBYTES \ macro
67 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
74 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
89 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
/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.h27 #define crypto_secretstream_xchacha20poly1305_KEYBYTES \ macro
67 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
74 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
89 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES])
/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.c37 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_keygen() argument
39 randombytes_buf(k, crypto_secretstream_xchacha20poly1305_KEYBYTES); in crypto_secretstream_xchacha20poly1305_keygen()
46 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_push() argument
71 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_pull() argument
282 return crypto_secretstream_xchacha20poly1305_KEYBYTES; in crypto_secretstream_xchacha20poly1305_keybytes()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c37 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_keygen() argument
39 randombytes_buf(k, crypto_secretstream_xchacha20poly1305_KEYBYTES); in crypto_secretstream_xchacha20poly1305_keygen()
46 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_push() argument
71 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_pull() argument
282 return crypto_secretstream_xchacha20poly1305_KEYBYTES; in crypto_secretstream_xchacha20poly1305_keybytes()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_secretstream/xchacha20poly1305/
H A Dsecretstream_xchacha20poly1305.c37 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_keygen() argument
39 randombytes_buf(k, crypto_secretstream_xchacha20poly1305_KEYBYTES); in crypto_secretstream_xchacha20poly1305_keygen()
46 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_push() argument
71 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_pull() argument
282 return crypto_secretstream_xchacha20poly1305_KEYBYTES; in crypto_secretstream_xchacha20poly1305_keybytes()
/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.c37 (unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_keygen() argument
39 randombytes_buf(k, crypto_secretstream_xchacha20poly1305_KEYBYTES); in crypto_secretstream_xchacha20poly1305_keygen()
46 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_push() argument
71 const unsigned char k[crypto_secretstream_xchacha20poly1305_KEYBYTES]) in crypto_secretstream_xchacha20poly1305_init_pull() argument
282 return crypto_secretstream_xchacha20poly1305_KEYBYTES; in crypto_secretstream_xchacha20poly1305_keybytes()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/bindings/
H A Dcrypto_secretstream.py26 crypto_secretstream_xchacha20poly1305_KEYBYTES = \ variable
52 crypto_secretstream_xchacha20poly1305_KEYBYTES,
100 len(key) == crypto_secretstream_xchacha20poly1305_KEYBYTES,
216 len(key) == crypto_secretstream_xchacha20poly1305_KEYBYTES,
H A D__init__.py155 crypto_secretstream_xchacha20poly1305_KEYBYTES,
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dkeygen.c30 … { crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_KEYBYTES }, in tv_keygen()
H A Dsecretstream.c61 sodium_malloc(crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
313 crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dkeygen.c30 … { crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_KEYBYTES }, in tv_keygen()
H A Dsecretstream.c61 sodium_malloc(crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
313 crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c30 … { crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_KEYBYTES }, in tv_keygen()
H A Dsecretstream.c61 sodium_malloc(crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
313 crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c30 … { crypto_secretstream_xchacha20poly1305_keygen, crypto_secretstream_xchacha20poly1305_KEYBYTES }, in tv_keygen()
H A Dsecretstream.c61 sodium_malloc(crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
313 crypto_secretstream_xchacha20poly1305_KEYBYTES); in main()
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_secretstream.py30 crypto_secretstream_xchacha20poly1305_KEYBYTES,
103 assert len(k) == crypto_secretstream_xchacha20poly1305_KEYBYTES
/dports/security/py-pynacl/PyNaCl-1.4.0/docs/vectors/c-source/
H A Dsecretstream_test_vector.c50 unsigned char key[crypto_secretstream_xchacha20poly1305_KEYBYTES];
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/secretstream/
H A Dxchacha20poly1305.rs5 crypto_secretstream_xchacha20poly1305_KEYBYTES,
25 crypto_secretstream_xchacha20poly1305_KEYBYTES,
/dports/security/py-pysodium/pysodium-0.7.10/
H A DREADME.md204 crypto_secretstream_xchacha20poly1305_KEYBYTES
H A DPKG-INFO212 crypto_secretstream_xchacha20poly1305_KEYBYTES
/dports/security/py-pysodium/pysodium-0.7.10/pysodium.egg-info/
H A DPKG-INFO212 crypto_secretstream_xchacha20poly1305_KEYBYTES
/dports/security/py-pysodium/pysodium-0.7.10/pysodium/
H A D__init__.py245crypto_secretstream_xchacha20poly1305_KEYBYTES = sodium.crypto_secretstream_xchacha20poly1305_keyb… variable
779 key = ctypes.create_string_buffer(crypto_secretstream_xchacha20poly1305_KEYBYTES)
791 …if not (len(key) == crypto_secretstream_xchacha20poly1305_KEYBYTES): raise ValueError("Truncated k…
806 …if not (len(key) == crypto_secretstream_xchacha20poly1305_KEYBYTES): raise ValueError("Truncated k…

12