Home
last modified time | relevance | path

Searched refs:EnabledCiphers (Results 1 – 13 of 13) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Security/Mono.Security.Interface/
H A DMonoTlsSettings.cs104 public CipherSuiteCode[] EnabledCiphers { property in Mono.Security.Interface.MonoTlsSettings
181 EnabledCiphers = other.EnabledCiphers; in MonoTlsSettings()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.Btls/
H A DMonoBtlsContext.cs245 if (Settings != null && Settings.EnabledCiphers != null) { in InitializeConnection()
246 var ciphers = new short [Settings.EnabledCiphers.Length]; in InitializeConnection()
248 ciphers [i] = (short)Settings.EnabledCiphers [i]; in InitializeConnection()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Mono.AppleTls/
H A DAppleTlsContext.cs296 if (Settings != null && Settings.EnabledCiphers != null) { in InitializeConnection()
297 SslCipherSuite [] ciphers = new SslCipherSuite [Settings.EnabledCiphers.Length]; in InitializeConnection()
298 for (int i = 0 ; i < Settings.EnabledCiphers.Length; ++i) in InitializeConnection()
299 ciphers [i] = (SslCipherSuite)Settings.EnabledCiphers[i]; in InitializeConnection()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/mtransport/
H A Dtransportlayerdtls.cpp692 static const uint32_t EnabledCiphers[] = {
768 for (const auto& cipher : EnabledCiphers) {
/dports/lang/spidermonkey60/firefox-60.9.0/media/mtransport/
H A Dtransportlayerdtls.cpp687 static const uint32_t EnabledCiphers[] = { variable
762 for (const auto &cipher : EnabledCiphers) { in SetupCipherSuites()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/transport/
H A Dtransportlayerdtls.cpp684 static const uint32_t EnabledCiphers[] = { variable
762 for (const auto& cipher : EnabledCiphers) { in SetupCipherSuites()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/transport/
H A Dtransportlayerdtls.cpp683 static const uint32_t EnabledCiphers[] = { variable
761 for (const auto& cipher : EnabledCiphers) { in SetupCipherSuites()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/transport/
H A Dtransportlayerdtls.cpp684 static const uint32_t EnabledCiphers[] = { variable
762 for (const auto& cipher : EnabledCiphers) { in SetupCipherSuites()
/dports/lang/spidermonkey78/firefox-78.9.0/media/mtransport/
H A Dtransportlayerdtls.cpp684 static const uint32_t EnabledCiphers[] = { variable
762 for (const auto& cipher : EnabledCiphers) { in SetupCipherSuites()
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DMono.Security.cs1100 …public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices… property in Mono.Security.Interface.MonoTlsSettings
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DMono.Security.cs1102 …public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices… property in Mono.Security.Interface.MonoTlsSettings
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DMono.Security.cs1100 …public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices… property in Mono.Security.Interface.MonoTlsSettings
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DMono.Security.cs1109 …public Mono.Security.Interface.CipherSuiteCode[] EnabledCiphers { [System.Runtime.CompilerServices… property in Mono.Security.Interface.MonoTlsSettings