![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_crypt_sha.h>
Public Attributes | |
uint64_t | total_bytes |
std::array< uint64_t, 8 > | state |
uint8_t | buffer [128] |
Definition at line 24 of file fx_crypt_sha.h.
uint8_t CRYPT_sha2_context::buffer[128] |
Definition at line 27 of file fx_crypt_sha.h.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::close(), testing.tools.encode_pdf_filter._PdfStream::close(), CRYPT_SHA256Start(), CRYPT_SHA256Update(), CRYPT_SHA384Start(), CRYPT_SHA384Update(), CRYPT_SHA512Start(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::flush(), testing.tools.encode_pdf_filter._PdfStream::flush(), testing.tools.encode_pdf_filter._SinkPdfStream::getbuffer(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::write(), testing.tools.encode_pdf_filter._PdfStream::write(), and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().
std::array<uint64_t, 8> CRYPT_sha2_context::state |
Definition at line 26 of file fx_crypt_sha.h.
uint64_t CRYPT_sha2_context::total_bytes |
Definition at line 25 of file fx_crypt_sha.h.
Referenced by CRYPT_SHA256Finish(), CRYPT_SHA256Start(), CRYPT_SHA256Update(), CRYPT_SHA384Finish(), CRYPT_SHA384Start(), CRYPT_SHA384Update(), CRYPT_SHA512Finish(), and CRYPT_SHA512Start().