TrinityCore
AuthenticationPackets.cpp File Reference
#include "AuthenticationPackets.h"
#include "BigNumber.h"
#include "CharacterTemplateDataStore.h"
#include "Ed25519.h"
#include "HMAC.h"
#include "ObjectMgr.h"
#include "RSA.h"
+ Include dependency graph for AuthenticationPackets.cpp:

Go to the source code of this file.

Functions

ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Auth::VirtualRealmNameInfo const &virtualRealmInfo)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Auth::VirtualRealmInfo const &virtualRealmInfo)
 
ByteBufferoperator<< (ByteBuffer &data, WorldPackets::Auth::AuthWaitInfo const &waitInfo)
 

Variables

std::array< uint8, 16 > constexpr EnableEncryptionSeed = { 0x90, 0x9C, 0xD0, 0x50, 0x5A, 0x2C, 0x14, 0xDD, 0x5C, 0x2C, 0xC0, 0x64, 0x14, 0xF3, 0xFE, 0xC9 }
 
std::array< uint8, 16 > constexpr EnableEncryptionContext = { 0xA7, 0x1F, 0xB6, 0x9B, 0xC9, 0x7C, 0xDD, 0x96, 0xE9, 0xBB, 0xB8, 0x21, 0x39, 0x8D, 0x5A, 0xD4 }
 

Function Documentation

◆ operator<<() [1/3]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Auth::AuthWaitInfo const &  waitInfo 
)

Definition at line 101 of file AuthenticationPackets.cpp.

+ Here is the call graph for this function:

◆ operator<<() [2/3]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Auth::VirtualRealmInfo const &  virtualRealmInfo 
)

Definition at line 40 of file AuthenticationPackets.cpp.

◆ operator<<() [3/3]

ByteBuffer & operator<< ( ByteBuffer data,
WorldPackets::Auth::VirtualRealmNameInfo const &  virtualRealmInfo 
)

Definition at line 26 of file AuthenticationPackets.cpp.

+ Here is the call graph for this function:

Variable Documentation

◆ EnableEncryptionContext

std::array<uint8, 16> constexpr EnableEncryptionContext = { 0xA7, 0x1F, 0xB6, 0x9B, 0xC9, 0x7C, 0xDD, 0x96, 0xE9, 0xBB, 0xB8, 0x21, 0x39, 0x8D, 0x5A, 0xD4 }
constexpr

Definition at line 350 of file AuthenticationPackets.cpp.

◆ EnableEncryptionSeed

std::array<uint8, 16> constexpr EnableEncryptionSeed = { 0x90, 0x9C, 0xD0, 0x50, 0x5A, 0x2C, 0x14, 0xDD, 0x5C, 0x2C, 0xC0, 0x64, 0x14, 0xF3, 0xFE, 0xC9 }
constexpr

Definition at line 349 of file AuthenticationPackets.cpp.