iPXE
Data Fields
md4_digest_data Struct Reference

MD4 digest and data block. More...

#include <md4.h>

Data Fields

struct md4_digest digest
 Digest of data already processed. More...
 
union md4_block data
 Accumulated data. More...
 

Detailed Description

MD4 digest and data block.

The order of fields within this structure is designed to minimise code size.

Definition at line 41 of file md4.h.

Field Documentation

◆ digest

struct md4_digest md4_digest_data::digest

Digest of data already processed.

Definition at line 43 of file md4.h.

Referenced by md4_digest(), md4_final(), and md4_init().

◆ data

union md4_block md4_digest_data::data

Accumulated data.

Definition at line 45 of file md4.h.

Referenced by md4_digest(), md4_final(), and md4_update().


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