Home
last modified time | relevance | path

Searched refs:Rc4 (Results 1 – 25 of 134) sorted by relevance

123456

/dports/audio/lewton/lewton-0.10.2/cargo-crates/sha2-0.1.2/rust-crypto/src/
H A Drc4.rs17 pub struct Rc4 { struct
23 impl Clone for Rc4 { fn clone(&self) -> Rc4 { *self } } in clone() argument
25 impl Rc4 { impl
26 pub fn new(key: &[u8]) -> Rc4 { in new() argument
48 impl SynchronousStreamCipher for Rc4 { implementation
57 impl Encryptor for Rc4 { implementation
64 impl Decryptor for Rc4 { implementation
76 use rc4::Rc4;
121 use rc4::Rc4;
125 let mut rc4 = Rc4::new("key".as_bytes()); in rc4_10()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/rust-crypto-0.2.36/src/
H A Drc4.rs17 pub struct Rc4 { struct
23 impl Clone for Rc4 { fn clone(&self) -> Rc4 { *self } } in clone() argument
25 impl Rc4 { implementation
26 pub fn new(key: &[u8]) -> Rc4 { in new() argument
48 impl SynchronousStreamCipher for Rc4 { implementation
57 impl Encryptor for Rc4 { implementation
64 impl Decryptor for Rc4 { implementation
76 use rc4::Rc4;
121 use rc4::Rc4;
125 let mut rc4 = Rc4::new("key".as_bytes()); in rc4_10()
[all …]
H A Dapi.rs37 Rc4, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs58 …scs.Add((0x00 << 0x08) | 0x05, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetTls1SupportedCiphers()
59 …scs.Add((0x00 << 0x08) | 0x04, "TLS_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetTls1SupportedCiphers()
63 …scs.Add((0x00 << 0x08) | 0x03, "TLS_RSA_EXPORT_WITH_RC4_40_MD5", CipherAlgorithmType.Rc4, HashAlgo… in GetTls1SupportedCiphers()
66 …scs.Add((0x00 << 0x08) | 0x60, "TLS_RSA_EXPORT_WITH_RC4_56_MD5", CipherAlgorithmType.Rc4, HashAlgo… in GetTls1SupportedCiphers()
70 …scs.Add((0x00 << 0x08) | 0x64, "TLS_RSA_EXPORT_WITH_RC4_56_SHA", CipherAlgorithmType.Rc4, HashAlgo… in GetTls1SupportedCiphers()
136 …scs.Add((0x00 << 0x08) | 0x05, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetSsl3SupportedCiphers()
137 …scs.Add((0x00 << 0x08) | 0x04, "SSL_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetSsl3SupportedCiphers()
141 …scs.Add((0x00 << 0x08) | 0x03, "SSL_RSA_EXPORT_WITH_RC4_40_MD5", CipherAlgorithmType.Rc4, HashAlgo… in GetSsl3SupportedCiphers()
144 …scs.Add((0x00 << 0x08) | 0x60, "SSL_RSA_EXPORT_WITH_RC4_56_MD5", CipherAlgorithmType.Rc4, HashAlgo… in GetSsl3SupportedCiphers()
148 …scs.Add((0x00 << 0x08) | 0x64, "SSL_RSA_EXPORT_WITH_RC4_56_SHA", CipherAlgorithmType.Rc4, HashAlgo… in GetSsl3SupportedCiphers()
H A DCipherAlgorithmType.cs35 Rc4, enumerator
H A DCipherSuite.cs459 case CipherAlgorithmType.Rc4: in createEncryptionCipher()
525 case CipherAlgorithmType.Rc4: in createDecryptionCipher()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs65 …scs.Add((0x00 << 0x08) | 0x05, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetTls1SupportedCiphers()
66 …scs.Add((0x00 << 0x08) | 0x04, "TLS_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetTls1SupportedCiphers()
144 …scs.Add((0x00 << 0x08) | 0x05, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetSsl3SupportedCiphers()
145 …scs.Add((0x00 << 0x08) | 0x04, "SSL_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmT… in GetSsl3SupportedCiphers()
H A DCipherAlgorithmType.cs40 Rc4, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslConnectionInfo.OSX.cs172 case CipherAlgorithmType.Rc4: in GetCipherSize()
209 TlsMapping.Rsa(CipherAlgorithmType.Rc4, 40, HashAlgorithmType.Md5)
214 TlsMapping.Rsa(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Md5)
219 TlsMapping.Rsa(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Sha1)
304 TlsMapping.DhStatic(CipherAlgorithmType.Rc4, 40, HashAlgorithmType.Md5)
309 TlsMapping.DhStatic(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Md5)
469 TlsMapping.NoExchange(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Sha1)
489 TlsMapping.DhEphem(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Sha1)
509 TlsMapping.Rsa(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Sha1)
684 TlsMapping.EcDhStatic(CipherAlgorithmType.Rc4, 128, HashAlgorithmType.Sha1)
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSchSendAuxRecordTest.cs54 server.Stream.CipherAlgorithm == CipherAlgorithmType.Rc4) in SslStream_ClientAndServerUsesAuxRecord_Ok()
104 client.Stream.CipherAlgorithm == CipherAlgorithmType.Rc4) in SslStream_ClientAndServerUsesAuxRecord_Ok()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Messaging/Mono.Messaging/
H A DEncryptionAlgorithm.cs39 Rc4 = 26625 enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Messaging/System.Messaging/
H A DEncryptionAlgorithm.cs39 Rc4 = 26625 enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Authentication/
H A DCipherAlgorithmType.cs44 Rc4 = 0x6801, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/tests/
H A DOids.cs17 public const string Rc4 = "1.2.840.113549.3.4"; //RC4 field in System.Security.Cryptography.Pkcs.Tests.Oids
/dports/games/py-pychess/pychess-1.0.2/learn/puzzles/
H A Dvukcevich.olv2082 "1... Rc4+ 2. b:c4#
9528 1...Rc4*f4
9534 1...Rc4-d4
17088 1.Rc4?? (2.Qc3#)
17111 1...Kxe4 2.Rc4#
17157 1...Rc4 2.dxc4#
22198 1...Rg6 2.Rc4#
24751 1.Rc4! (2.Nd4#)
27342 1...Rc4*a4
27345 1...Rc4-b4
[all …]
H A Dmansfield.olv5743 1...Rc4-c1
5745 1...Rc4-c2
5747 1...Rc4-c3
5749 1...Rc4-a4
5751 1...Rc4-b4
5753 1...Rc4*c5
5755 1...Rc4*d4
10126 1...Rc4-c5
10128 1...Rc4-f4
10130 1...Rc4-e4
[all …]
/dports/games/pear-Games_Chess/Games_Chess-1.0.1/tests/Games_Chess_Crazyhouse/addPiece/
H A Dtest_invalid_toomany4.phpt21 $phpunit->assertNoErrors('Rc4');
H A Dtest_invalid_toomany3.phpt20 $phpunit->assertNoErrors('Rc4');
H A Dtest_invalid_toomany2.phpt12 $phpunit->assertNoErrors('Rc4');
H A Dtest_invalid_toomany5.phpt30 $phpunit->assertNoErrors('Rc4');
H A Dtest_invalid_toomany6.phpt30 $phpunit->assertNoErrors('Rc4');
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/tests/FunctionalTests/
H A DSchSendAuxRecordHttpTest.cs60 server.Stream.CipherAlgorithm == CipherAlgorithmType.Rc4) in HttpClient_ClientUsesAuxRecord_Ok()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Pkcs/tests/EnvelopedCms/
H A DContentEncryptionAlgorithmTests.cs140 AlgorithmIdentifier algorithm = new AlgorithmIdentifier(new Oid(Oids.Rc4)); in DecodeAlgorithmRc4_RoundTrip()
171 Assert.Equal(Oids.Rc4, algorithm.Oid.Value); in VerifyAlgorithmRc4()
H A DDecryptTests.KeyPersistence.cs79 [InlineData(Oids.Rc4)]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslEnumTypes.cs56 Rc4 = (Alg.ClassEncrypt | Alg.TypeStream | Alg.NameRC4), enumerator

123456