MCPcopy Create free account
hub / github.com/ddnet/ddnet / CKey

Class CKey

src/engine/server/authmanager.h:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55{
56private:
57 class CKey
58 {
59 public:
60 char m_aIdent[64];
61 MD5_DIGEST m_Pw;
62 unsigned char m_aSalt[SALT_BYTES];
63 CRconRole *m_pRole = nullptr;
64 };
65 std::vector<CKey> m_vKeys;
66 std::unordered_map<std::string, CRconRole> m_Roles;
67

Callers 1

IsValidIdentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected