iPXE
md5_digest_data Struct Reference

MD5 digest and data block. More...

#include <md5.h>

Data Fields

struct md5_digest digest
 Digest of data already processed.
union md5_block data
 Accumulated data.

Detailed Description

MD5 digest and data block.

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

Definition at line 43 of file md5.h.

Field Documentation

◆ digest

struct md5_digest md5_digest_data::digest

Digest of data already processed.

Definition at line 45 of file md5.h.

Referenced by md5_compress().

◆ data

union md5_block md5_digest_data::data

Accumulated data.

Definition at line 47 of file md5.h.


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