ReactOS 0.4.15-dev-7918-g2a2556c
MD4_CTX Struct Reference

#include <md4.h>

Public Attributes

unsigned int buf [4]
 
unsigned int i [2]
 
unsigned char in [64]
 
unsigned char digest [16]
 

Detailed Description

Definition at line 81 of file util.c.

Member Data Documentation

◆ buf

unsigned int MD4_CTX::buf

Definition at line 83 of file util.c.

◆ digest

unsigned char MD4_CTX::digest

Definition at line 86 of file util.c.

Referenced by KsecGatherEntropyData().

◆ i

unsigned int MD4_CTX::i

Definition at line 84 of file util.c.

◆ in

unsigned char MD4_CTX::in

Definition at line 85 of file util.c.


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