summaryrefslogtreecommitdiff
path: root/SecurityPkg/Hash2DxeCrypto
AgeCommit message (Expand)AuthorFilesLines
2021-12-07SecurityPkg: Apply uncrustify changesMichael Kubacki3-119/+127
2021-12-07SecurityPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-1/+1
2020-11-17SecurityPkg/Hash2DxeCrypto: Remove SHA1 supportGao, Zhichao2-2/+0
2020-11-17SecurityPkg/Hash2DxeCrypto: Remove MD5 supportGao, Zhichao2-3/+1
2020-02-10SecurityPkg/Hash2DxeCrypto: Fix few typosAntoine Coeur3-4/+4
2019-10-23SecurityPkg: Fix spelling errorsSean Brogan2-5/+5
2019-04-09SecurityPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney6-41/+6
2018-06-29SecurityPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+1
2018-06-28SecurityPkg: Clean up source filesLiming Gao3-6/+6
2016-11-15SecurityPkg: Fix typos in commentsZhang, Chao B1-1/+1
2016-07-11SecurityPkg: Fix typos in commentsGiri P Mudusuru2-4/+4
2015-12-15SecurityPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-08-18Add restriction that HashFinal() must be after at least one HashUpdate().Yao, Jiewen2-1/+7
2015-08-17Add context check and init in BaseCrypto2Hash().Yao, Jiewen1-0/+19
2015-08-17Fix typo in BaseCrypto2HashInit() which causes sanity check incorrect.Yao, Jiewen1-1/+1
2015-06-29SecurityPkg: Add MD5 support to Hash2DxeCryptoJonathan Doman2-0/+4
2015-05-19Add comments for INF file to declare guid/protocol usage.Yao, Jiewen1-6/+6
2015-05-05Add UEFI2.5 HASH protocol implementation.Yao, Jiewen6-0/+1027