iPXE
Data Fields
md5_sha1_digest Struct Reference

An MD5+SHA1 digest. More...

#include <tls.h>

Data Fields

uint8_t md5 [MD5_DIGEST_SIZE]
 MD5 digest. More...
 
uint8_t sha1 [SHA1_DIGEST_SIZE]
 SHA-1 digest. More...
 

Detailed Description

An MD5+SHA1 digest.

Definition at line 304 of file tls.h.

Field Documentation

◆ md5

uint8_t md5_sha1_digest::md5[MD5_DIGEST_SIZE]

MD5 digest.

Definition at line 306 of file tls.h.

◆ sha1

uint8_t md5_sha1_digest::sha1[SHA1_DIGEST_SIZE]

SHA-1 digest.

Definition at line 308 of file tls.h.


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