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

#include <MdePkg/Include/Protocol/Hash2.h>

Data Fields

EFI_HASH2_GET_HASH_SIZE GetHashSize
 
EFI_HASH2_HASH Hash
 
EFI_HASH2_HASH_INIT HashInit
 
EFI_HASH2_HASH_UPDATE HashUpdate
 
EFI_HASH2_HASH_FINAL HashFinal
 

Detailed Description

This protocol describes hashing functions for which the algorithm-required message padding and finalization are performed by the supporting driver.

Definition at line 185 of file Hash2.h.

Field Documentation

◆ GetHashSize

EFI_HASH2_GET_HASH_SIZE _EFI_HASH2_PROTOCOL::GetHashSize

Definition at line 186 of file Hash2.h.

◆ Hash

EFI_HASH2_HASH _EFI_HASH2_PROTOCOL::Hash

Definition at line 187 of file Hash2.h.

◆ HashFinal

EFI_HASH2_HASH_FINAL _EFI_HASH2_PROTOCOL::HashFinal

Definition at line 190 of file Hash2.h.

◆ HashInit

EFI_HASH2_HASH_INIT _EFI_HASH2_PROTOCOL::HashInit

Definition at line 188 of file Hash2.h.

◆ HashUpdate

EFI_HASH2_HASH_UPDATE _EFI_HASH2_PROTOCOL::HashUpdate

Definition at line 189 of file Hash2.h.


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