Asterisk - The Open Source Telephony Project GIT-master-7e7a603
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 26 of file md5.h.

Field Documentation

◆ bits

uint32_t bits[2]

Definition at line 28 of file md5.h.

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

◆ buf

uint32_t buf[4]

Definition at line 27 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 30 of file md5.h.

Referenced by MD5Final(), and MD5Update().


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