Home
last modified time | relevance | path

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

12

/dports/security/nflib/NFLlib-1.0.0-23-g5cf40ed/lib/prng/
H A Dfastrandombytes.cpp15 static size_t constexpr crypto_stream_salsa20_NONCEBYTES = 8; variable
19 static unsigned char nonce[crypto_stream_salsa20_NONCEBYTES] = {0};
31 …for (i = 0; i < crypto_stream_salsa20_NONCEBYTES; i++) n ^= ((unsigned long long)nonce[i]) << 8 * … in fastrandombytes()
33 for (i = 0; i < crypto_stream_salsa20_NONCEBYTES; i++) nonce[i] = (n >> 8 * i) & 0xff; in fastrandombytes()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/stream/
H A Dsalsa20.rs6 crypto_stream_salsa20, crypto_stream_salsa20_KEYBYTES, crypto_stream_salsa20_NONCEBYTES,
15 crypto_stream_salsa20_NONCEBYTES as usize
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/compat/sodium/
H A Dsodium_salsa.cpp63 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20()
85 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20_xor_ic()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/compat/sodium/
H A Dsodium_salsa.cpp63 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20()
85 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20_xor_ic()
/dports/security/botan2/Botan-2.18.2/src/lib/compat/sodium/
H A Dsodium_salsa.cpp63 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20()
85 salsa.set_iv(nonce, crypto_stream_salsa20_NONCEBYTES); in crypto_stream_salsa20_xor_ic()
/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_salsa20.rs13 unsafe { crypto_stream_salsa20_noncebytes() } == crypto_stream_salsa20_NONCEBYTES as usize in test_crypto_stream_salsa20_noncebytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream_salsa20.rs13 unsafe { crypto_stream_salsa20_noncebytes() } == crypto_stream_salsa20_NONCEBYTES as usize in test_crypto_stream_salsa20_noncebytes()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/tests/crypto/
H A Dcrypto_stream_salsa20.rs13 unsafe { crypto_stream_salsa20_noncebytes() } == crypto_stream_salsa20_NONCEBYTES as usize in test_crypto_stream_salsa20_noncebytes()
/dports/dns/dq/dq-20181021/crypto/
H A Dcrypto_stream_salsa20.h12 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tinynacl_NONCEBYTES macro
/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_salsa20.h27 #define crypto_stream_salsa20_NONCEBYTES 8U macro
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h27 #define crypto_stream_salsa20_NONCEBYTES 8U macro
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/include/sodium/
H A Dcrypto_stream_salsa20.h27 #define crypto_stream_salsa20_NONCEBYTES 8U 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_salsa20.h27 #define crypto_stream_salsa20_NONCEBYTES 8U macro
/dports/dns/dq/dq-20181021/crypto-tests/
H A Dcrypto_stream_salsa20test.c13 static unsigned char n[crypto_stream_salsa20_NONCEBYTES + 16];
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c38 return crypto_stream_salsa20_NONCEBYTES; in crypto_stream_salsa20_noncebytes()
/dports/security/libsodium/libsodium-1.0.18/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c38 return crypto_stream_salsa20_NONCEBYTES;
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c38 return crypto_stream_salsa20_NONCEBYTES; in crypto_stream_salsa20_noncebytes()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/src/libsodium/crypto_stream/salsa20/
H A Dstream_salsa20.c38 return crypto_stream_salsa20_NONCEBYTES; in crypto_stream_salsa20_noncebytes()
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dtweetnacl.h259 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/security/snuffleupagus/snuffleupagus-0.7.0/src/
H A Dtweetnacl.h255 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtweetnacl.h259 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dtweetnacl.h259 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dtweetnacl.h259 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/externals/tweetnacl/
H A Dtweetnacl.h250 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro
/dports/security/asignify/asignify-1.0/libasignify/
H A Dtweetnacl.h258 #define crypto_stream_salsa20_NONCEBYTES crypto_stream_salsa20_tweet_NONCEBYTES macro

12