![]() |
TrinityCore
|
Public Attributes | ||
| std::array< uint8, 20 > | bytes | |
| std::array< uint32, 5 > | ints | |
| union { | ||
| struct { | ||
| uint8 bytes [16] | ||
| } bytes | ||
| struct { | ||
| int ints [4] | ||
| } ints | ||
| }; | ||
Definition at line 157 of file Warden.cpp.
| union { ... } keyData |
| std::array<uint8, 20> keyData::bytes |
Definition at line 159 of file Warden.cpp.
| uint8 keyData::bytes[16] |
Definition at line 104 of file WardenMac.cpp.
| struct { ... } keyData::bytes |
| std::array<uint32, 5> keyData::ints |
Definition at line 160 of file Warden.cpp.
| int keyData::ints[4] |
Definition at line 109 of file WardenMac.cpp.
| struct { ... } keyData::ints |