iPXE
md5_sha1_block Union Reference

An MD5+SHA1 data block. More...

#include <md5_sha1.h>

Data Fields

uint8_t md5 [MD5_BLOCK_SIZE]
 MD5 data block.
uint8_t sha1 [SHA1_BLOCK_SIZE]
 SHA-1 data block.

Detailed Description

An MD5+SHA1 data block.

Definition at line 41 of file md5_sha1.h.

Field Documentation

◆ md5

uint8_t md5_sha1_block::md5[MD5_BLOCK_SIZE]

MD5 data block.

Definition at line 43 of file md5_sha1.h.

◆ sha1

uint8_t md5_sha1_block::sha1[SHA1_BLOCK_SIZE]

SHA-1 data block.

Definition at line 45 of file md5_sha1.h.


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