TianoCore EDK2 master
|
#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 |
This protocol describes hashing functions for which the algorithm-required message padding and finalization are performed by the supporting driver.
EFI_HASH2_GET_HASH_SIZE _EFI_HASH2_PROTOCOL::GetHashSize |
EFI_HASH2_HASH _EFI_HASH2_PROTOCOL::Hash |
EFI_HASH2_HASH_FINAL _EFI_HASH2_PROTOCOL::HashFinal |
EFI_HASH2_HASH_INIT _EFI_HASH2_PROTOCOL::HashInit |
EFI_HASH2_HASH_UPDATE _EFI_HASH2_PROTOCOL::HashUpdate |