Home
last modified time | relevance | path

Searched refs:crypto_stream_xsalsa20_KEYBYTES (Results 1 – 25 of 38) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/xsalsa20/
H A Dstream_xsalsa20.c47 return crypto_stream_xsalsa20_KEYBYTES; in crypto_stream_xsalsa20_keybytes()
63 crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES]) in crypto_stream_xsalsa20_keygen() argument
65 randombytes_buf(k, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_keygen()
/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_xsalsa20.h23 #define crypto_stream_xsalsa20_KEYBYTES 32U macro
54 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES])
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h23 #define crypto_stream_xsalsa20_KEYBYTES 32U macro
54 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES])
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h23 #define crypto_stream_xsalsa20_KEYBYTES 32U
54 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES])
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_xsalsa20.h23 #define crypto_stream_xsalsa20_KEYBYTES 32U macro
54 void crypto_stream_xsalsa20_keygen(unsigned char k[crypto_stream_xsalsa20_KEYBYTES])
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/stream/
H A Dxsalsa20.rs8 crypto_stream_xsalsa20, crypto_stream_xsalsa20_KEYBYTES, crypto_stream_xsalsa20_NONCEBYTES,
16 crypto_stream_xsalsa20_KEYBYTES as usize,
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_salsa.cpp95 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20()
117 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_xor_ic()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_salsa.cpp95 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20()
117 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_xor_ic()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_salsa.cpp95 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20()
117 salsa.set_key(key, crypto_stream_xsalsa20_KEYBYTES); in crypto_stream_xsalsa20_xor_ic()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream_xsalsa20.rs8 unsafe { crypto_stream_xsalsa20_keybytes() } == crypto_stream_xsalsa20_KEYBYTES as usize in test_crypto_stream_xsalsa20_keybytes()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libsodium-sys-stable-1.19.19/tests/crypto/
H A Dcrypto_stream_xsalsa20.rs8 unsafe { crypto_stream_xsalsa20_keybytes() } == crypto_stream_xsalsa20_KEYBYTES as usize in test_crypto_stream_xsalsa20_keybytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream_xsalsa20.rs8 unsafe { crypto_stream_xsalsa20_keybytes() } == crypto_stream_xsalsa20_KEYBYTES as usize in test_crypto_stream_xsalsa20_keybytes()
/dports/dns/dq/dq-20181021/crypto/
H A Dcrypto_stream_xsalsa20.h11 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tinynacl_KEYBYTES macro
/dports/dns/dq/dq-20181021/crypto-tests/
H A Dcrypto_stream_xsalsa20test.c12 static unsigned char k[crypto_stream_xsalsa20_KEYBYTES + 16];
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dtweetnacl.h236 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
247 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tweet_KEYBYTES macro
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h232 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
243 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tweet_KEYBYTES macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtweetnacl.h236 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
247 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tweet_KEYBYTES macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtweetnacl.h236 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES
247 #define crypto_stream_xsalsa20_KEYBYTES crypto_stream_xsalsa20_tweet_KEYBYTES macro

12