iPXE
md5_sha1_context Struct Reference

An MD5+SHA1 context. More...

#include <md5_sha1.h>

Data Fields

uint8_t md5 [MD5_CTX_SIZE]
 MD5 context.
uint8_t sha1 [SHA1_CTX_SIZE]
 SHA-1 context.

Detailed Description

An MD5+SHA1 context.

Definition at line 19 of file md5_sha1.h.

Field Documentation

◆ md5

uint8_t md5_sha1_context::md5[MD5_CTX_SIZE]

MD5 context.

Definition at line 21 of file md5_sha1.h.

Referenced by md5_sha1_final(), md5_sha1_init(), and md5_sha1_update().

◆ sha1

uint8_t md5_sha1_context::sha1[SHA1_CTX_SIZE]

SHA-1 context.

Definition at line 23 of file md5_sha1.h.

Referenced by md5_sha1_final(), md5_sha1_init(), and md5_sha1_update().


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