]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/CryptoPkg.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / CryptoPkg.uni
index beb0036ef583f814429b048b711304979625f195..28459fcafe5d13ca33c182634f2d672255512c0d 100644 (file)
@@ -4,7 +4,7 @@
 // This Package provides cryptographic-related libraries for UEFI security modules.\r
 // It also provides a test application to test libraries.\r
 //\r
-// Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // SPDX-License-Identifier: BSD-2-Clause-Patent\r
 //\r
 \r
 #string STR_PACKAGE_DESCRIPTION         #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_PROMPT  #language en-US "HASH algorithm to calculate hash"\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_HELP  #language en-US "This PCD indicates the HASH algorithm to calculate hash of data.<BR><BR>\n"\r
+                                                                                        "Based on the value set, the required algorithm is chosen to calculate\n"\r
+                                                                                        "the hash of data.<BR>\n"\r
+                                                                                        "The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\n"\r
+                                                                                        "0x00000001  -  HASH_ALG_SHA1.<BR>\n"\r
+                                                                                        "0x00000002  -  HASH_ALG_SHA256.<BR>\n"\r
+                                                                                        "0x00000004  -  HASH_ALG_SHA384.<BR>\n"\r
+                                                                                        "0x00000008  -  HASH_ALG_SHA512.<BR>\n"\r
+                                                                                        "0x00000010  -  HASH_ALG_SM3.<BR>"\r
 \r
+#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_PROMPT  #language en-US "Enable/Disable EDK II Crypto Protocol/PPI services"\r
+\r
+#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."\r