]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/CryptoPkg.uni
CryptoPkg/BaseHashApiLib: Implement Unified Hash Calculation API
[mirror_edk2.git] / CryptoPkg / CryptoPkg.uni
index beb0036ef583f814429b048b711304979625f195..0dae4c40454c9527cb61b704486e89ecbfdcd5a2 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
 \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  -  MD4.<BR>\n"\r
+                                                                                        "0x00000002  -  MD5.<BR>\n"\r
+                                                                                        "0x00000003  -  SHA1.<BR>\n"\r
+                                                                                        "0x00000004  -  SHA256.<BR>\n"\r
+                                                                                        "0x00000005  -  SHA384.<BR>\n"\r
+                                                                                        "0x00000006  -  SHA512.<BR>\n"\r
+                                                                                        "0x00000007  -  SM3.<BR>"\r
+\r
+\r
+\r