Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtlskey_schannel.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtNetwork/private/qssl_p.h>
#include "qtlsbackend_schannel_p.h"
#include "qtlskey_schannel_p.h"
#include "../shared/qwincrypt_p.h"
#include <QtNetwork/private/qtlsbackend_p.h>
#include <QtNetwork/private/qsslkey_p.h>
#include <QtNetwork/qsslkey.h>
#include <QtCore/qscopeguard.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qvarlengtharray.h>
+ Include dependency graph for qtlskey_schannel.cpp:

Go to the source code of this file.

Namespaces

namespace  QT_BEGIN_NAMESPACE
 Combined button and popup list for selecting options.
 
namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.
 

Functions

const wchar_t * QT_BEGIN_NAMESPACE::getName (QSslKeyPrivate::Cipher cipher)
 
BCRYPT_ALG_HANDLE QT_BEGIN_NAMESPACE::getHandle (QSslKeyPrivate::Cipher cipher)
 
BCRYPT_KEY_HANDLE QT_BEGIN_NAMESPACE::generateSymmetricKey (BCRYPT_ALG_HANDLE handle, const QByteArray &key)
 
QByteArray QT_BEGIN_NAMESPACE::doCrypt (QSslKeyPrivate::Cipher cipher, const QByteArray &data, const QByteArray &key, const QByteArray &iv, bool encrypt)