Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
- Timestamp:
- Aug 12, 2020 4:09:12 PM (4 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 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-133213 /vendor/edk2/current 103735-103757,103769-103776,129194-139864
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
r80721 r85718 7 7 # buffer overflow or integer overflow. 8 8 # 9 # Copyright (c) 2009 - 2019, Intel Corporation. All rights reserved.<BR> 9 # Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR> 10 # Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR> 10 11 # SPDX-License-Identifier: BSD-2-Clause-Patent 11 12 # … … 24 25 # The following information is for reference only and not required by the build tools. 25 26 # 26 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 27 # VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 27 28 # 28 29 29 30 [Sources] 30 31 InternalCryptLib.h 31 Hash/CryptMd4.c32 32 Hash/CryptMd5.c 33 33 Hash/CryptSha1.c … … 35 35 Hash/CryptSha512.c 36 36 Hash/CryptSm3.c 37 Hmac/CryptHmacMd5.c38 Hmac/CryptHmacSha1.c39 37 Hmac/CryptHmacSha256.c 40 38 Kdf/CryptHkdf.c 41 39 Cipher/CryptAes.c 42 Cipher/CryptTdes.c43 Cipher/CryptArc4.c44 40 Pk/CryptRsaBasic.c 45 41 Pk/CryptRsaExt.c … … 59 55 SysCall/TimerWrapper.c 60 56 SysCall/BaseMemAllocation.c 57 SysCall/inet_pton.c 61 58 62 59 [Sources.Ia32] … … 70 67 71 68 [Sources.AARCH64] 69 Rand/CryptRand.c 70 71 [Sources.RISCV64] 72 72 Rand/CryptRand.c 73 73 … … 102 102 GCC:*_CLANG35_*_CC_FLAGS = -std=c99 103 103 GCC:*_CLANG38_*_CC_FLAGS = -std=c99 104 GCC:*_CLANGPDB_*_CC_FLAGS = -std=c99 -Wno-error=incompatible-pointer-types 104 105 105 106 XCODE:*_*_*_CC_FLAGS = -std=c99
Note:
See TracChangeset
for help on using the changeset viewer.