Home
last modified time | relevance | path

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

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_connections.cpp1676 CECKeyExchangePublicKey keyExchangePublicKeyRemote; in BFinishCryptoHandshake() local
1682 …if ( !keyExchangePublicKeyRemote.SetRawDataWithoutWipingInput( m_msgCryptRemote.key_data().c_str()… in BFinishCryptoHandshake()
1690 …if ( !CCrypto::PerformKeyExchange( m_keyExchangePrivateKeyLocal, keyExchangePublicKeyRemote, &prem… in BFinishCryptoHandshake()