Asterisk - The Open Source Telephony Project GIT-master-754dea3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
Data Fields
MD5Context Struct Reference

#include <md5.h>

Data Fields

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

Detailed Description

Definition at line 30 of file md5.h.

Field Documentation

◆ bits

uint32_t bits[2]

Definition at line 32 of file md5.h.

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

◆ buf

uint32_t buf[4]

Definition at line 31 of file md5.h.

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

◆ in

unsigned char in[64]

Align because we cast this buffer to uint32s

Definition at line 34 of file md5.h.

Referenced by MD5Final(), and MD5Update().


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