/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/chacha20poly1305-0.8.2/ |
H A D | Cargo.toml.orig-cargo | 17 keywords = ["aead", "chacha20", "poly1305", "xchacha20", "xchacha20poly1305"] 31 default = ["alloc", "chacha20", "xchacha20"] 36 xchacha20 = ["chacha20/xchacha"] 37 xchacha20poly1305 = ["xchacha20"] # alias 38 reduced-round = ["chacha20-reduced-round", "xchacha20-reduced-round"] 40 xchacha20-reduced-round = ["xchacha20"]
|
H A D | Cargo.toml | 21 keywords = ["aead", "chacha20", "poly1305", "xchacha20", "xchacha20poly1305"] 54 default = ["alloc", "chacha20", "xchacha20"] 57 reduced-round = ["chacha20-reduced-round", "xchacha20-reduced-round"] 60 xchacha20 = ["chacha20/xchacha"] 61 xchacha20-reduced-round = ["xchacha20"] 62 xchacha20poly1305 = ["xchacha20"]
|
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/tests/features/cert-generation/ |
H A D | generate_certs.feature | 11 Scenario: Generate a xchacha20 cert 14 When a xchacha20 cert is generated 15 Then it is a xchacha20 cert
|
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/chacha20-0.6.0/ |
H A D | Cargo.toml.orig-cargo | 14 keywords = ["crypto", "stream-cipher", "chacha8", "chacha12", "xchacha20"] 29 default = ["xchacha20"] 31 xchacha20 = ["cipher"]
|
H A D | Cargo.toml | 20 keywords = ["crypto", "stream-cipher", "chacha8", "chacha12", "xchacha20"] 48 default = ["xchacha20"] 51 xchacha20 = ["cipher"]
|
/dports/dns/unbound/unbound-1.14.0/testdata/dnscrypt_cert.tdir/ |
H A D | precheck.sh | 13 xchacha20=1 15 xchacha20=0
|
/dports/dns/unbound/unbound-1.14.0/testdata/dnscrypt_cert_chacha.tdir/ |
H A D | precheck.sh | 13 xchacha20=1 15 xchacha20=0
|
H A D | dnscrypt_cert_chacha.pre | 37 if [ $xchacha20 -eq 0 ]; then 38 # no xchacha20 support, we expect unbound to exit with an error message.
|
H A D | dnscrypt_cert_chacha.test | 14 if [ $xchacha20 -eq 0 ]; then 107 …if [ \( $cert_found -eq 0 -a $xchacha20 -eq 1 \) -o \( $cert_found -ne 0 -a $xchacha20 -eq 0 \) ]…
|
H A D | dnscrypt_cert_chacha.post | 15 if [ $xchacha20 -ne 0 ]; then
|
/dports/editors/vim/vim-8.2.3745/src/testdir/ |
H A D | test_crypt.vim | 72 call Crypt_uncrypt('xchacha20') 132 …call Uncrypt_stable_xxd('xchacha20', hex, "sodium_crypt", ["abcdefghijklmnopqrstuvwxyzäöü", "ZZZ_ä… 149 call assert_equal("xchacha20", &cryptmethod) 161 set cryptmethod=xchacha20 167 " encrypted using xchacha20 168 call assert_match("\[xchacha20\]", execute(':messages')) 187 set cryptmethod=xchacha20 undofile 219 call assert_fails(':set cryptmethod=xchacha20', 'E474')
|
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/chacha20poly1305-0.7.1/ |
H A D | Cargo.toml.orig-cargo | 17 keywords = ["aead", "chacha20", "poly1305", "xchacha20", "xchacha20poly1305"] 33 xchacha20poly1305 = ["chacha20/xchacha20"]
|
H A D | Cargo.toml | 21 keywords = ["aead", "chacha20", "poly1305", "xchacha20", "xchacha20poly1305"] 53 xchacha20poly1305 = ["chacha20/xchacha20"]
|
/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/ |
H A D | chacha20.rs | 105 …let mut xchacha20 = ChaCha20{ state: ChaCha20::expand(key, &nonce[0..16]), output: [0u8; 64], offs… in new_xchacha20() localVariable 110 xchacha20.hchacha20(&mut new_key); in new_xchacha20() 111 xchacha20.state = ChaCha20::expand(&new_key, &nonce[16..24]); in new_xchacha20() 113 xchacha20 in new_xchacha20() 455 let mut xchacha20 = ChaCha20::new_xchacha20(&key, &nonce); in test_xchacha20_basic() localVariable 456 xchacha20.process(&input, &mut stream); in test_xchacha20_basic()
|
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/ |
H A D | chacha20.rs | 105 …let mut xchacha20 = ChaCha20{ state: ChaCha20::expand(key, &nonce[0..16]), output: [0u8; 64], offs… in new_xchacha20() localVariable 110 xchacha20.hchacha20(&mut new_key); in new_xchacha20() 111 xchacha20.state = ChaCha20::expand(&new_key, &nonce[16..24]); in new_xchacha20() 113 xchacha20 in new_xchacha20() 455 let mut xchacha20 = ChaCha20::new_xchacha20(&key, &nonce); in test_xchacha20_basic() localVariable 456 xchacha20.process(&input, &mut stream); in test_xchacha20_basic()
|
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/benchmarks/shootout/ |
H A D | wrapper.c | 220 SETUP_NOWRAP(xchacha20) 221 BODY(xchacha20) 222 TEARDOWN_NOWRAP(xchacha20)
|
/dports/security/hpenc/hpenc-3.0/src/ |
H A D | kdf.cc | 85 xchacha20(unsigned char *c, unsigned long long clen, in xchacha20() function 128 xchacha20(sk->data(), sk->size(), nonce.data(), in genKey()
|
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/tests/features/cert-distribution/ |
H A D | txt_records.feature | 46 …secretkey-file=1.key --provider-cert-file=1.cert,keys1/1.cert,keys2/1.cert,keys2/1.xchacha20.cert" 51 Then dnscrypt-wrapper returns "keys2/1.xchacha20.cert" 58 …ions "--crypt-secretkey-file=keys2/2.key --provider-cert-file=keys2/1.cert,keys2/1.xchacha20.cert"
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/sodiumoxide-0.2.7/src/crypto/stream/ |
H A D | mod.rs | 101 pub mod xchacha20; module
|
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/ |
H A D | Makefile.am | 84 xchacha20.exp 164 xchacha20.res
|
/dports/security/libsodium/libsodium-1.0.18/test/default/ |
H A D | Makefile.am | 84 xchacha20.exp 164 xchacha20.res
|
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/test/default/ |
H A D | Makefile.am | 84 xchacha20.exp 164 xchacha20.res
|
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libsodium-sys-0.2.7/libsodium/test/default/ |
H A D | Makefile.am | 84 xchacha20.exp 164 xchacha20.res
|
/dports/sysutils/fwup/fwup-1.9.0/src/3rdparty/monocypher-3.1.2/tests/ |
H A D | ctgrind.c | 225 static void xchacha20() in xchacha20() function 301 RUN(xchacha20 , "constant time"); in main()
|
/dports/sysutils/vector/vector-0.10.0/cargo-crates/c2-chacha-0.2.3/ |
H A D | Cargo.toml.orig-cargo | 9 keywords = ["chacha", "chacha20", "xchacha20", "cipher", "crypto"]
|