![]() |
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 |
uint32_t | blkused |
std::array< uint32_t, 5 > | h |
std::array< uint8_t, 64 > | block |
Definition at line 17 of file fx_crypt_sha.h.
uint32_t CRYPT_sha1_context::blkused |
Definition at line 19 of file fx_crypt_sha.h.
Referenced by CRYPT_SHA1Finish(), CRYPT_SHA1Start(), and CRYPT_SHA1Update().
std::array<uint8_t, 64> CRYPT_sha1_context::block |
Definition at line 21 of file fx_crypt_sha.h.
std::array<uint32_t, 5> CRYPT_sha1_context::h |
Definition at line 20 of file fx_crypt_sha.h.
uint64_t CRYPT_sha1_context::total_bytes |
Definition at line 18 of file fx_crypt_sha.h.
Referenced by CRYPT_SHA1Finish(), CRYPT_SHA1Start(), and CRYPT_SHA1Update().