Qt 4.8
|
#include "qtransportauth_qws.h"
#include "qtransportauth_qws_p.h"
#include "../../3rdparty/md5/md5.h"
#include "../../3rdparty/md5/md5.cpp"
#include "qwsutils_qws.h"
#include "qwssocket_qws.h"
#include "qwscommand_qws_p.h"
#include "qwindowsystem_qws.h"
#include "qbuffer.h"
#include "qthread.h"
#include "qabstractsocket.h"
#include "qlibraryinfo.h"
#include "qfile.h"
#include "qdebug.h"
#include <private/qcore_unix_p.h>
#include <syslog.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/file.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <QtCore/qcache.h>
#include "moc_qtransportauth_qws_p.cpp"
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 512 |
#define | KEY_CACHE_SIZE 30 |
Functions | |
bool | __fileOpen (QFile *f) |
Q_GUI_EXPORT void * | guaranteed_memset (void *v, int c, size_t n) |
static int | hmac_md5 (unsigned char *text, int text_length, const unsigned char *key, int key_length, unsigned char *digest) |
Variables | |
const char *const | errorStrings [] |
#define BUF_SIZE 512 |
Definition at line 75 of file qtransportauth_qws.cpp.
Referenced by QTransportAuth::authorizeRequest(), and QX11PaintEngine::drawPoints().
#define KEY_CACHE_SIZE 30 |
Definition at line 145 of file qtransportauth_qws.cpp.
|
inline |
Definition at line 607 of file qtransportauth_qws.cpp.
Referenced by QTransportAuthPrivate::getClientKey().
Q_GUI_EXPORT void* guaranteed_memset | ( | void * | v, |
int | c, | ||
size_t | n | ||
) |
Definition at line 84 of file qtransportauth_qws.cpp.
|
static |
Definition at line 1466 of file qtransportauth_qws.cpp.
Referenced by QTransportAuth::authFromMessage(), QTransportAuth::authToMessage(), and guaranteed_memset().
const char* const errorStrings[] |
Definition at line 147 of file qtransportauth_qws.cpp.
Referenced by QTransportAuth::errorString().