![]() |
mbed TLS
Version 2.1.2
SSl/TLS Library for the Embedded Space
|
MD2 context structure. More...
Data Fields | |
unsigned char | cksum [16] |
unsigned char | state [48] |
unsigned char | buffer [16] |
size_t | left |
MD2 context structure.
unsigned char buffer[16] |
data block being processed
unsigned char cksum[16] |
checksum of the data block
size_t left |
amount of data in buffer
unsigned char state[48] |
intermediate digest state