| EvEmu
    0.8.4
    11 September 2021 | 
#include "eve-test.h"
Go to the source code of this file.
| Functions | |
| int | auth_PasswordModuleTest (int argc, char *argv[]) | 
| Variables | |
| const std::string | USERNAME = " Hello World " | 
| const std::string | PASSWORD = " Secret Password " | 
| const uint8 | HASH [] | 
| const size_t | HASH_LEN = sizeof( HASH ) | 
| int auth_PasswordModuleTest | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
Definition at line 41 of file PasswordModuleTest.cpp.
References PasswordModule::GeneratePassHash(), HASH, HASH_LEN, PASSWORD, and USERNAME.

| const uint8 HASH[] | 
Definition at line 33 of file PasswordModuleTest.cpp.
Referenced by auth_PasswordModuleTest().
| const size_t HASH_LEN = sizeof( HASH ) | 
Definition at line 39 of file PasswordModuleTest.cpp.
Referenced by auth_PasswordModuleTest().
| const std::string PASSWORD = " Secret Password " | 
Definition at line 31 of file PasswordModuleTest.cpp.
Referenced by auth_PasswordModuleTest().
| const std::string USERNAME = " Hello World " | 
Definition at line 29 of file PasswordModuleTest.cpp.
Referenced by auth_PasswordModuleTest().