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
qpassworddigestor.cpp File Reference

(c2d3d0c0e2b2a49288ca7b4503aea41ad214a7be)

#include "qpassworddigestor.h"
#include <QtCore/QDebug>
#include <QtCore/QMessageAuthenticationCode>
#include <QtCore/QtEndian>
#include <QtCore/QList>
#include "qtcore-config_p.h"
#include <limits>
+ Include dependency graph for qpassworddigestor.cpp:

Go to the source code of this file.

Namespaces

namespace  QPasswordDigestor
 \inmodule QtNetwork
 

Functions

Q_NETWORK_EXPORT QByteArray QPasswordDigestor::deriveKeyPbkdf1 (QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)
 
Q_NETWORK_EXPORT QByteArray QPasswordDigestor::deriveKeyPbkdf2 (QCryptographicHash::Algorithm algorithm, const QByteArray &data, const QByteArray &salt, int iterations, quint64 dkLen)