iPXE
Data Fields
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. More...
 
union md5_block data
 Accumulated data. More...
 

Detailed Description

MD5 digest and data block.

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

Definition at line 41 of file md5.h.

Field Documentation

◆ digest

struct md5_digest md5_digest_data::digest

Digest of data already processed.

Definition at line 43 of file md5.h.

Referenced by md5_digest(), md5_final(), and md5_init().

◆ data

union md5_block md5_digest_data::data

Accumulated data.

Definition at line 45 of file md5.h.

Referenced by md5_digest(), md5_final(), and md5_update().


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