Changeset 89983 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto
- Timestamp:
- Jul 1, 2021 8:17:41 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145450
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-139864 /vendor/edk2/current 103735-103757,103769-103776,129194-145445
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c
r85718 r89983 121 121 122 122 EFI_HASH_INFO mHashInfo[] = { 123 {&gEfiHashAlgorithmMD5Guid, sizeof(EFI_MD5_HASH2), Md5GetContextSize, Md5Init, Md5Update, Md5Final },124 {&gEfiHashAlgorithmSha1Guid, sizeof(EFI_SHA1_HASH2), Sha1GetContextSize, Sha1Init, Sha1Update, Sha1Final },125 123 {&gEfiHashAlgorithmSha256Guid, sizeof(EFI_SHA256_HASH2), Sha256GetContextSize, Sha256Init, Sha256Update, Sha256Final }, 126 124 {&gEfiHashAlgorithmSha384Guid, sizeof(EFI_SHA384_HASH2), Sha384GetContextSize, Sha384Init, Sha384Update, Sha384Final }, -
trunk/src/VBox/Devices/EFI/FirmwareNew/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
r85718 r89983 5 5 # 6 6 # (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR> 7 # Copyright (c) 2015 - 20 18, Intel Corporation. All rights reserved.<BR>7 # Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR> 8 8 # SPDX-License-Identifier: BSD-2-Clause-Patent 9 9 # … … 45 45 46 46 [Guids] 47 gEfiHashAlgorithmMD5Guid ## CONSUMES ## GUID48 gEfiHashAlgorithmSha1Guid ## CONSUMES ## GUID49 47 gEfiHashAlgorithmSha256Guid ## CONSUMES ## GUID 50 48 gEfiHashAlgorithmSha384Guid ## CONSUMES ## GUID
Note:
See TracChangeset
for help on using the changeset viewer.