Home
last modified time | relevance | path

Searched refs:remotePubKey (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-tls/
H A Dtransport.go122 var remotePubKey ci.PubKey
124 case remotePubKey = <-keyCh:
127 if remotePubKey == nil {
131 conn, err := t.setupConn(tlsConn, remotePubKey)
142 func (t *Transport) setupConn(tlsConn *tls.Conn, remotePubKey ci.PubKey) (sec.SecureConn, error) {
143 remotePeerID, err := peer.IDFromPublicKey(remotePubKey)
152 remotePubKey: remotePubKey,
H A Dconn.go18 remotePubKey ci.PubKey member
36 return c.remotePubKey
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/security/impl/
H A DCryptoSTSEngineImpl.java54 private PublicKey remotePubKey; field in CryptoSTSEngineImpl
156 remotePubKey = CryptoECCUtils.rawdataToPubkey(rawRemoteOtherPubkey); in putMessage()
158 Signature check = CryptoECCUtils.getSignature(remotePubKey); in putMessage()
186 Signature check = CryptoECCUtils.getSignature( remotePubKey ); in putMessage()
296 if ( remotePubKey == null ){ in getRemotePublicKey()
301 return( CryptoECCUtils.keyToRawdata( remotePubKey )); in getRemotePublicKey()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-noise/
H A Dhandshake.go235 remotePubKey, err := crypto.UnmarshalPublicKey(nhp.GetIdentityKey())
239 id, err := peer.IDFromPublicKey(remotePubKey)
253 ok, err := remotePubKey.Verify(msg, sig)
262 s.remoteKey = remotePubKey
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p-core/sec/insecure/
H A Dinsecure.go122 remotePubKey ci.PubKey member
178 ic.remotePubKey = remotePubkey
229 return ic.remotePubKey
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-libp2p/p2p/net/mock/
H A Dmock_conn.go35 remotePubKey ic.PubKey member
67 c.remotePubKey = rn.ps.PubKey(rn.peer)
193 return c.remotePubKey