Home
last modified time | relevance | path

Searched refs:crypto_stream_KEYBYTES (Results 1 – 25 of 58) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c8 return crypto_stream_KEYBYTES; in crypto_stream_keybytes()
46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() argument
48 randombytes_buf(k, crypto_stream_KEYBYTES); in crypto_stream_keygen()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_stream/
H A Dcrypto_stream.c8 return crypto_stream_KEYBYTES; in crypto_stream_keybytes()
46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() argument
48 randombytes_buf(k, crypto_stream_KEYBYTES); in crypto_stream_keygen()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c8 return crypto_stream_KEYBYTES; in crypto_stream_keybytes()
46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() argument
48 randombytes_buf(k, crypto_stream_KEYBYTES); in crypto_stream_keygen()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c8 return crypto_stream_KEYBYTES; in crypto_stream_keybytes()
46 crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES]) in crypto_stream_keygen() argument
48 randombytes_buf(k, crypto_stream_KEYBYTES); in crypto_stream_keygen()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_stream/
H A Dtry.c35 k = alignedcalloc(crypto_stream_KEYBYTES); in allocate()
40 k2 = alignedcalloc(crypto_stream_KEYBYTES); in allocate()
56 char checksum[crypto_stream_KEYBYTES * 2 + 1];
67 long long klen = crypto_stream_KEYBYTES; in checksum_compute()
117 for (i = 0;i < crypto_stream_KEYBYTES;++i) { in checksum_compute()
H A Dmeasure.c18 const long long sizes[] = { crypto_stream_KEYBYTES, crypto_stream_NONCEBYTES };
38 k = alignedcalloc(crypto_stream_KEYBYTES); in allocate()
55 randombytes(k,crypto_stream_KEYBYTES); in measure()
H A Dwrapper-stream.cpp8 if (k.size() != crypto_stream_KEYBYTES) throw "incorrect key length"; in crypto_stream()
H A Dwrapper-xor.cpp8 if (k.size() != crypto_stream_KEYBYTES) throw "incorrect key length"; in crypto_stream_xor()
/dports/security/p5-Crypt-Sodium/Crypt-Sodium-0.11/lib/Crypt/
H A DSodium.pm133 return randombytes_buf(crypto_stream_KEYBYTES);
176 unless (length($k) == crypto_stream_KEYBYTES) {
177 die "[fatal]: key must be exactly " . crypto_stream_KEYBYTES . " bytes long.\n";
190 unless (length($k) == crypto_stream_KEYBYTES) {
191 die "[fatal]: key must be exactly " . crypto_stream_KEYBYTES . " bytes long.\n";
/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.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro
52 void crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES])
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro
52 void crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES])
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro
52 void crypto_stream_keygen(unsigned char k[crypto_stream_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.h24 #define crypto_stream_KEYBYTES crypto_stream_xsalsa20_KEYBYTES macro
52 void crypto_stream_keygen(unsigned char k[crypto_stream_KEYBYTES])
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream.rs8 assert!(unsafe { crypto_stream_keybytes() } == crypto_stream_KEYBYTES as usize) in test_crypto_stream_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.rs8 assert!(unsafe { crypto_stream_keybytes() } == crypto_stream_KEYBYTES as usize) in test_crypto_stream_keybytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream.rs8 assert!(unsafe { crypto_stream_keybytes() } == crypto_stream_KEYBYTES as usize) in test_crypto_stream_keybytes()
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/
H A DMACROS18 crypto_stream_KEYBYTES
/dports/security/libsodium/libsodium-1.0.18/test/default/
H A Dkeygen.c32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/
H A Dkeygen.c32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/
H A Dkeygen.c32 { crypto_stream_keygen, crypto_stream_KEYBYTES }, in tv_keygen()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dnaclite.h71 CRYPTOPP_CONSTANT(crypto_stream_KEYBYTES = 32);
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h71 CRYPTOPP_CONSTANT(crypto_stream_KEYBYTES = 32);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h71 CRYPTOPP_CONSTANT(crypto_stream_KEYBYTES = 32);
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dnaclite.h71 CRYPTOPP_CONSTANT(crypto_stream_KEYBYTES = 32);

123