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
CRYPT_sha1_context Struct Reference

#include <fx_crypt_sha.h>

+ Collaboration diagram for CRYPT_sha1_context:

Public Attributes

uint64_t total_bytes
 
uint32_t blkused
 
std::array< uint32_t, 5 > h
 
std::array< uint8_t, 64 > block
 

Detailed Description

Definition at line 17 of file fx_crypt_sha.h.

Member Data Documentation

◆ blkused

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().

◆ block

std::array<uint8_t, 64> CRYPT_sha1_context::block

Definition at line 21 of file fx_crypt_sha.h.

◆ h

std::array<uint32_t, 5> CRYPT_sha1_context::h

Definition at line 20 of file fx_crypt_sha.h.

◆ total_bytes

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().


The documentation for this struct was generated from the following file: