Home
last modified time | relevance | path

Searched refs:SChannel (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/games/uhexen/uhexen-0.601/src/
H A Di_sound.c367 players[displayplayer].mo->y, SChannel[i].mo->x, SChannel[i].mo->y);
390 SChannel[i].mo = origin;
568 SChannel[i].mo = origin; in S_StartSoundAtVolume()
601 if(SChannel[i].sound_id == sound_id && SChannel[i].mo) in S_StopSoundID()
619 if(SChannel[lp].handle) in S_StopSoundID()
672 if(SChannel[i].handle) in S_StopAllSound()
783 if(!SChannel[i].handle || S_sfx[SChannel[i].sound_id].usefulness == -1) in S_UpdateSounds()
797 if(SChannel[i].mo == NULL || SChannel[i].sound_id == 0 in S_UpdateSounds()
827 SChannel[i].mo->x, SChannel[i].mo->y); in S_UpdateSounds()
836 SChannel[i].pitch); in S_UpdateSounds()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/tests/UnitTests/
H A DTlsAlertsMatchWindowsInterop.cs14 Assert.Equal((int)TlsAlertType.Warning, (int)Interop.SChannel.TLS1_ALERT_WARNING); in TlsAlertEnums_MatchWindowsInterop_Ok()
15 Assert.Equal((int)TlsAlertType.Fatal, (int)Interop.SChannel.TLS1_ALERT_FATAL); in TlsAlertEnums_MatchWindowsInterop_Ok()
17 … Assert.Equal((int)TlsAlertMessage.CloseNotify, Interop.SChannel.TLS1_ALERT_CLOSE_NOTIFY); in TlsAlertEnums_MatchWindowsInterop_Ok()
19 … Assert.Equal((int)TlsAlertMessage.BadRecordMac, Interop.SChannel.TLS1_ALERT_BAD_RECORD_MAC); in TlsAlertEnums_MatchWindowsInterop_Ok()
21 … Assert.Equal((int)TlsAlertMessage.RecordOverflow, Interop.SChannel.TLS1_ALERT_RECORD_OVERFLOW); in TlsAlertEnums_MatchWindowsInterop_Ok()
24 … Assert.Equal((int)TlsAlertMessage.BadCertificate, Interop.SChannel.TLS1_ALERT_BAD_CERTIFICATE); in TlsAlertEnums_MatchWindowsInterop_Ok()
30 Assert.Equal((int)TlsAlertMessage.UnknownCA, Interop.SChannel.TLS1_ALERT_UNKNOWN_CA); in TlsAlertEnums_MatchWindowsInterop_Ok()
31 … Assert.Equal((int)TlsAlertMessage.AccessDenied, Interop.SChannel.TLS1_ALERT_ACCESS_DENIED); in TlsAlertEnums_MatchWindowsInterop_Ok()
32 … Assert.Equal((int)TlsAlertMessage.DecodeError, Interop.SChannel.TLS1_ALERT_DECODE_ERROR); in TlsAlertEnums_MatchWindowsInterop_Ok()
33 … Assert.Equal((int)TlsAlertMessage.DecryptError, Interop.SChannel.TLS1_ALERT_DECRYPT_ERROR); in TlsAlertEnums_MatchWindowsInterop_Ok()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/src/IceSSL/
H A DSChannelPluginI.cpp32 IceSSL::PluginI(com, new IceSSL::SChannel::SSLEngine(com)) in PluginI()
39 return IceSSL::SChannel::Certificate::create(cert); in create()
45 return IceSSL::SChannel::Certificate::load(file); in load()
51 return IceSSL::SChannel::Certificate::load(encoding); in decode()
66 return IceSSL::SChannel::Certificate::load(file); in load()
72 return IceSSL::SChannel::Certificate::decode(encoding); in decode()
H A DSChannelTransceiverI.cpp208 SChannel::TransceiverI::getNativeInfo() in getNativeInfo()
214 SChannel::TransceiverI::sslHandshake() in sslHandshake()
794 SChannel::TransceiverI::close() in close()
819 SChannel::TransceiverI::write(IceInternal::Buffer& buf) in write()
854 SChannel::TransceiverI::read(IceInternal::Buffer& buf) in read()
972 SChannel::TransceiverI::protocol() const in protocol()
978 SChannel::TransceiverI::toString() const in toString()
984 SChannel::TransceiverI::toDetailedString() const in toDetailedString()
990 SChannel::TransceiverI::getInfo() const in getInfo()
1031 SChannel::TransceiverI::~TransceiverI() in ~TransceiverI()
[all …]
H A DSChannelTransceiverI.h38 namespace SChannel
78 friend class IceSSL::SChannel::SSLEngine;
91 const IceSSL::SChannel::SSLEnginePtr _engine;
H A DSChannelEngine.cpp54 Shared* SChannel::upCast(SChannel::SSLEngine* p) in upCast()
597 SChannel::SSLEngine::SSLEngine(const CommunicatorPtr& communicator) : in SSLEngine()
606 SChannel::SSLEngine::initialize() in initialize()
1066 SChannel::SSLEngine::getCipherName(ALG_ID cipher) const in getCipherName()
1146 SChannel::SSLEngine::newCredentialsHandle(bool incoming) in newCredentialsHandle()
1210 SChannel::SSLEngine::chainEngine() const in chainEngine()
1216 SChannel::SSLEngine::parseCiphers(const std::string& ciphers) in parseCiphers()
1232 SChannel::SSLEngine::destroy() in destroy()
1277 SChannel::SSLEngine::verifyPeer(const string& address, const IceSSL::ConnectionInfoPtr& info, const… in verifyPeer()
1284 SChannel::SSLEngine::createTransceiver(const InstancePtr& instance, in createTransceiver()
[all …]
H A DSChannelCertificateI.cpp60 class SChannelCertificateI : public SChannel::Certificate,
560 SChannel::CertificatePtr
561 SChannel::Certificate::create(CERT_SIGNED_CONTENT_INFO* cert) in create()
566 SChannel::CertificatePtr
567 SChannel::Certificate::load(const std::string& file) in load()
574 SChannel::CertificatePtr
575 SChannel::Certificate::decode(const std::string& encoding) in decode()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DSChannelPluginI.cpp32 IceSSL::PluginI(com, new IceSSL::SChannel::SSLEngine(com))
39 return IceSSL::SChannel::Certificate::create(cert);
45 return IceSSL::SChannel::Certificate::load(file);
51 return IceSSL::SChannel::Certificate::load(encoding);
66 return IceSSL::SChannel::Certificate::load(file);
72 return IceSSL::SChannel::Certificate::decode(encoding);
H A DSChannelTransceiverI.cpp208 SChannel::TransceiverI::getNativeInfo()
214 SChannel::TransceiverI::sslHandshake()
794 SChannel::TransceiverI::close()
819 SChannel::TransceiverI::write(IceInternal::Buffer& buf)
854 SChannel::TransceiverI::read(IceInternal::Buffer& buf)
972 SChannel::TransceiverI::protocol() const
978 SChannel::TransceiverI::toString() const
984 SChannel::TransceiverI::toDetailedString() const
990 SChannel::TransceiverI::getInfo() const
1031 SChannel::TransceiverI::~TransceiverI()
[all …]
H A DSChannelTransceiverI.h38 namespace SChannel
78 friend class IceSSL::SChannel::SSLEngine;
91 const IceSSL::SChannel::SSLEnginePtr _engine;
H A DSChannelEngine.cpp54 Shared* SChannel::upCast(SChannel::SSLEngine* p) in upCast()
597 SChannel::SSLEngine::SSLEngine(const CommunicatorPtr& communicator) : in SSLEngine()
606 SChannel::SSLEngine::initialize() in initialize()
1066 SChannel::SSLEngine::getCipherName(ALG_ID cipher) const in getCipherName()
1146 SChannel::SSLEngine::newCredentialsHandle(bool incoming) in newCredentialsHandle()
1210 SChannel::SSLEngine::chainEngine() const in chainEngine()
1216 SChannel::SSLEngine::parseCiphers(const std::string& ciphers) in parseCiphers()
1232 SChannel::SSLEngine::destroy() in destroy()
1277 SChannel::SSLEngine::verifyPeer(const string& address, const IceSSL::ConnectionInfoPtr& info, const… in verifyPeer()
1284 SChannel::SSLEngine::createTransceiver(const InstancePtr& instance, in createTransceiver()
[all …]
H A DSChannelCertificateI.cpp60 class SChannelCertificateI : public SChannel::Certificate,
560 SChannel::CertificatePtr
561 SChannel::Certificate::create(CERT_SIGNED_CONTENT_INFO* cert) in create()
566 SChannel::CertificatePtr
567 SChannel::Certificate::load(const std::string& file) in load()
574 SChannel::CertificatePtr
575 SChannel::Certificate::decode(const std::string& encoding) in decode()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/IceSSL/
H A DSChannelPluginI.cpp32 IceSSL::PluginI(com, new IceSSL::SChannel::SSLEngine(com)) in PluginI()
39 return IceSSL::SChannel::Certificate::create(cert); in create()
45 return IceSSL::SChannel::Certificate::load(file); in load()
51 return IceSSL::SChannel::Certificate::load(encoding); in decode()
66 return IceSSL::SChannel::Certificate::load(file); in load()
72 return IceSSL::SChannel::Certificate::decode(encoding); in decode()
H A DSChannelTransceiverI.cpp208 SChannel::TransceiverI::getNativeInfo() in getNativeInfo()
214 SChannel::TransceiverI::sslHandshake() in sslHandshake()
794 SChannel::TransceiverI::close() in close()
819 SChannel::TransceiverI::write(IceInternal::Buffer& buf) in write()
854 SChannel::TransceiverI::read(IceInternal::Buffer& buf) in read()
972 SChannel::TransceiverI::protocol() const in protocol()
978 SChannel::TransceiverI::toString() const in toString()
984 SChannel::TransceiverI::toDetailedString() const in toDetailedString()
990 SChannel::TransceiverI::getInfo() const in getInfo()
1031 SChannel::TransceiverI::~TransceiverI() in ~TransceiverI()
[all …]
H A DSChannelTransceiverI.h38 namespace SChannel
78 friend class IceSSL::SChannel::SSLEngine;
91 const IceSSL::SChannel::SSLEnginePtr _engine;
H A DSChannelEngine.cpp54 Shared* SChannel::upCast(SChannel::SSLEngine* p) in upCast()
597 SChannel::SSLEngine::SSLEngine(const CommunicatorPtr& communicator) : in SSLEngine()
606 SChannel::SSLEngine::initialize() in initialize()
1066 SChannel::SSLEngine::getCipherName(ALG_ID cipher) const in getCipherName()
1146 SChannel::SSLEngine::newCredentialsHandle(bool incoming) in newCredentialsHandle()
1210 SChannel::SSLEngine::chainEngine() const in chainEngine()
1216 SChannel::SSLEngine::parseCiphers(const std::string& ciphers) in parseCiphers()
1232 SChannel::SSLEngine::destroy() in destroy()
1277 SChannel::SSLEngine::verifyPeer(const string& address, const IceSSL::ConnectionInfoPtr& info, const… in verifyPeer()
1284 SChannel::SSLEngine::createTransceiver(const InstancePtr& instance, in createTransceiver()
[all …]
H A DSChannelCertificateI.cpp60 class SChannelCertificateI : public SChannel::Certificate,
560 SChannel::CertificatePtr
561 SChannel::Certificate::create(CERT_SIGNED_CONTENT_INFO* cert) in create()
566 SChannel::CertificatePtr
567 SChannel::Certificate::load(const std::string& file) in load()
574 SChannel::CertificatePtr
575 SChannel::Certificate::decode(const std::string& encoding) in decode()
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dtlsschannel.cpp21 SChannel::SChannel( TLSHandler* th, const std::string& server ) in SChannel() function in gloox::SChannel
27 SChannel::~SChannel() in ~SChannel()
247 void SChannel::cleanup() in cleanup()
265 bool SChannel::handshake() in handshake()
481 bool SChannel::hasChannelBinding() const in hasChannelBinding()
506 void SChannel::setSizes() in setSizes()
520 int SChannel::filetime2int( FILETIME t ) in filetime2int()
538 void SChannel::validateCert() in validateCert()
642 void SChannel::connectionInfos() in connectionInfos()
700 void SChannel::certData() in certData()
[all …]
H A Dtlsschannel.h38 class SChannel : public TLSBase
46 SChannel( TLSHandler* th, const std::string& server );
51 virtual ~SChannel();
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/SecureProtocols/
H A DSslEnumTypes.cs14 Ssl2 = Interop.SChannel.SP_PROT_SSL2,
15 Ssl3 = Interop.SChannel.SP_PROT_SSL3,
16 Tls = Interop.SChannel.SP_PROT_TLS1_0,
17 Tls11 = Interop.SChannel.SP_PROT_TLS1_1,
18 Tls12 = Interop.SChannel.SP_PROT_TLS1_2,
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/xsf/desmume/
H A DSPU.cc65 } SChannel; typedef
72 SChannel ch[16];
196 static void reset_channel(SChannel *ch, int id) in reset_channel()
215 static INLINE void adjust_channel_timer(SChannel *ch) in adjust_channel_timer()
236 static void start_channel(SChannel *ch) in start_channel()
308 static void stop_channel(SChannel *ch) in stop_channel()
314 static void set_channel_volume(SChannel *ch) in set_channel_volume()
331 SChannel *ch; in SPU_WriteByte()
397 SChannel *ch; in SPU_WriteWord()
449 SChannel *ch; in SPU_WriteLong()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/IOS/USB/Bluetooth/
H A DWiimoteDevice.h96 struct SChannel struct
105 SChannel(); argument
117 using ChannelMap = std::map<u16, SChannel>; argument
137 const SChannel* FindChannelWithPSM(u16 psm) const;
138 SChannel* FindChannelWithPSM(u16 psm);
H A DWiimoteDevice.cpp82 WiimoteDevice::SChannel::SChannel() : psm(L2CAP_PSM_ANY), remote_cid(L2CAP_NULL_CID) in SChannel() function in IOS::HLE::WiimoteDevice::SChannel
86 bool WiimoteDevice::SChannel::IsAccepted() const in IsAccepted()
91 bool WiimoteDevice::SChannel::IsRemoteConfigured() const in IsRemoteConfigured()
96 bool WiimoteDevice::SChannel::IsComplete() const in IsComplete()
327 channel.state = SChannel::State::ConfigurationPending; in Update()
393 const SChannel& channel = itr->second; in ExecuteL2capCmd()
518 SChannel& channel = m_channels[local_cid]; in ReceiveConnectionReq()
552 SChannel& channel = m_channels[rsp->scid]; in ReceiveConnectionResponse()
565 SChannel& channel = m_channels[command_config_req->dcid]; in ReceiveConfigurationReq()
642 m_channels[rsp->scid].state = SChannel::State::Complete; in ReceiveConfigurationResponse()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSslStreamPal.Windows.cs156 …if (((protocolFlags & (Interop.SChannel.SP_PROT_TLS1_0 | Interop.SChannel.SP_PROT_TLS1_1 | Interop… in AcquireCredentialsHandle()
310 Interop.SChannel.SCHANNEL_ALERT_TOKEN alertToken; in ApplyAlertToken()
311 alertToken.dwTokenType = Interop.SChannel.SCHANNEL_ALERT; in ApplyAlertToken()
317 int alertTokenByteSize = Marshal.SizeOf<Interop.SChannel.SCHANNEL_ALERT_TOKEN>(); in ApplyAlertToken()
323 Marshal.StructureToPtr<Interop.SChannel.SCHANNEL_ALERT_TOKEN>(alertToken, p, false); in ApplyAlertToken()
342 int shutdownToken = Interop.SChannel.SCHANNEL_SHUTDOWN; in ApplyShutdownToken()
387 protocolFlags &= Interop.SChannel.ServerProtocolMask; in GetProtocolFlagsFromSslProtocols()
391 protocolFlags &= Interop.SChannel.ClientProtocolMask; in GetProtocolFlagsFromSslProtocols()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-tls-0.2.1/
H A DREADME.md35 * On Windows, [SChannel] is used
39 [SChannel]: https://msdn.microsoft.com/en-us/library/windows/desktop/aa380123%28v=vs.85%29.aspx?f=2…

1234567