md2_context Struct Reference
#include <md2.h>
Detailed Description
MD2 context structure.
Definition at line 29 of file md2.h.
|
Data Fields |
unsigned char | buffer [16] |
unsigned char | cksum [16] |
unsigned char | ipad [64] |
int | left |
unsigned char | opad [64] |
unsigned char | state [48] |
Field Documentation
data block being processed
Definition at line 33 of file md2.h.
checksum of the data block
Definition at line 31 of file md2.h.
HMAC: inner padding
Definition at line 35 of file md2.h.
amount of data in buffer
Definition at line 37 of file md2.h.
HMAC: outer padding
Definition at line 36 of file md2.h.
intermediate digest state
Definition at line 32 of file md2.h.