TianoCore EDK2 master
Loading...
Searching...
No Matches
HASH_TABLE Struct Reference

Data Fields

GUID Guid
 
UINT16 Len
 
UINT8 Data []
 
CHAR16 * Name
 Name for Hash Algorithm.
 
UINTN DigestLength
 Digest Length.
 
UINT8 * OidValue
 Hash Algorithm OID ASN.1 Value.
 
UINTN OidLength
 Length of Hash OID Value.
 
HASH_GET_CONTEXT_SIZE GetContextSize
 Pointer to Hash GetContentSize function.
 
HASH_INIT HashInit
 Pointer to Hash Init function.
 
HASH_UPDATE HashUpdate
 Pointer to Hash Update function.
 
HASH_FINAL HashFinal
 Pointer to Hash Final function.
 

Detailed Description

Definition at line 50 of file BlobVerifierSevHashes.c.

Field Documentation

◆ Data

UINT8 HASH_TABLE::Data[]

Definition at line 53 of file BlobVerifierSevHashes.c.

◆ DigestLength

UINTN HASH_TABLE::DigestLength

Digest Length.

Definition at line 171 of file DxeImageVerificationLib.h.

◆ GetContextSize

HASH_GET_CONTEXT_SIZE HASH_TABLE::GetContextSize

Pointer to Hash GetContentSize function.

Definition at line 183 of file DxeImageVerificationLib.h.

◆ Guid

GUID HASH_TABLE::Guid

Definition at line 51 of file BlobVerifierSevHashes.c.

◆ HashFinal

HASH_FINAL HASH_TABLE::HashFinal

Pointer to Hash Final function.

Definition at line 195 of file DxeImageVerificationLib.h.

◆ HashInit

HASH_INIT HASH_TABLE::HashInit

Pointer to Hash Init function.

Definition at line 187 of file DxeImageVerificationLib.h.

◆ HashUpdate

HASH_UPDATE HASH_TABLE::HashUpdate

Pointer to Hash Update function.

Definition at line 191 of file DxeImageVerificationLib.h.

◆ Len

UINT16 HASH_TABLE::Len

Definition at line 52 of file BlobVerifierSevHashes.c.

◆ Name

CHAR16 * HASH_TABLE::Name

Name for Hash Algorithm.

Definition at line 167 of file DxeImageVerificationLib.h.

◆ OidLength

UINTN HASH_TABLE::OidLength

Length of Hash OID Value.

Definition at line 179 of file DxeImageVerificationLib.h.

◆ OidValue

UINT8 * HASH_TABLE::OidValue

Hash Algorithm OID ASN.1 Value.

Definition at line 175 of file DxeImageVerificationLib.h.


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