Home
last modified time | relevance | path

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

/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/
H A Dclient.go48 tempSessionKey []byte member
303 c.tempSessionKey = make([]byte, 32)
304 rand.Read(c.tempSessionKey)
305 encryptedKey := cryptoutil.RSAEncrypt(GetPublicKey(EUniverse_Public), c.tempSessionKey)
326 c.conn.SetEncryptionKey(c.tempSessionKey)
327 c.tempSessionKey = nil