md2_context Struct Reference

MD2 context structure. More...

#include <md2.h>


Data Fields

unsigned char cksum [16]
unsigned char state [48]
unsigned char buffer [16]
unsigned char ipad [64]
unsigned char opad [64]
int left


Detailed Description

MD2 context structure.

Definition at line 14 of file md2.h.


Field Documentation

unsigned char md2_context::cksum[16]

checksum of the data block

Definition at line 16 of file md2.h.

Referenced by md2_finish(), and md2_process().

unsigned char md2_context::state[48]

intermediate digest state

Definition at line 17 of file md2.h.

Referenced by md2_finish(), and md2_process().

unsigned char md2_context::buffer[16]

data block being processed

Definition at line 18 of file md2.h.

Referenced by md2_finish(), md2_process(), and md2_update().

unsigned char md2_context::ipad[64]

HMAC: inner padding

Definition at line 19 of file md2.h.

Referenced by md2_hmac_starts().

unsigned char md2_context::opad[64]

HMAC: outer padding

Definition at line 20 of file md2.h.

Referenced by md2_hmac_finish(), and md2_hmac_starts().

int md2_context::left

amount of data in buffer

Definition at line 21 of file md2.h.

Referenced by md2_finish(), and md2_update().


The documentation for this struct was generated from the following file:
Generated on Fri May 16 14:49:57 2008 for Mobile-C by  doxygen 1.5.4