Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QMessageAuthenticationCode Member List

This is the complete list of members for QMessageAuthenticationCode, including all inherited members.

addData(const char *data, qsizetype length)QMessageAuthenticationCode
addData(QByteArrayView data) noexceptQMessageAuthenticationCode
addData(QIODevice *device)QMessageAuthenticationCode
hash(QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method)QMessageAuthenticationCodestatic
hashInto(QSpan< char > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodeinlinestatic
hashInto(QSpan< uchar > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodeinlinestatic
hashInto(QSpan< std::byte > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodeinlinestatic
hashInto(QSpan< char > buffer, QSpan< const QByteArrayView > messageParts, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodeinlinestatic
hashInto(QSpan< uchar > buffer, QSpan< const QByteArrayView > messageParts, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodeinlinestatic
hashInto(QSpan< std::byte > buffer, QSpan< const QByteArrayView > message, QByteArrayView key, QCryptographicHash::Algorithm method) noexceptQMessageAuthenticationCodestatic
QMessageAuthenticationCode(QCryptographicHash::Algorithm method, QByteArrayView key={})QMessageAuthenticationCodeexplicit
QMessageAuthenticationCode(QMessageAuthenticationCode &&other) noexceptQMessageAuthenticationCodeinline
reset() noexceptQMessageAuthenticationCode
result() constQMessageAuthenticationCode
resultView() const noexceptQMessageAuthenticationCode
setKey(QByteArrayView key) noexceptQMessageAuthenticationCode
swap(QMessageAuthenticationCode &other) noexceptQMessageAuthenticationCodeinline
~QMessageAuthenticationCode()QMessageAuthenticationCode