Skip to content

Commit

Permalink
Added personal changes to shrink the size of the crypto module
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlautner committed Oct 27, 2023
1 parent e77aa3b commit 661dd13
Show file tree
Hide file tree
Showing 62 changed files with 2,357 additions and 75,872 deletions.
6 changes: 3 additions & 3 deletions CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
Hash/CryptSha1.c
Hash/CryptSha256.c
Hash/CryptSha512.c
Hash/CryptSm3.c
Hash/CryptSm3Null.c ## Temp change
Hash/CryptSha3.c
Hash/CryptXkcp.c
Hash/CryptCShake256.c
Hash/CryptParallelHash.c
Hash/CryptDispatchApDxe.c
Hmac/CryptHmac.c
Kdf/CryptHkdf.c
Cipher/CryptAes.c
Cipher/CryptAesNull.c ## Temp change
Cipher/CryptAeadAesGcm.c
Pk/CryptRsaBasic.c
Pk/CryptRsaExt.c
Expand All @@ -52,7 +52,7 @@
Pk/CryptPkcs7VerifyCommon.c
Pk/CryptPkcs7VerifyBase.c
Pk/CryptPkcs7VerifyEku.c
Pk/CryptDh.c
Pk/CryptDhNull.c
Pk/CryptX509.c
Pk/CryptAuthenticode.c
Pk/CryptTs.c
Expand Down
2 changes: 1 addition & 1 deletion CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
Hash/CryptMd5Null.c ## MS_CHANGE_162948 MSChange - Remove support for deprecated crypto.
Hash/CryptSha1.c
Hash/CryptSha256.c
Hash/CryptSm3.c
Hash/CryptSm3Null.c
Hash/CryptSha512.c
Hash/CryptSha3.c
Hash/CryptXkcp.c
Expand Down
2 changes: 1 addition & 1 deletion CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Hash/CryptMd5Null.c ## MS_CHANGE_162948 - MSChange - Remove support for deprecated crypto.
Hash/CryptSha1.c
Hash/CryptSha256.c
Hash/CryptSm3.c
Hash/CryptSm3Null.c
Hash/CryptSha512.c
Hash/CryptSha3.c
Hash/CryptXkcp.c
Expand Down
Loading

0 comments on commit 661dd13

Please sign in to comment.