Home
last modified time | relevance | path

Searched refs:HashAlgorithmMask (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Help.c205 IN UINT32 HashAlgorithmMask in IsHashAlgSupportedInHashAlgorithmMask() argument
210 if ((HashAlgorithmMask & HASH_ALG_SHA1) != 0) { in IsHashAlgSupportedInHashAlgorithmMask()
215 if ((HashAlgorithmMask & HASH_ALG_SHA256) != 0) { in IsHashAlgSupportedInHashAlgorithmMask()
220 if ((HashAlgorithmMask & HASH_ALG_SHA384) != 0) { in IsHashAlgSupportedInHashAlgorithmMask()
225 if ((HashAlgorithmMask & HASH_ALG_SHA512) != 0) { in IsHashAlgSupportedInHashAlgorithmMask()
230 if ((HashAlgorithmMask & HASH_ALG_SM3_256) != 0) { in IsHashAlgSupportedInHashAlgorithmMask()
253 IN UINT32 HashAlgorithmMask in CopyDigestListToBuffer() argument
265 …f (!IsHashAlgSupportedInHashAlgorithmMask(DigestList->digests[Index].hashAlg, HashAlgorithmMask)) { in CopyDigestListToBuffer()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h1035 IN UINT32 HashAlgorithmMask
1052 IN UINT32 HashAlgorithmMask
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
DTcg2Dxe.c914 IN UINT32 HashAlgorithmMask, in CopyDigestListBinToBuffer() argument
937 if (IsHashAlgSupportedInHashAlgorithmMask(HashAlg, HashAlgorithmMask)) { in CopyDigestListBinToBuffer()