Home
last modified time | relevance | path

Searched refs:HashAlgorithmType (Results 1 – 25 of 105) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslConnectionInfo.OSX.cs84 internal HashAlgorithmType HashAlgorithm;
127 HashAlgorithmType hash) in Build()
141 private static int GetHashSize(HashAlgorithmType hash) in GetHashSize()
145 case HashAlgorithmType.Md5: in GetHashSize()
147 case HashAlgorithmType.Sha1: in GetHashSize()
149 case HashAlgorithmType.Sha256: in GetHashSize()
151 case HashAlgorithmType.Sha384: in GetHashSize()
153 case HashAlgorithmType.Sha512: in GetHashSize()
199 TlsMapping.Rsa(CipherAlgorithmType.None, HashAlgorithmType.Md5)
204 TlsMapping.Rsa(CipherAlgorithmType.None, HashAlgorithmType.Sha1)
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs58 … 0x08) | 0x05, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
59 … 0x08) | 0x04, "TLS_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetTls1SupportedCiphers()
60 … 0x08) | 0x09, "TLS_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
63 … | 0x03, "TLS_RSA_EXPORT_WITH_RC4_40_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetTls1SupportedCiphers()
64 …x06, "TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5", CipherAlgorithmType.Rc2, HashAlgorithmType.Md5, Exchang… in GetTls1SupportedCiphers()
65 …0x08, "TLS_RSA_EXPORT_WITH_DES40_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
66 … | 0x60, "TLS_RSA_EXPORT_WITH_RC4_56_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetTls1SupportedCiphers()
70 … | 0x64, "TLS_RSA_EXPORT_WITH_RC4_56_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
136 … 0x08) | 0x05, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, Exchan… in GetSsl3SupportedCiphers()
137 … 0x08) | 0x04, "SSL_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetSsl3SupportedCiphers()
[all …]
H A DCipherSuite.cs49 private HashAlgorithmType hashAlgorithmType;
106 case HashAlgorithmType.Md5:
109 case HashAlgorithmType.Sha1:
118 public HashAlgorithmType HashAlgorithmType property in Mono.Security.Protocol.Tls.CipherSuite
129 case HashAlgorithmType.Md5:
132 case HashAlgorithmType.Sha1:
213 HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType, in CipherSuite()
H A DHashAlgorithmType.cs30 public enum HashAlgorithmType enum
H A DSslCipherSuite.cs48 HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType, in SslCipherSuite()
57 int padLength = (hashAlgorithmType == HashAlgorithmType.Md5) ? 48 : 40; in SslCipherSuite()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Protocol.Tls/
H A DCipherSuiteFactory.cs62 …0x35, "TLS_RSA_WITH_AES_256_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
63 …0x2F, "TLS_RSA_WITH_AES_128_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
64 …0A, "TLS_RSA_WITH_3DES_EDE_CBC_SHA", CipherAlgorithmType.TripleDes, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
65 … 0x08) | 0x05, "TLS_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
66 … 0x08) | 0x04, "TLS_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetTls1SupportedCiphers()
67 … 0x08) | 0x09, "TLS_RSA_WITH_DES_CBC_SHA", CipherAlgorithmType.Des, HashAlgorithmType.Sha1, Exchan… in GetTls1SupportedCiphers()
141 …0x35, "SSL_RSA_WITH_AES_256_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, Exchan… in GetSsl3SupportedCiphers()
142 …0x2F, "SSL_RSA_WITH_AES_128_CBC_SHA", CipherAlgorithmType.Rijndael, HashAlgorithmType.Sha1, Exchan… in GetSsl3SupportedCiphers()
144 … 0x08) | 0x05, "SSL_RSA_WITH_RC4_128_SHA", CipherAlgorithmType.Rc4, HashAlgorithmType.Sha1, Exchan… in GetSsl3SupportedCiphers()
145 … 0x08) | 0x04, "SSL_RSA_WITH_RC4_128_MD5", CipherAlgorithmType.Rc4, HashAlgorithmType.Md5, Exchang… in GetSsl3SupportedCiphers()
[all …]
H A DCipherSuite.cs49 private HashAlgorithmType hashAlgorithmType;
106 case HashAlgorithmType.Md5:
109 case HashAlgorithmType.Sha1:
121 case HashAlgorithmType.Md5: in CreateHashAlgorithm()
123 case HashAlgorithmType.Sha1: in CreateHashAlgorithm()
130 public HashAlgorithmType HashAlgorithmType property in Mono.Security.Protocol.Tls.CipherSuite
141 case HashAlgorithmType.Md5:
144 case HashAlgorithmType.Sha1:
225 HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType, in CipherSuite()
H A DHashAlgorithmType.cs35 enum HashAlgorithmType enum
H A DSslCipherSuite.cs48 HashAlgorithmType hashAlgorithmType, ExchangeAlgorithmType exchangeAlgorithmType, in SslCipherSuite()
57 int padLength = (hashAlgorithmType == HashAlgorithmType.Md5) ? 48 : 40; in SslCipherSuite()
H A DCipherSuiteCollection.cs101 HashAlgorithmType hashType, ExchangeAlgorithmType exchangeType, in Add()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_ssl.cpp256 HashAlgorithmType& dataHashAlg, in GetHashAlgorithmTypeAndSize()
261 dataHashAlg = HashAlgorithmType::Md5; in GetHashAlgorithmTypeAndSize()
267 dataHashAlg = HashAlgorithmType::Sha1; in GetHashAlgorithmTypeAndSize()
273 dataHashAlg = HashAlgorithmType::SSL_GOST94; in GetHashAlgorithmTypeAndSize()
279 dataHashAlg = HashAlgorithmType::SSL_GOST89; in GetHashAlgorithmTypeAndSize()
285 dataHashAlg = HashAlgorithmType::SSL_SHA256; in GetHashAlgorithmTypeAndSize()
291 dataHashAlg = HashAlgorithmType::SSL_SHA384; in GetHashAlgorithmTypeAndSize()
297 dataHashAlg = HashAlgorithmType::SSL_AEAD; in GetHashAlgorithmTypeAndSize()
302 dataHashAlg = HashAlgorithmType::None; in GetHashAlgorithmTypeAndSize()
344 HashAlgorithmType& dataHashAlg, in GetSslConnectionInfoFromDescription()
[all …]
H A Dpal_ssl.h78 enum class HashAlgorithmType : int32_t enum
214 HashAlgorithmType* dataHashAlg,
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Net.Security/
H A DMobileAuthenticatedStream.cs844 return SSA.HashAlgorithmType.None;
845 switch (info.HashAlgorithmType) {
846 case MSI.HashAlgorithmType.Md5:
847 case MSI.HashAlgorithmType.Md5Sha1:
848 return SSA.HashAlgorithmType.Md5;
849 case MSI.HashAlgorithmType.Sha1:
850 case MSI.HashAlgorithmType.Sha224:
851 case MSI.HashAlgorithmType.Sha256:
852 case MSI.HashAlgorithmType.Sha384:
853 case MSI.HashAlgorithmType.Sha512:
[all …]
H A DLegacySslStream.cs43 using MonoHashAlgorithmType = MonoSecurity::Mono.Security.Protocol.Tls.HashAlgorithmType;
50 using MonoHashAlgorithmType = Mono.Security.Protocol.Tls.HashAlgorithmType;
58 using HashAlgorithmType = System.Security.Authentication.HashAlgorithmType; typedef
211 public virtual HashAlgorithmType HashAlgorithm {
217 return HashAlgorithmType.Md5;
219 return HashAlgorithmType.None;
221 return HashAlgorithmType.Sha1;
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DMonoTlsConnectionInfo.cs45 public HashAlgorithmType HashAlgorithmType { property in Mono.Security.Interface.MonoTlsConnectionInfo
H A DHashAlgorithmType.cs29 public enum HashAlgorithmType enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.DirectoryServices.Protocols/System.DirectoryServices.Protocols/
H A DSecurityPackageContextConnectionInformation.cs42 HashAlgorithmType hash, in SecurityPackageContextConnectionInformation()
59 public HashAlgorithmType Hash { get; private set; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/FunctionalTests/
H A DSslStreamSystemDefaultsTest.cs67 …ream.SslProtocol == SslProtocols.Tls11 && _clientStream.HashAlgorithm == HashAlgorithmType.Sha1) ||
68 _clientStream.HashAlgorithm == HashAlgorithmType.Sha256 ||
69 _clientStream.HashAlgorithm == HashAlgorithmType.Sha384 ||
70 _clientStream.HashAlgorithm == HashAlgorithmType.Sha512);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DMembershipSection.cs138 public string HashAlgorithmType { property in System.Web.Configuration.MembershipSection
148 …urationErrorsException(SR.GetString(SR.Invalid_hash_algorithm_type, HashAlgorithmType), ElementInf… in ThrowHashAlgorithmException()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/Fakes/
H A DFakeSslState.cs112 internal HashAlgorithmType HashAlgorithm
116 return HashAlgorithmType.None;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Net.Security/
H A DSslStream.cs40 using HashAlgorithmType = System.Security.Authentication.HashAlgorithmType; typedef
276 public virtual HashAlgorithmType HashAlgorithm {
277 get { return (HashAlgorithmType)Impl.HashAlgorithm; }
550 public virtual HashAlgorithmType HashAlgorithm {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Security.Authentication/
H A DHashAlgorithmType.cs35 public enum HashAlgorithmType enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Security/
H A DMembership.cs60 hashAlgorithmType = section.HashAlgorithmType; in Membership()
274 public static string HashAlgorithmType { property in System.Web.Security.Membership
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DMembershipSection.cs77 public string HashAlgorithmType { property in System.Web.Configuration.MembershipSection
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/SecureProtocols/
H A DSslEnumTypes.cs73 public enum HashAlgorithmType enum

12345