Home
last modified time | relevance | path

Searched defs:Handshake (Results 1 – 25 of 1026) sorted by relevance

12345678910>>...42

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/resourcemanager/
H A Dstruct_handshake.go19 type Handshake struct { struct
20 ModifyTime string `json:"ModifyTime" xml:"ModifyTime"`
21 HandshakeId string `json:"HandshakeId" xml:"HandshakeId"`
22 MasterAccountName string `json:"MasterAccountName" xml:"MasterAccountName"`
23 CreateTime string `json:"CreateTime" xml:"CreateTime"`
24 Note string `json:"Note" xml:"Note"`
25 TargetEntity string `json:"TargetEntity" xml:"TargetEntity"`
26 TargetType string `json:"TargetType" xml:"TargetType"`
29 MasterAccountId string `json:"MasterAccountId" xml:"MasterAccountId"`
30 ExpireTime string `json:"ExpireTime" xml:"ExpireTime"`
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/command/
H A Dhandshake.go25 type Handshake struct { struct
26 Client bsonx.Doc
27 Compressors []string
28 SaslSupportedMechs string
30 ismstr result.IsMaster
31 err error
35 func (h *Handshake) Encode() (wiremessage.WireMessage, error) {
53 func (h *Handshake) Decode(wm wiremessage.WireMessage) *Handshake {
62 func (h *Handshake) Result(addr address.Address) (description.Server, error) {
70 func (h *Handshake) Err() error { return h.err }
[all …]
/dports/net/wireguard-go/wireguard-go-0.0.20210424/device/
H A Dnoise-protocol.go118 type Handshake struct { struct
119 state handshakeState
120 mutex sync.RWMutex
122 chainKey [blake2s.Size]byte // chain key
123 presharedKey NoisePresharedKey // psk
130 lastTimestamp tai64n.Timestamp
131 lastInitiationConsumption time.Time
132 lastSentHandshake time.Time
153 func (h *Handshake) Clear() {
162 func (h *Handshake) mixHash(data []byte) {
[all …]
/dports/www/srt/srt-1.4.4/docs/features/
H A Dhandshake.md507 ### The Induction Phase
571 ### The Conclusion Phase
636 ### HSv4 Rendezvous Process
674 ### HSv5 Rendezvous Process
936 ### Rendezvous Between Different Versions
954 ### HSv4 Extended Handshake Process
1024 ### HSv5 Extended Handshake Process
1161 ### SRT Extension Commands
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/dtls/v2/pkg/protocol/handshake/
H A Dhandshake.go71 type Handshake struct { struct
72 Header Header
73 Message Message
77 func (h Handshake) ContentType() protocol.ContentType {
82 func (h *Handshake) Marshal() ([]byte, error) {
106 func (h *Handshake) Unmarshal(data []byte) error {
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/component/
H A DHandshake.cs37 public class Handshake : Stanza class
39 public Handshake() in Handshake() method in agsXMPP.protocol.component.Handshake
45 public Handshake(string password, string streamid) : this() in Handshake() method in agsXMPP.protocol.component.Handshake
/dports/net/ooni-probe-cli/probe-cli-3.10.1/internal/engine/netx/dialer/
H A Dtls.go16 Handshake(ctx context.Context, conn net.Conn, config *tls.Config) ( methodSpec
24 func (h SystemTLSHandshaker) Handshake( func
41 func (h TimeoutTLSHandshaker) Handshake( func
62 func (h ErrorWrapperTLSHandshaker) Handshake( func
81 func (h EmitterTLSHandshaker) Handshake( func
/dports/net/ooni-mini/probe-engine-0.23.0/netx/dialer/
H A Dtls.go16 Handshake(ctx context.Context, conn net.Conn, config *tls.Config) ( methodSpec
24 func (h SystemTLSHandshaker) Handshake( func
41 func (h TimeoutTLSHandshaker) Handshake( func
62 func (h ErrorWrapperTLSHandshaker) Handshake( func
81 func (h EmitterTLSHandshaker) Handshake( func
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/ft/txn/
H A Drollback-ct-callbacks.cc147 keep_me,
149 is_clone
153 toku_rollback_flush_used_log(
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dhandshake.rs98 struct Handshake<H, S> { struct
103 impl<H, S> Future for Handshake<H, S> argument
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/zbus-1.9.1/src/azync/
H A Dhandshake.rs94 struct Handshake<H, S> { struct
99 impl<H, S> Future for Handshake<H, S> argument
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/containerd/containerd/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/test/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/hcsshim/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containerd/ttrpc/
H A Dhandshake.go39 Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, error) methodSpec
44 func (fn handshakerFunc) Handshake(ctx context.Context, conn net.Conn) (net.Conn, interface{}, erro… func

12345678910>>...42