| 
    CryptoPkg[all]
    0.98
    
   | 
 
This PCD indicates the HASH algorithm to calculate hash of data
 Based on the value set, the required algorithm is chosen to calculate
 the hash of data.
 The default hashing algorithm for BaseHashApiLib is set to SHA256.
 0x00000001 - HASH_ALG_SHA1.
 0x00000002 - HASH_ALG_SHA256.
 0x00000004 - HASH_ALG_SHA384.
 0x00000008 - HASH_ALG_SHA512.
 0x00000010 - HASH_ALG_SM3_256.
  Set policy for hashing unsigned image for Secure Boot.
  0x80000001 | 0x00000001, 0x00000002, 0x00000004, 0x00000008, 0x00000010
| Name | Token Space | Token number | Data Type | Default Value | 
| PcdHashApiLibPolicy | gEfiCryptoPkgTokenSpaceGuid | 0x00000001 | UINT32 | 0x00000002 |