Classes | |
struct | AuthHeader |
struct | AuthMessage |
struct | AuthCookie |
Auth data as stored in _key. More... | |
struct | AuthRecord |
class | usr_key_entry |
This comes from the SXE kernel patch file include/linux/lidsif.h. More... | |
class | IdBlock |
Data record for the manifest file. More... | |
Macros | |
#define | QSXE_KEY_LEN 16 |
#define | QSXE_MAGIC_BYTES 4 |
#define | AMOUNT_TO_AUTHENTICATE 200 |
#define | AUTH_ID(k) ((unsigned char)(k[QSXE_KEY_LEN])) |
#define | AUTH_KEY(k) ((unsigned char *)(k)) |
#define | QSXE_KEYFILE "keyfile" |
Variables | |
const unsigned char | magic [QSXE_MAGIC_BYTES] = { 0xBA, 0xD4, 0xD4, 0xBA } |
const int | magicInt = 0xBAD4D4BA |
#define QSXE_KEY_LEN 16 |
Definition at line 56 of file qtransportauthdefs_qws.h.
#define QSXE_MAGIC_BYTES 4 |
Definition at line 57 of file qtransportauthdefs_qws.h.
#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_KEYFILE "keyfile" |
Definition at line 71 of file qtransportauthdefs_qws.h.
const unsigned char magic[QSXE_MAGIC_BYTES] = { 0xBA, 0xD4, 0xD4, 0xBA } |
Definition at line 68 of file qtransportauthdefs_qws.h.
const int magicInt = 0xBAD4D4BA |
Definition at line 69 of file qtransportauthdefs_qws.h.