![]() |
Qt 4.8
|
#include <sys/types.h>#include <string.h>#include <QtCore/qglobal.h>Go to the source code of this file.
Classes | |
| class | AuthCookie |
| struct | AuthHeader |
| struct | AuthMessage |
| struct | AuthRecord |
| class | IdBlock |
| Data record for the manifest file. More... | |
| class | usr_key_entry |
| This comes from the SXE kernel patch file include/linux/lidsif. More... | |
Macros | |
| #define | AMOUNT_TO_AUTHENTICATE 200 |
| #define | AUTH_ID(k) ((unsigned char)(k[QSXE_KEY_LEN])) |
| #define | AUTH_KEY(k) ((unsigned char *)(k)) |
| #define | QSXE_KEY_LEN 16 |
| #define | QSXE_KEYFILE "keyfile" |
| #define | QSXE_MAGIC_BYTES 4 |
Variables | |
| const unsigned char | magic [QSXE_MAGIC_BYTES] = { 0xBA, 0xD4, 0xD4, 0xBA } |
| const int | magicInt = 0xBAD4D4BA |
| #define AMOUNT_TO_AUTHENTICATE 200 |
Definition at line 62 of file qtransportauthdefs_qws.h.
| #define AUTH_ID | ( | k | ) | ((unsigned char)(k[QSXE_KEY_LEN])) |
Definition at line 64 of file qtransportauthdefs_qws.h.
| #define AUTH_KEY | ( | k | ) | ((unsigned char *)(k)) |
Definition at line 65 of file qtransportauthdefs_qws.h.
| #define QSXE_KEY_LEN 16 |
Definition at line 56 of file qtransportauthdefs_qws.h.
Referenced by QTransportAuth::authFromMessage(), QTransportAuth::authToMessage(), QTransportAuthPrivate::getClientKey(), and QTransportAuth::setProcessKey().
| #define QSXE_KEYFILE "keyfile" |
Definition at line 71 of file qtransportauthdefs_qws.h.
Referenced by QTransportAuthPrivate::getClientKey().
| #define QSXE_MAGIC_BYTES 4 |
Definition at line 57 of file qtransportauthdefs_qws.h.
Referenced by QTransportAuth::authFromMessage(), AuthMessage::AuthMessage(), QTransportAuth::authToMessage(), and QTransportAuthPrivate::getClientKey().
| const unsigned char magic[QSXE_MAGIC_BYTES] = { 0xBA, 0xD4, 0xD4, 0xBA } |
Definition at line 68 of file qtransportauthdefs_qws.h.
Referenced by QTransportAuth::authFromMessage(), QTransportAuth::authToMessage(), QTransportAuthPrivate::getClientKey(), isDigit(), QNtlmPhase1Block::QNtlmPhase1Block(), QNtlmPhase2Block::QNtlmPhase2Block(), QNtlmPhase3Block::QNtlmPhase3Block(), and QXcbConnection::sync().
| const int magicInt = 0xBAD4D4BA |
Definition at line 69 of file qtransportauthdefs_qws.h.