MD2 context structure.
More...
#include <md2.h>
MD2 context structure.
Definition at line 37 of file md2.h.
unsigned char md2_context::buffer[16] |
data block being processed
Definition at line 41 of file md2.h.
unsigned char md2_context::cksum[16] |
checksum of the data block
Definition at line 39 of file md2.h.
unsigned char md2_context::ipad[16] |
HMAC: inner padding
Definition at line 43 of file md2.h.
amount of data in buffer
Definition at line 45 of file md2.h.
unsigned char md2_context::opad[16] |
HMAC: outer padding
Definition at line 44 of file md2.h.
unsigned char md2_context::state[48] |
intermediate digest state
Definition at line 40 of file md2.h.
The documentation for this struct was generated from the following file: