Home
last modified time | relevance | path

Searched defs:SecureChannel (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/
H A Dsecure_channel.go17 type SecureChannel struct { struct
18 c types.Channel
19 open bool
20 secret []byte
21 publicKey *ecdsa.PublicKey
22 encKey []byte
23 macKey []byte
24 iv []byte
50 func (sc *SecureChannel) Reset() {
61 func (sc *SecureChannel) Secret() []byte {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/globalplatform/
H A Dsecure_channel.go10 type SecureChannel struct { struct
11 session *Session
12 c types.Channel
13 w *SCP02Wrapper
26 func (c *SecureChannel) Send(cmd *apdu.Command) (*apdu.Response, error) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Dsecure_channel_disconnector.h16 class SecureChannel; variable
H A Dauthenticated_channel_impl.h19 class SecureChannel; variable
H A Dsecure_channel.cc63 SecureChannel::SecureChannel(std::unique_ptr<Connection> connection) in SecureChannel() function in chromeos::secure_channel::SecureChannel
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.Remoting.Channels/
H A DChannelServicesTest.cs77 class SecureChannel : NonSecureChannel, ISecurableChannel class in MonoTests.System.Runtime.Remoting.Channels.ChannelServicesTest
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/
H A DSecureChannel.cs20 internal class SecureChannel class
45 internal SecureChannel(SslAuthenticationOptions sslAuthenticationOptions) in SecureChannel() method in System.Net.Security.SecureChannel
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_SecureChannel.cs31 internal partial class SecureChannel { class
90 …internal SecureChannel(string hostname, bool serverMode, SchProtocols protocolFlags, X509Certifica… in SecureChannel() method in System.Net.Security.SecureChannel
120 …internal SecureChannel(string hostname, bool serverMode, SchProtocols protocolFlags, X509Certifica… in SecureChannel() method in System.Net.Security.SecureChannel