Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ValveSoftware/GameNetworkingSockets
/ OpenSSHWriteUInt32
Function
OpenSSHWriteUInt32
src/common/keypair.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static void OpenSSHWriteUInt32( CUtlBuffer &buf, uint32 data )
35
{
36
data = BigDWord( data );
37
buf.Put( &data, sizeof(data) );
38
}
39
40
static const uint32 k_nBinarySSHEd25519KeyTypeIDLen = 15;
41
Callers
2
OpenSSHBinaryWriteFixedSizeKey
Function · 0.85
OpenSSHBinaryWriteEd25519Private
Function · 0.85
Calls
1
Put
Method · 0.80
Tested by
no test coverage detected