![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Types | |
enum | { Size = 48 , Size = 48 } |
enum | { Size = 48 , Size = 48 } |
Public Attributes | |
char | magic [8] = {0} |
quint32 | type = 0xffffffff |
QNtlmBuffer | targetName |
quint32 | flags = 0 |
unsigned char | challenge [8] = {'\0'} |
quint32 | context [2] = {0, 0} |
QNtlmBuffer | targetInfo |
QString | targetNameStr |
QString | targetInfoStr |
QByteArray | targetInfoBuff |
Definition at line 1096 of file qauthenticator.cpp.
anonymous enum |
Enumerator | |
---|---|
Size | |
Size |
Definition at line 1106 of file qauthenticator.cpp.
anonymous enum |
Enumerator | |
---|---|
Size | |
Size |
Definition at line 1106 of file qauthenticator.cpp.
unsigned char QNtlmPhase2Block::challenge = {'\0'} |
Definition at line 1103 of file qauthenticator.cpp.
Referenced by qEncodeLmv2Response(), qEncodeNtlmv2Response(), and qNtlmDecodePhase2().
quint32 QNtlmPhase2Block::context = {0, 0} |
Definition at line 1104 of file qauthenticator.cpp.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
quint32 QNtlmPhase2Block::flags = 0 |
Definition at line 1102 of file qauthenticator.cpp.
char QNtlmPhase2Block::magic = {0} |
Definition at line 1099 of file qauthenticator.cpp.
Referenced by qNtlmDecodePhase2().
QNtlmBuffer QNtlmPhase2Block::targetInfo |
Definition at line 1105 of file qauthenticator.cpp.
QByteArray QNtlmPhase2Block::targetInfoBuff |
Definition at line 1110 of file qauthenticator.cpp.
QString QNtlmPhase2Block::targetInfoStr |
Definition at line 1109 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase2Block::targetName |
Definition at line 1101 of file qauthenticator.cpp.
QString QNtlmPhase2Block::targetNameStr |
Definition at line 1109 of file qauthenticator.cpp.
quint32 QNtlmPhase2Block::type = 0xffffffff |
Definition at line 1100 of file qauthenticator.cpp.