Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 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 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
r58466 r77662 8 8 # 9 9 # Note: MD4 Digest functions, SHA-384 Digest functions, SHA-512 Digest functions, 10 # HMAC-MD5 functions, HMAC-SHA1 functions, AES/TDES/ARC4 functions, RSA external10 # HMAC-MD5 functions, HMAC-SHA1 functions, TDES/ARC4 functions, RSA external 11 11 # functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and 12 12 # authenticode signature verification functions are not supported in this instance. 13 13 # 14 # Copyright (c) 2010 - 201 4, Intel Corporation. All rights reserved.<BR>14 # Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR> 15 15 # This program and the accompanying materials 16 16 # are licensed and made available under the terms and conditions of the BSD License … … 47 47 Hmac/CryptHmacMd5Null.c 48 48 Hmac/CryptHmacSha1Null.c 49 Cipher/CryptAesNull.c 49 Hmac/CryptHmacSha256.c 50 Cipher/CryptAes.c 50 51 Cipher/CryptTdesNull.c 51 52 Cipher/CryptArc4Null.c 52 53 Pk/CryptRsaBasic.c 53 54 Pk/CryptRsaExtNull.c 55 Pk/CryptPkcs5Pbkdf2.c 54 56 Pk/CryptPkcs7SignNull.c 55 57 Pk/CryptPkcs7Verify.c … … 96 98 # 97 99 [BuildOptions] 100 # 101 # suppress the following warnings so we do not break the build with warnings-as-errors: 102 # C4090: 'function' : different 'const' qualifiers 103 # 104 MSFT:*_*_*_CC_FLAGS = /wd4090 105 98 106 GCC:*_GCC44_IA32_CC_FLAGS = "-D__cdecl=__attribute__((cdecl))" "-D__declspec(t)=__attribute__((t))" 99 107 XCODE:*_*_*_CC_FLAGS = -mmmx -msse
Note:
See TracChangeset
for help on using the changeset viewer.