![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QMessageAuthenticationCode, including all inherited members.
| addData(const char *data, qsizetype length) | QMessageAuthenticationCode | |
| addData(QByteArrayView data) noexcept | QMessageAuthenticationCode | |
| addData(QIODevice *device) | QMessageAuthenticationCode | |
| hash(QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) | QMessageAuthenticationCode | static |
| hashInto(QSpan< char > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | inlinestatic |
| hashInto(QSpan< uchar > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | inlinestatic |
| hashInto(QSpan< std::byte > buffer, QByteArrayView message, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | inlinestatic |
| hashInto(QSpan< char > buffer, QSpan< const QByteArrayView > messageParts, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | inlinestatic |
| hashInto(QSpan< uchar > buffer, QSpan< const QByteArrayView > messageParts, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | inlinestatic |
| hashInto(QSpan< std::byte > buffer, QSpan< const QByteArrayView > message, QByteArrayView key, QCryptographicHash::Algorithm method) noexcept | QMessageAuthenticationCode | static |
| QMessageAuthenticationCode(QCryptographicHash::Algorithm method, QByteArrayView key={}) | QMessageAuthenticationCode | explicit |
| QMessageAuthenticationCode(QMessageAuthenticationCode &&other) noexcept | QMessageAuthenticationCode | inline |
| reset() noexcept | QMessageAuthenticationCode | |
| result() const | QMessageAuthenticationCode | |
| resultView() const noexcept | QMessageAuthenticationCode | |
| setKey(QByteArrayView key) noexcept | QMessageAuthenticationCode | |
| swap(QMessageAuthenticationCode &other) noexcept | QMessageAuthenticationCode | inline |
| ~QMessageAuthenticationCode() | QMessageAuthenticationCode |