Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtlsbackend.cpp File Reference
#include "qtlsbackend_p.h"
#include "qssl_p.h"
#include <QtCore/private/qfactoryloader_p.h>
#include "QtCore/qapplicationstatic.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmutex.h>
#include <algorithm>
#include <vector>
#include "moc_qtlsbackend_p.cpp"
+ Include dependency graph for qtlsbackend.cpp:

Go to the source code of this file.

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.
 

Macros

#define REPORT_MISSING_SUPPORT(message)    qCWarning(lcSsl) << "The backend" << backendName() << message
 

Functions

 Q_APPLICATION_STATIC (QFactoryLoader, qtlsbLoader, QTlsBackend_iid, QStringLiteral("/tls")) namespace
 
 Q_GLOBAL_STATIC (BackendCollection, backends)
 

Macro Definition Documentation

◆ REPORT_MISSING_SUPPORT

#define REPORT_MISSING_SUPPORT (   message)     qCWarning(lcSsl) << "The backend" << backendName() << message

Definition at line 271 of file qtlsbackend.cpp.

Function Documentation

◆ Q_APPLICATION_STATIC()

Q_APPLICATION_STATIC ( QFactoryLoader  ,
qtlsbLoader  ,
QTlsBackend_iid  ,
QStringLiteral("/tls")   
)

Definition at line 30 of file qtlsbackend.cpp.

References QTlsBackend::backendName(), QSet< T >::end(), QTlsBackend::isValid(), it, mutex, nullptr, and Q_ASSERT.

+ Here is the call graph for this function:

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( BackendCollection  ,
backends   
)