Qt 4.8
Classes | Macros | Variables
qtransportauthdefs_qws.h File Reference
#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
 

Macro Definition Documentation

◆ AMOUNT_TO_AUTHENTICATE

#define AMOUNT_TO_AUTHENTICATE   200

Definition at line 62 of file qtransportauthdefs_qws.h.

◆ AUTH_ID

#define AUTH_ID (   k)    ((unsigned char)(k[QSXE_KEY_LEN]))

Definition at line 64 of file qtransportauthdefs_qws.h.

◆ AUTH_KEY

#define AUTH_KEY (   k)    ((unsigned char *)(k))

Definition at line 65 of file qtransportauthdefs_qws.h.

◆ QSXE_KEY_LEN

#define QSXE_KEY_LEN   16

◆ QSXE_KEYFILE

#define QSXE_KEYFILE   "keyfile"

Definition at line 71 of file qtransportauthdefs_qws.h.

Referenced by QTransportAuthPrivate::getClientKey().

◆ QSXE_MAGIC_BYTES

#define QSXE_MAGIC_BYTES   4

Variable Documentation

◆ magic

const unsigned char magic[QSXE_MAGIC_BYTES] = { 0xBA, 0xD4, 0xD4, 0xBA }

◆ magicInt

const int magicInt = 0xBAD4D4BA

Definition at line 69 of file qtransportauthdefs_qws.h.