TianoCore EDK2 master
|
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. | |
Definition at line 50 of file BlobVerifierSevHashes.c.
UINT8 HASH_TABLE::Data[] |
Definition at line 53 of file BlobVerifierSevHashes.c.
UINTN HASH_TABLE::DigestLength |
Digest Length.
Definition at line 171 of file DxeImageVerificationLib.h.
HASH_GET_CONTEXT_SIZE HASH_TABLE::GetContextSize |
Pointer to Hash GetContentSize function.
Definition at line 183 of file DxeImageVerificationLib.h.
GUID HASH_TABLE::Guid |
Definition at line 51 of file BlobVerifierSevHashes.c.
HASH_FINAL HASH_TABLE::HashFinal |
Pointer to Hash Final function.
Definition at line 195 of file DxeImageVerificationLib.h.
HASH_INIT HASH_TABLE::HashInit |
Pointer to Hash Init function.
Definition at line 187 of file DxeImageVerificationLib.h.
HASH_UPDATE HASH_TABLE::HashUpdate |
Pointer to Hash Update function.
Definition at line 191 of file DxeImageVerificationLib.h.
UINT16 HASH_TABLE::Len |
Definition at line 52 of file BlobVerifierSevHashes.c.
CHAR16 * HASH_TABLE::Name |
Name for Hash Algorithm.
Definition at line 167 of file DxeImageVerificationLib.h.
UINTN HASH_TABLE::OidLength |
Length of Hash OID Value.
Definition at line 179 of file DxeImageVerificationLib.h.
UINT8 * HASH_TABLE::OidValue |
Hash Algorithm OID ASN.1 Value.
Definition at line 175 of file DxeImageVerificationLib.h.