hc
2024-08-15 77e89012189e2b1c68eace320794579f45b94136
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// /** @file
// Provides hash service using TPM2 device
//
// This library uses TPM2 device to calculate hash. Platform can use PcdTpm2HashMask to
// mask some hash calculation.
//
// Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
//
// SPDX-License-Identifier: BSD-2-Clause-Patent
//
// **/
 
 
#string STR_MODULE_ABSTRACT             #language en-US "Provides hash service using TPM2 device"
 
#string STR_MODULE_DESCRIPTION          #language en-US "This library uses TPM2 device to calculate hash. Platform can use  PcdTpm2HashMask to mask some hash calculation."