FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVSHA512 Struct Reference

hash context More...

Data Fields

uint8_t digest_len
 digest length in 64-bit words
 
uint64_t count
 number of bytes in buffer
 
uint8_t buffer [128]
 1024-bit buffer of input values used in hash updating
 
uint64_t state [8]
 current hash value
 

Detailed Description

hash context

Definition at line 34 of file sha512.c.

Field Documentation

uint8_t AVSHA512::digest_len

digest length in 64-bit words

Definition at line 35 of file sha512.c.

Referenced by av_sha512_final(), and av_sha512_init().

uint64_t AVSHA512::count

number of bytes in buffer

Definition at line 36 of file sha512.c.

Referenced by av_sha512_final(), av_sha512_init(), and av_sha512_update().

uint8_t AVSHA512::buffer[128]

1024-bit buffer of input values used in hash updating

Definition at line 37 of file sha512.c.

Referenced by av_sha512_update().

uint64_t AVSHA512::state[8]

current hash value

Definition at line 38 of file sha512.c.

Referenced by av_sha512_final(), av_sha512_init(), and av_sha512_update().


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