|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Public Attributes | |
| union { | |
| struct { | |
| uint8 bytes [20] | |
| } bytes | |
| struct { | |
| uint32 ints [5] | |
| } ints | |
| }; | |
| union { | |
| struct { | |
| uint8 bytes [16] | |
| } bytes | |
| struct { | |
| int ints [4] | |
| } ints | |
| }; | |
Definition at line 139 of file Warden.cpp.
| union { ... } keyData |
| union { ... } keyData |
| struct { ... } keyData::bytes |
| uint8 keyData::bytes[16] |
Definition at line 144 of file Warden.cpp.
Referenced by Warden::BuildChecksum().
| struct { ... } keyData::bytes |
| struct { ... } keyData::ints |
| int keyData::ints[4] |
Definition at line 111 of file WardenMac.cpp.
| uint32 keyData::ints[5] |
Definition at line 149 of file Warden.cpp.
Referenced by Warden::BuildChecksum(), and WardenMac::HandleHashResult().
| struct { ... } keyData::ints |