Home
last modified time | relevance | path

Searched refs:BiosSupportedHashMask (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/
DHashLibBaseCryptoRouterDxe.c207 UINT32 BiosSupportedHashMask; in RegisterHashInterfaceLib() local
221 BiosSupportedHashMask = PcdGet32 (PcdTcg2HashAlgorithmBitmap); in RegisterHashInterfaceLib()
222 Status = PcdSet32S (PcdTcg2HashAlgorithmBitmap, BiosSupportedHashMask | HashMask); in RegisterHashInterfaceLib()
DHashLibBaseCryptoRouterPei.c260 UINT32 BiosSupportedHashMask; in RegisterHashInterfaceLib() local
283 BiosSupportedHashMask = PcdGet32 (PcdTcg2HashAlgorithmBitmap); in RegisterHashInterfaceLib()
284 Status = PcdSet32S (PcdTcg2HashAlgorithmBitmap, BiosSupportedHashMask | HashMask); in RegisterHashInterfaceLib()