Gammu internals  1.38.0
MD5Context Struct Reference

Data Fields

uint32 buf [4]
 
uint32 bits [2]
 
unsigned char in [64]
 

Detailed Description

Definition at line 26 of file md5.c.

Field Documentation

§ bits

uint32 MD5Context::bits[2]

Definition at line 28 of file md5.c.

Referenced by MD5Final(), MD5Init(), and MD5Update().

§ buf

uint32 MD5Context::buf[4]

Definition at line 27 of file md5.c.

Referenced by MD5Final(), MD5Init(), and MD5Update().

§ in

unsigned char MD5Context::in[64]

Definition at line 29 of file md5.c.

Referenced by MD5Final(), and MD5Update().


The documentation for this struct was generated from the following file: