FFmpeg
Data Fields
AVRIPEMD Struct Reference

hash context More...

Data Fields

  digest length in 32-bit words More...
 
uint64_t  count
  number of bytes in buffer More...
 
uint8_t  buffer [64]
  512-bit buffer of input values used in hash updating More...
 
uint32_t  state [10]
  current hash value More...
 
void(*  transform )(uint32_t *state, const uint8_t buffer[64])
  function used to update hash for 512-bit input block More...
 

Detailed Description

hash context

Definition at line 32 of file ripemd.c.

Field Documentation

uint8_t AVRIPEMD::digest_len

digest length in 32-bit words

Definition at line 33 of file ripemd.c.

Referenced by av_ripemd_final(), and av_ripemd_init().

uint64_t AVRIPEMD::count

number of bytes in buffer

Definition at line 34 of file ripemd.c.

Referenced by av_ripemd_final(), av_ripemd_init(), and av_ripemd_update().

uint8_t AVRIPEMD::buffer[64]

512-bit buffer of input values used in hash updating

Definition at line 35 of file ripemd.c.

Referenced by av_ripemd_update().

uint32_t AVRIPEMD::state[10]

current hash value

Definition at line 36 of file ripemd.c.

Referenced by av_ripemd_final(), av_ripemd_init(), and av_ripemd_update().

void(* AVRIPEMD::transform)(uint32_t *state, const uint8_t buffer[64])

function used to update hash for 512-bit input block

Definition at line 38 of file ripemd.c.

Referenced by av_ripemd_init(), and av_ripemd_update().


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

Generated on Wed Jun 10 2015 01:57:20 for FFmpeg by   doxygen 1.8.6

AltStyle によって変換されたページ (->オリジナル) /