Changeset 85718 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/CryptoPkg/CryptoPkg.uni
- 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/CryptoPkg.uni
r80721 r85718 5 5 // It also provides a test application to test libraries. 6 6 // 7 // Copyright (c) 2009 - 20 18, Intel Corporation. All rights reserved.<BR>7 // Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR> 8 8 // 9 9 // SPDX-License-Identifier: BSD-2-Clause-Patent … … 16 16 #string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules." 17 17 18 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_PROMPT #language en-US "HASH algorithm to calculate hash" 18 19 20 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_HELP #language en-US "This PCD indicates the HASH algorithm to calculate hash of data.<BR><BR>\n" 21 "Based on the value set, the required algorithm is chosen to calculate\n" 22 "the hash of data.<BR>\n" 23 "The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\n" 24 "0x00000001 - HASH_ALG_SHA1.<BR>\n" 25 "0x00000002 - HASH_ALG_SHA256.<BR>\n" 26 "0x00000004 - HASH_ALG_SHA384.<BR>\n" 27 "0x00000008 - HASH_ALG_SHA512.<BR>\n" 28 "0x00000010 - HASH_ALG_SM3.<BR>" 19 29 30 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_PROMPT #language en-US "Enable/Disable EDK II Crypto Protocol/PPI services" 31 32 #string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_HELP #language en-US "Enable/Disable the families and individual services produced by the EDK II Crypto Protocols/PPIs. The default is all services disabled. This Structured PCD is associated with PCD_CRYPTO_SERVICE_FAMILY_ENABLE structure that is defined in Include/Pcd/PcdCryptoServiceFamilyEnable.h."
Note:
See TracChangeset
for help on using the changeset viewer.