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.h>

+ Collaboration diagram for CRYPT_sha1_context:

Public Attributes

uint64_t total_bytes
 
uint32_t blkused
 
uint32_t h [5]
 
uint8_t block [64]
 

Detailed Description

Definition at line 40 of file fx_crypt.h.

Member Data Documentation

◆ blkused

uint32_t CRYPT_sha1_context::blkused

Definition at line 42 of file fx_crypt.h.

Referenced by CRYPT_SHA1Finish(), CRYPT_SHA1Start(), and CRYPT_SHA1Update().

◆ block

uint8_t CRYPT_sha1_context::block[64]

Definition at line 44 of file fx_crypt.h.

Referenced by CRYPT_SHA1Update().

◆ h

uint32_t CRYPT_sha1_context::h[5]

Definition at line 43 of file fx_crypt.h.

Referenced by CRYPT_SHA1Finish(), CRYPT_SHA1Start(), and CRYPT_SHA1Update().

◆ total_bytes

uint64_t CRYPT_sha1_context::total_bytes

Definition at line 41 of file fx_crypt.h.

Referenced by CRYPT_SHA1Finish(), CRYPT_SHA1Start(), and CRYPT_SHA1Update().


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