]> git.proxmox.com Git - mirror_edk2.git/blame - CryptoPkg/CryptoPkg.uni
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / CryptoPkg / CryptoPkg.uni
CommitLineData
3af42260
JJ
1// /** @file\r
2// Package for cryptography modules.\r
3//\r
4// This Package provides cryptographic-related libraries for UEFI security modules.\r
5// It also provides a test application to test libraries.\r
6//\r
3feea54e 7// Copyright (c) 2009 - 2020, Intel Corporation. All rights reserved.<BR>\r
3af42260 8//\r
2009f6b4 9// SPDX-License-Identifier: BSD-2-Clause-Patent\r
3af42260
JJ
10//\r
11// **/\r
12\r
13\r
14#string STR_PACKAGE_ABSTRACT #language en-US "Provides cryptographic-related libraries for UEFI security modules"\r
15\r
16#string STR_PACKAGE_DESCRIPTION #language en-US "This Package provides cryptographic-related libraries for UEFI security modules."\r
17\r
3feea54e
AS
18#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_PROMPT #language en-US "HASH algorithm to calculate hash"\r
19\r
20#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdHashApiLibPolicy_HELP #language en-US "This PCD indicates the HASH algorithm to calculate hash of data.<BR><BR>\n"\r
21 "Based on the value set, the required algorithm is chosen to calculate\n"\r
22 "the hash of data.<BR>\n"\r
23 "The default hashing algorithm for BaseHashApiLib is set to SHA256.<BR>\n"\r
c70bdf9d
AS
24 "0x00000001 - HASH_ALG_SHA1.<BR>\n"\r
25 "0x00000002 - HASH_ALG_SHA256.<BR>\n"\r
26 "0x00000004 - HASH_ALG_SHA384.<BR>\n"\r
27 "0x00000008 - HASH_ALG_SHA512.<BR>\n"\r
28 "0x00000010 - HASH_ALG_SM3.<BR>"\r
3feea54e 29\r
3b0e0430 30#string STR_gEfiCryptoPkgTokenSpaceGuid_PcdCryptoServiceFamilyEnable_PROMPT #language en-US "Enable/Disable EDK II Crypto Protocol/PPI services"\r
3feea54e 31\r
3b0e0430 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."\r