Audacious  $Id:Doxyfile42802007-03-2104:39:00Znenolod$
Public Attributes
aud_md5state_t Struct Reference

State context structure for MD5 hash calculation. More...

#include <md5.h>

List of all members.

Public Attributes

guint32 bits [2]
 Message length in bits, lsw first.
guint32 buf [4]
 Message digest buffer.
guint8 in [64]
 Data accumulation block.

Detailed Description

State context structure for MD5 hash calculation.

Definition at line 13 of file md5.h.


Member Data Documentation

Message length in bits, lsw first.

Definition at line 14 of file md5.h.

Referenced by aud_md5_append(), aud_md5_finish(), and aud_md5_init().

guint32 aud_md5state_t::buf[4]

Message digest buffer.

Definition at line 15 of file md5.h.

Referenced by aud_md5_append(), aud_md5_finish(), and aud_md5_init().

guint8 aud_md5state_t::in[64]

Data accumulation block.

Definition at line 16 of file md5.h.

Referenced by aud_md5_append(), and aud_md5_finish().


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