Home
last modified time | relevance | path

Searched refs:crypto_stream_NONCEBYTES (Results 1 – 25 of 54) sorted by relevance

123

/dports/security/p5-Crypt-Sodium/Crypt-Sodium-0.11/lib/Crypt/
H A DSodium.pm137 return randombytes_buf(crypto_stream_NONCEBYTES);
172 unless (length($n) == crypto_stream_NONCEBYTES) {
173 die "[fatal]: nonce must be exactly " . crypto_stream_NONCEBYTES . " bytes long.\n";
186 unless (length($n) == crypto_stream_NONCEBYTES) {
187 die "[fatal]: nonce must be exactly " . crypto_stream_NONCEBYTES . " bytes long.\n";
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/crypto_stream/
H A Dmeasure.c18 const long long sizes[] = { crypto_stream_KEYBYTES, crypto_stream_NONCEBYTES };
39 n = alignedcalloc(crypto_stream_NONCEBYTES); in allocate()
56 randombytes(n,crypto_stream_NONCEBYTES); in measure()
H A Dtry.c36 n = alignedcalloc(crypto_stream_NONCEBYTES); in allocate()
41 n2 = alignedcalloc(crypto_stream_NONCEBYTES); in allocate()
68 long long nlen = crypto_stream_NONCEBYTES; in checksum_compute()
H A Dwrapper-stream.cpp7 if (n.size() != crypto_stream_NONCEBYTES) throw "incorrect nonce length"; in crypto_stream()
H A Dwrapper-xor.cpp7 if (n.size() != crypto_stream_NONCEBYTES) throw "incorrect nonce length"; in crypto_stream_xor()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream.rs13 assert!(unsafe { crypto_stream_noncebytes() } == crypto_stream_NONCEBYTES as usize) in test_crypto_stream_noncebytes()
/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.rs13 assert!(unsafe { crypto_stream_noncebytes() } == crypto_stream_NONCEBYTES as usize) in test_crypto_stream_noncebytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream.rs13 assert!(unsafe { crypto_stream_noncebytes() } == crypto_stream_NONCEBYTES as usize) in test_crypto_stream_noncebytes()
/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.c14 return crypto_stream_NONCEBYTES; in crypto_stream_noncebytes()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_stream/
H A Dcrypto_stream.c14 return crypto_stream_NONCEBYTES; in crypto_stream_noncebytes()
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c14 return crypto_stream_NONCEBYTES; in crypto_stream_noncebytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/
H A Dcrypto_stream.c14 return crypto_stream_NONCEBYTES; in crypto_stream_noncebytes()
/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.h28 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_stream.h28 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h28 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream.h28 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/
H A DMACROS19 crypto_stream_NONCEBYTES
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dnaclite.h74 CRYPTOPP_CONSTANT(crypto_stream_NONCEBYTES = 24);
H A Dtweetnacl.h237 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h74 CRYPTOPP_CONSTANT(crypto_stream_NONCEBYTES = 24);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dnaclite.h74 CRYPTOPP_CONSTANT(crypto_stream_NONCEBYTES = 24);
H A Dtweetnacl.h237 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dnaclite.h74 CRYPTOPP_CONSTANT(crypto_stream_NONCEBYTES = 24);
/dports/security/p5-Crypt-Sodium/Crypt-Sodium-0.11/
H A DSodium.xs15 crypto_stream_NONCEBYTES()
17 RETVAL = newSVuv((unsigned int) crypto_stream_NONCEBYTES);
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h233 #define crypto_stream_NONCEBYTES crypto_stream_xsalsa20_NONCEBYTES macro

123