![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
enum | { Size = 64 } |
Public Attributes | |
char | magic [8] |
quint32 | type |
QNtlmBuffer | lmResponse |
QNtlmBuffer | ntlmResponse |
QNtlmBuffer | domain |
QNtlmBuffer | user |
QNtlmBuffer | workstation |
QNtlmBuffer | sessionKey |
quint32 | flags |
Definition at line 1036 of file qauthenticator.cpp.
anonymous enum |
Enumerator | |
---|---|
Size |
Definition at line 1047 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3BlockBase::domain |
Definition at line 1042 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
quint32 QNtlmPhase3BlockBase::flags |
Definition at line 1046 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QNtlmBuffer QNtlmPhase3BlockBase::lmResponse |
Definition at line 1040 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
char QNtlmPhase3BlockBase::magic[8] |
Definition at line 1038 of file qauthenticator.cpp.
Referenced by QNtlmPhase3Block::QNtlmPhase3Block().
QNtlmBuffer QNtlmPhase3BlockBase::ntlmResponse |
Definition at line 1041 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QNtlmBuffer QNtlmPhase3BlockBase::sessionKey |
Definition at line 1045 of file qauthenticator.cpp.
quint32 QNtlmPhase3BlockBase::type |
Definition at line 1039 of file qauthenticator.cpp.
QNtlmBuffer QNtlmPhase3BlockBase::user |
Definition at line 1043 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().
QNtlmBuffer QNtlmPhase3BlockBase::workstation |
Definition at line 1044 of file qauthenticator.cpp.
Referenced by qNtlmPhase3().