MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / SetRawDataWithoutWipingInput

Method SetRawDataWithoutWipingInput

src/common/keypair.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306bool CCryptoKeyBase::SetRawDataWithoutWipingInput( const void *pData, size_t cbData )
307{
308 Wipe();
309 return SetRawData( pData, cbData ); // Call type-specific function
310}
311
312bool CCryptoKeyBase::SetFromHexEncodedString( const char *pchEncodedKey )
313{

Callers 6

GetPublicKeyMethod · 0.80
BCheckSignatureFunction · 0.80
SetupMethod · 0.80
PrintCertInfoFunction · 0.80
FinishCryptoHandshakeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected