Audacious
$Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
State context structure for MD5 hash calculation. More...
#include <md5.h>
Public Attributes | |
guint32 | bits [2] |
Message length in bits, lsw first. | |
guint32 | buf [4] |
Message digest buffer. | |
guint8 | in [64] |
Data accumulation block. |
guint32 aud_md5state_t::bits[2] |
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().