Home
last modified time | relevance | path

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

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/tests/
H A Dtest_crypto.cpp275 uint32 cbDecrypted = sizeof(decrypted); in TestSymmetricAuthCrypto_EncryptTestVectorFile() local
279 decrypted, &cbDecrypted, in TestSymmetricAuthCrypto_EncryptTestVectorFile()
283 CHECK( cbDecrypted == pt.length() ); in TestSymmetricAuthCrypto_EncryptTestVectorFile()
284 CHECK( memcmp( pt.c_str(), decrypted, cbDecrypted ) == 0 ); in TestSymmetricAuthCrypto_EncryptTestVectorFile()
290 cbDecrypted = sizeof(decrypted); in TestSymmetricAuthCrypto_EncryptTestVectorFile()
294 decrypted, &cbDecrypted, in TestSymmetricAuthCrypto_EncryptTestVectorFile()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_connections.cpp2181 uint32 cbDecrypted = sizeof(ctx.m_decrypted); in DecryptDataChunk() local
2185 ctx.m_decrypted, &cbDecrypted, // output in DecryptDataChunk()
2207 ctx.m_cbPlainText = (int)cbDecrypted; in DecryptDataChunk()