Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
md5_state_s Struct Reference

Define the state of the MD5 Algorithm. More...

#include <md5.h>

Public Attributes

md5_word_t count [2]
 
md5_word_t abcd [4]
 
md5_byte_t buf [64]
 

Detailed Description

Define the state of the MD5 Algorithm.

Definition at line 76 of file md5.h.

Member Data Documentation

◆ abcd

md5_word_t md5_state_s::abcd[4]

Definition at line 78 of file md5.h.

Referenced by md5_finish(), md5_init(), and md5_process().

◆ buf

md5_byte_t md5_state_s::buf[64]

Definition at line 79 of file md5.h.

Referenced by md5_append().

◆ count

md5_word_t md5_state_s::count[2]

Definition at line 77 of file md5.h.

Referenced by md5_append(), md5_finish(), and md5_init().


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