summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2017-04-27 11:00:41 +0800
committerGuo Mang <mang.guo@intel.com>2017-04-27 11:00:41 +0800
commit397ded1c0518d0a695758796cf1ff87036a6a04d (patch)
tree572bf030eb8ebe241181d421534074a78c08ae96
parentadeef88496e74b1a7014ea4008f28d82f43d9683 (diff)
downloadedk2-platforms-397ded1c0518d0a695758796cf1ff87036a6a04d.tar.xz
CryptoPkg: Move to new location
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
-rw-r--r--Core/CryptoPkg/.gitignore (renamed from CryptoPkg/.gitignore)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/AuthenticodeVerify.c (renamed from CryptoPkg/Application/Cryptest/AuthenticodeVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/BlockCipherVerify.c (renamed from CryptoPkg/Application/Cryptest/BlockCipherVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/Cryptest.c (renamed from CryptoPkg/Application/Cryptest/Cryptest.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/Cryptest.h (renamed from CryptoPkg/Application/Cryptest/Cryptest.h)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/Cryptest.inf (renamed from CryptoPkg/Application/Cryptest/Cryptest.inf)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/Cryptest.uni (renamed from CryptoPkg/Application/Cryptest/Cryptest.uni)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/CryptestExtra.uni (renamed from CryptoPkg/Application/Cryptest/CryptestExtra.uni)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/DhVerify.c (renamed from CryptoPkg/Application/Cryptest/DhVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/HashVerify.c (renamed from CryptoPkg/Application/Cryptest/HashVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/HmacVerify.c (renamed from CryptoPkg/Application/Cryptest/HmacVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c (renamed from CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/RandVerify.c (renamed from CryptoPkg/Application/Cryptest/RandVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/RsaVerify.c (renamed from CryptoPkg/Application/Cryptest/RsaVerify.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/RsaVerify2.c (renamed from CryptoPkg/Application/Cryptest/RsaVerify2.c)0
-rw-r--r--Core/CryptoPkg/Application/Cryptest/TSVerify.c (renamed from CryptoPkg/Application/Cryptest/TSVerify.c)0
-rw-r--r--Core/CryptoPkg/Contributions.txt (renamed from CryptoPkg/Contributions.txt)0
-rw-r--r--Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c (renamed from CryptoPkg/CryptRuntimeDxe/CryptRuntime.c)0
-rw-r--r--Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h (renamed from CryptoPkg/CryptRuntimeDxe/CryptRuntime.h)0
-rw-r--r--Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf (renamed from CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf)0
-rw-r--r--Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni (renamed from CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni)0
-rw-r--r--Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni (renamed from CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni)0
-rw-r--r--Core/CryptoPkg/CryptoPkg.dec (renamed from CryptoPkg/CryptoPkg.dec)0
-rw-r--r--Core/CryptoPkg/CryptoPkg.dsc (renamed from CryptoPkg/CryptoPkg.dsc)0
-rw-r--r--Core/CryptoPkg/CryptoPkg.uni (renamed from CryptoPkg/CryptoPkg.uni)0
-rw-r--r--Core/CryptoPkg/CryptoPkgExtra.uni (renamed from CryptoPkg/CryptoPkgExtra.uni)0
-rw-r--r--Core/CryptoPkg/Include/Library/BaseCryptLib.h (renamed from CryptoPkg/Include/Library/BaseCryptLib.h)0
-rw-r--r--Core/CryptoPkg/Include/Library/TlsLib.h (renamed from CryptoPkg/Include/Library/TlsLib.h)0
-rw-r--r--Core/CryptoPkg/Include/Protocol/RuntimeCrypt.h (renamed from CryptoPkg/Include/Protocol/RuntimeCrypt.h)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf (renamed from CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni (renamed from CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h (renamed from CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf (renamed from CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni (renamed from CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c (renamed from CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c (renamed from CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c (renamed from CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c (renamed from CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c (renamed from CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c (renamed from CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf (renamed from CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni (renamed from CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf (renamed from CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni (renamed from CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c (renamed from CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c (renamed from CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c (renamed from CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c (renamed from CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c (renamed from CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c)0
-rw-r--r--Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c (renamed from CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c)0
-rw-r--r--Core/CryptoPkg/Library/Include/CrtLibSupport.h (renamed from CryptoPkg/Library/Include/CrtLibSupport.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/assert.h (renamed from CryptoPkg/Library/Include/assert.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/ctype.h (renamed from CryptoPkg/Library/Include/ctype.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/errno.h (renamed from CryptoPkg/Library/Include/errno.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/internal/dso_conf.h (renamed from CryptoPkg/Library/Include/internal/dso_conf.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/limits.h (renamed from CryptoPkg/Library/Include/limits.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/memory.h (renamed from CryptoPkg/Library/Include/memory.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/openssl/opensslconf.h (renamed from CryptoPkg/Library/Include/openssl/opensslconf.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/stdarg.h (renamed from CryptoPkg/Library/Include/stdarg.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/stddef.h (renamed from CryptoPkg/Library/Include/stddef.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/stdio.h (renamed from CryptoPkg/Library/Include/stdio.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/stdlib.h (renamed from CryptoPkg/Library/Include/stdlib.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/string.h (renamed from CryptoPkg/Library/Include/string.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/strings.h (renamed from CryptoPkg/Library/Include/strings.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/sys/time.h (renamed from CryptoPkg/Library/Include/sys/time.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/sys/types.h (renamed from CryptoPkg/Library/Include/sys/types.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/syslog.h (renamed from CryptoPkg/Library/Include/syslog.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/time.h (renamed from CryptoPkg/Library/Include/time.h)0
-rw-r--r--Core/CryptoPkg/Library/Include/unistd.h (renamed from CryptoPkg/Library/Include/unistd.h)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni (renamed from CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/CopyMem.c (renamed from CryptoPkg/Library/IntrinsicLib/CopyMem.c)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm (renamed from CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf (renamed from CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c (renamed from CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt (renamed from CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/OpensslLib.inf (renamed from CryptoPkg/Library/OpensslLib/OpensslLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/OpensslLib.uni (renamed from CryptoPkg/Library/OpensslLib/OpensslLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf (renamed from CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni (renamed from CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/buildinf.h (renamed from CryptoPkg/Library/OpensslLib/buildinf.h)0
-rw-r--r--Core/CryptoPkg/Library/OpensslLib/process_files.pl (renamed from CryptoPkg/Library/OpensslLib/process_files.pl)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/InternalTlsLib.h (renamed from CryptoPkg/Library/TlsLib/InternalTlsLib.h)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/TlsConfig.c (renamed from CryptoPkg/Library/TlsLib/TlsConfig.c)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/TlsInit.c (renamed from CryptoPkg/Library/TlsLib/TlsInit.c)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/TlsLib.inf (renamed from CryptoPkg/Library/TlsLib/TlsLib.inf)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/TlsLib.uni (renamed from CryptoPkg/Library/TlsLib/TlsLib.uni)0
-rw-r--r--Core/CryptoPkg/Library/TlsLib/TlsProcess.c (renamed from CryptoPkg/Library/TlsLib/TlsProcess.c)0
-rw-r--r--Core/CryptoPkg/License.txt (renamed from CryptoPkg/License.txt)0
148 files changed, 0 insertions, 0 deletions
diff --git a/CryptoPkg/.gitignore b/Core/CryptoPkg/.gitignore
index 731c275ae1..731c275ae1 100644
--- a/CryptoPkg/.gitignore
+++ b/Core/CryptoPkg/.gitignore
diff --git a/CryptoPkg/Application/Cryptest/AuthenticodeVerify.c b/Core/CryptoPkg/Application/Cryptest/AuthenticodeVerify.c
index bc22aa0cde..bc22aa0cde 100644
--- a/CryptoPkg/Application/Cryptest/AuthenticodeVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/AuthenticodeVerify.c
diff --git a/CryptoPkg/Application/Cryptest/BlockCipherVerify.c b/Core/CryptoPkg/Application/Cryptest/BlockCipherVerify.c
index de8f6ecad4..de8f6ecad4 100644
--- a/CryptoPkg/Application/Cryptest/BlockCipherVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/BlockCipherVerify.c
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.c b/Core/CryptoPkg/Application/Cryptest/Cryptest.c
index 13b70732b9..13b70732b9 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.c
+++ b/Core/CryptoPkg/Application/Cryptest/Cryptest.c
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.h b/Core/CryptoPkg/Application/Cryptest/Cryptest.h
index 9e3e0fb8bf..9e3e0fb8bf 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.h
+++ b/Core/CryptoPkg/Application/Cryptest/Cryptest.h
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.inf b/Core/CryptoPkg/Application/Cryptest/Cryptest.inf
index b7f779c203..b7f779c203 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.inf
+++ b/Core/CryptoPkg/Application/Cryptest/Cryptest.inf
diff --git a/CryptoPkg/Application/Cryptest/Cryptest.uni b/Core/CryptoPkg/Application/Cryptest/Cryptest.uni
index 34f55498b3..34f55498b3 100644
--- a/CryptoPkg/Application/Cryptest/Cryptest.uni
+++ b/Core/CryptoPkg/Application/Cryptest/Cryptest.uni
diff --git a/CryptoPkg/Application/Cryptest/CryptestExtra.uni b/Core/CryptoPkg/Application/Cryptest/CryptestExtra.uni
index 530faa593c..530faa593c 100644
--- a/CryptoPkg/Application/Cryptest/CryptestExtra.uni
+++ b/Core/CryptoPkg/Application/Cryptest/CryptestExtra.uni
diff --git a/CryptoPkg/Application/Cryptest/DhVerify.c b/Core/CryptoPkg/Application/Cryptest/DhVerify.c
index 6384a8a697..6384a8a697 100644
--- a/CryptoPkg/Application/Cryptest/DhVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/DhVerify.c
diff --git a/CryptoPkg/Application/Cryptest/HashVerify.c b/Core/CryptoPkg/Application/Cryptest/HashVerify.c
index a35cad5b52..a35cad5b52 100644
--- a/CryptoPkg/Application/Cryptest/HashVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/HashVerify.c
diff --git a/CryptoPkg/Application/Cryptest/HmacVerify.c b/Core/CryptoPkg/Application/Cryptest/HmacVerify.c
index 9a91295bcf..9a91295bcf 100644
--- a/CryptoPkg/Application/Cryptest/HmacVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/HmacVerify.c
diff --git a/CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c b/Core/CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c
index 84652d382e..84652d382e 100644
--- a/CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c
+++ b/Core/CryptoPkg/Application/Cryptest/Pkcs5Pbkdf2Verify.c
diff --git a/CryptoPkg/Application/Cryptest/RandVerify.c b/Core/CryptoPkg/Application/Cryptest/RandVerify.c
index c9e7341c3a..c9e7341c3a 100644
--- a/CryptoPkg/Application/Cryptest/RandVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/RandVerify.c
diff --git a/CryptoPkg/Application/Cryptest/RsaVerify.c b/Core/CryptoPkg/Application/Cryptest/RsaVerify.c
index bbcad68b97..bbcad68b97 100644
--- a/CryptoPkg/Application/Cryptest/RsaVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/RsaVerify.c
diff --git a/CryptoPkg/Application/Cryptest/RsaVerify2.c b/Core/CryptoPkg/Application/Cryptest/RsaVerify2.c
index 98b5aad900..98b5aad900 100644
--- a/CryptoPkg/Application/Cryptest/RsaVerify2.c
+++ b/Core/CryptoPkg/Application/Cryptest/RsaVerify2.c
diff --git a/CryptoPkg/Application/Cryptest/TSVerify.c b/Core/CryptoPkg/Application/Cryptest/TSVerify.c
index 6df95b48ce..6df95b48ce 100644
--- a/CryptoPkg/Application/Cryptest/TSVerify.c
+++ b/Core/CryptoPkg/Application/Cryptest/TSVerify.c
diff --git a/CryptoPkg/Contributions.txt b/Core/CryptoPkg/Contributions.txt
index f87cbd73c6..f87cbd73c6 100644
--- a/CryptoPkg/Contributions.txt
+++ b/Core/CryptoPkg/Contributions.txt
diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c
index 47a92fec65..47a92fec65 100644
--- a/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c
+++ b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.c
diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h
index a7d21fd3ff..a7d21fd3ff 100644
--- a/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h
+++ b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntime.h
diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
index 23df499ad3..23df499ad3 100644
--- a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
+++ b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.inf
diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni
index 337cdf47b8..337cdf47b8 100644
--- a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni
+++ b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxe.uni
diff --git a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni
index 7fe3a61753..7fe3a61753 100644
--- a/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni
+++ b/Core/CryptoPkg/CryptRuntimeDxe/CryptRuntimeDxeExtra.uni
diff --git a/CryptoPkg/CryptoPkg.dec b/Core/CryptoPkg/CryptoPkg.dec
index b2fae6142a..b2fae6142a 100644
--- a/CryptoPkg/CryptoPkg.dec
+++ b/Core/CryptoPkg/CryptoPkg.dec
diff --git a/CryptoPkg/CryptoPkg.dsc b/Core/CryptoPkg/CryptoPkg.dsc
index 468e60b5b1..468e60b5b1 100644
--- a/CryptoPkg/CryptoPkg.dsc
+++ b/Core/CryptoPkg/CryptoPkg.dsc
diff --git a/CryptoPkg/CryptoPkg.uni b/Core/CryptoPkg/CryptoPkg.uni
index effb918cf4..effb918cf4 100644
--- a/CryptoPkg/CryptoPkg.uni
+++ b/Core/CryptoPkg/CryptoPkg.uni
diff --git a/CryptoPkg/CryptoPkgExtra.uni b/Core/CryptoPkg/CryptoPkgExtra.uni
index 71c4a65aa4..71c4a65aa4 100644
--- a/CryptoPkg/CryptoPkgExtra.uni
+++ b/Core/CryptoPkg/CryptoPkgExtra.uni
diff --git a/CryptoPkg/Include/Library/BaseCryptLib.h b/Core/CryptoPkg/Include/Library/BaseCryptLib.h
index 9f0f202668..9f0f202668 100644
--- a/CryptoPkg/Include/Library/BaseCryptLib.h
+++ b/Core/CryptoPkg/Include/Library/BaseCryptLib.h
diff --git a/CryptoPkg/Include/Library/TlsLib.h b/Core/CryptoPkg/Include/Library/TlsLib.h
index fa6cb99d78..fa6cb99d78 100644
--- a/CryptoPkg/Include/Library/TlsLib.h
+++ b/Core/CryptoPkg/Include/Library/TlsLib.h
diff --git a/CryptoPkg/Include/Protocol/RuntimeCrypt.h b/Core/CryptoPkg/Include/Protocol/RuntimeCrypt.h
index 35fd43cd75..35fd43cd75 100644
--- a/CryptoPkg/Include/Protocol/RuntimeCrypt.h
+++ b/Core/CryptoPkg/Include/Protocol/RuntimeCrypt.h
diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf b/Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
index bb91f899ff..bb91f899ff 100644
--- a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
+++ b/Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf
diff --git a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni b/Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni
index 00609947e5..00609947e5 100644
--- a/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni
+++ b/Core/CryptoPkg/Library/BaseCryptLib/BaseCryptLib.uni
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c
index 753d79814f..753d79814f 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAes.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c
index 074b07247b..074b07247b 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptAesNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c
index f3c4d31a2d..f3c4d31a2d 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c
index 1275e20f89..1275e20f89 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptArc4Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c
index 8025a49cc8..8025a49cc8 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdes.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c
index cec33b6275..cec33b6275 100644
--- a/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Cipher/CryptTdesNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c
index fb7dd48753..fb7dd48753 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c
index 01b3f23da7..01b3f23da7 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
index ccf6ad0017..ccf6ad0017 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
index 42cfd08a28..42cfd08a28 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
index 06ecb2e980..06ecb2e980 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c
index 3ce372a066..3ce372a066 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c
index 8cd754f358..8cd754f358 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hash/CryptSha512Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c
index ff7b8e5466..ff7b8e5466 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c
index bfe68ab916..bfe68ab916 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacMd5Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c
index 09c5867d53..09c5867d53 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c
index 466c4885c3..466c4885c3 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha1Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c
index d6b3ae4883..d6b3ae4883 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c
index 1696fa1eb9..1696fa1eb9 100644
--- a/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Hmac/CryptHmacSha256Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h b/Core/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h
index 8cccf72567..8cccf72567 100644
--- a/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h
+++ b/Core/CryptoPkg/Library/BaseCryptLib/InternalCryptLib.h
diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf b/Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
index f1f709ef6d..f1f709ef6d 100644
--- a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
+++ b/Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.inf
diff --git a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni b/Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni
index 41fdbbd2cd..41fdbbd2cd 100644
--- a/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni
+++ b/Core/CryptoPkg/Library/BaseCryptLib/PeiCryptLib.uni
diff --git a/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c b/Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c
index 51e648b736..51e648b736 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPem.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c
index 8c9e4f0bb5..8c9e4f0bb5 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pem/CryptPemNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c
index 74e50a2e86..74e50a2e86 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticode.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c
index afec025dfa..afec025dfa 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptAuthenticodeNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
index f44684f907..f44684f907 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c
index 35045db3c8..35045db3c8 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptDhNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c
index 78c3a34f52..78c3a34f52 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c
index 54d2637d6c..54d2637d6c 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs5Pbkdf2Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c
index d3b1a907aa..d3b1a907aa 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Sign.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c
index 539bb6b7d5..539bb6b7d5 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7SignNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
index bf24e92127..bf24e92127 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c
index 06602ec535..06602ec535 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
index ba1bcf0f0b..ba1bcf0f0b 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
index ca32b1ecc3..ca32b1ecc3 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c
index e44cdde44f..e44cdde44f 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExtNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c
index d63c23df09..d63c23df09 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c
index a43f733c86..a43f733c86 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptTsNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c
index 7d275977c5..7d275977c5 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c
index 51aa0633a8..51aa0633a8 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Pk/CryptX509Null.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c
index fd3c6d4adb..fd3c6d4adb 100644
--- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c
index 3db5157a37..3db5157a37 100644
--- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c
index c292a2301e..c292a2301e 100644
--- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandNull.c
diff --git a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
index 15f0b3feca..15f0b3feca 100644
--- a/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c
diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf b/Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
index 05cd31674f..05cd31674f 100644
--- a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
+++ b/Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf
diff --git a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni b/Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni
index 593faa7b06..593faa7b06 100644
--- a/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni
+++ b/Core/CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.uni
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
index 5674714cea..5674714cea 100644
--- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni b/Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni
index 9b2df98582..9b2df98582 100644
--- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.uni
diff --git a/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c
index f390e0d449..f390e0d449 100644
--- a/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/BaseMemAllocation.c
diff --git a/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c
index 0cd90434ca..0cd90434ca 100644
--- a/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/ConstantTimeClock.c
diff --git a/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
index 20c96563d2..20c96563d2 100644
--- a/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/CrtWrapper.c
diff --git a/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c
index 463f2bf855..463f2bf855 100644
--- a/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/RuntimeMemAllocation.c
diff --git a/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
index 581b8fb028..581b8fb028 100644
--- a/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
+++ b/Core/CryptoPkg/Library/BaseCryptLib/SysCall/TimerWrapper.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
index 1e840a5d1e..1e840a5d1e 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.inf
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni
index 533fffa8c3..533fffa8c3 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/BaseCryptLibRuntimeCryptProtocol.uni
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c
index 074b07247b..074b07247b 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptAesNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c
index 1275e20f89..1275e20f89 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptArc4Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c
index cec33b6275..cec33b6275 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/CryptTdesNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c
index fc634fd163..fc634fd163 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd4Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c
index b9283d1746..b9283d1746 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptMd5Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c
index 7054365e80..7054365e80 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hash/CryptSha1Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c
index b4bdde0433..b4bdde0433 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacMd5Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c
index b31d0d1402..b31d0d1402 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Hmac/CryptHmacSha1Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h
index 24c767ced6..24c767ced6 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/InternalCryptLib.h
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c
index 8c9e4f0bb5..8c9e4f0bb5 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pem/CryptPemNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c
index afec025dfa..afec025dfa 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptAuthenticodeNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c
index 35045db3c8..35045db3c8 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptDhNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c
index 539bb6b7d5..539bb6b7d5 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7SignNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c
index 06602ec535..06602ec535 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c
index e44cdde44f..e44cdde44f 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptRsaExtNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c
index f5d9aa1076..f5d9aa1076 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptX509Null.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c
index c292a2301e..c292a2301e 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Rand/CryptRandNull.c
diff --git a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c
index 9babc7e952..9babc7e952 100644
--- a/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c
+++ b/Core/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/RuntimeDxeIpfCryptLib.c
diff --git a/CryptoPkg/Library/Include/CrtLibSupport.h b/Core/CryptoPkg/Library/Include/CrtLibSupport.h
index 7f1ec12302..7f1ec12302 100644
--- a/CryptoPkg/Library/Include/CrtLibSupport.h
+++ b/Core/CryptoPkg/Library/Include/CrtLibSupport.h
diff --git a/CryptoPkg/Library/Include/assert.h b/Core/CryptoPkg/Library/Include/assert.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/assert.h
+++ b/Core/CryptoPkg/Library/Include/assert.h
diff --git a/CryptoPkg/Library/Include/ctype.h b/Core/CryptoPkg/Library/Include/ctype.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/ctype.h
+++ b/Core/CryptoPkg/Library/Include/ctype.h
diff --git a/CryptoPkg/Library/Include/errno.h b/Core/CryptoPkg/Library/Include/errno.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/errno.h
+++ b/Core/CryptoPkg/Library/Include/errno.h
diff --git a/CryptoPkg/Library/Include/internal/dso_conf.h b/Core/CryptoPkg/Library/Include/internal/dso_conf.h
index e69de29bb2..e69de29bb2 100644
--- a/CryptoPkg/Library/Include/internal/dso_conf.h
+++ b/Core/CryptoPkg/Library/Include/internal/dso_conf.h
diff --git a/CryptoPkg/Library/Include/limits.h b/Core/CryptoPkg/Library/Include/limits.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/limits.h
+++ b/Core/CryptoPkg/Library/Include/limits.h
diff --git a/CryptoPkg/Library/Include/memory.h b/Core/CryptoPkg/Library/Include/memory.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/memory.h
+++ b/Core/CryptoPkg/Library/Include/memory.h
diff --git a/CryptoPkg/Library/Include/openssl/opensslconf.h b/Core/CryptoPkg/Library/Include/openssl/opensslconf.h
index 1917d7ab24..1917d7ab24 100644
--- a/CryptoPkg/Library/Include/openssl/opensslconf.h
+++ b/Core/CryptoPkg/Library/Include/openssl/opensslconf.h
diff --git a/CryptoPkg/Library/Include/stdarg.h b/Core/CryptoPkg/Library/Include/stdarg.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/stdarg.h
+++ b/Core/CryptoPkg/Library/Include/stdarg.h
diff --git a/CryptoPkg/Library/Include/stddef.h b/Core/CryptoPkg/Library/Include/stddef.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/stddef.h
+++ b/Core/CryptoPkg/Library/Include/stddef.h
diff --git a/CryptoPkg/Library/Include/stdio.h b/Core/CryptoPkg/Library/Include/stdio.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/stdio.h
+++ b/Core/CryptoPkg/Library/Include/stdio.h
diff --git a/CryptoPkg/Library/Include/stdlib.h b/Core/CryptoPkg/Library/Include/stdlib.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/stdlib.h
+++ b/Core/CryptoPkg/Library/Include/stdlib.h
diff --git a/CryptoPkg/Library/Include/string.h b/Core/CryptoPkg/Library/Include/string.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/string.h
+++ b/Core/CryptoPkg/Library/Include/string.h
diff --git a/CryptoPkg/Library/Include/strings.h b/Core/CryptoPkg/Library/Include/strings.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/strings.h
+++ b/Core/CryptoPkg/Library/Include/strings.h
diff --git a/CryptoPkg/Library/Include/sys/time.h b/Core/CryptoPkg/Library/Include/sys/time.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/sys/time.h
+++ b/Core/CryptoPkg/Library/Include/sys/time.h
diff --git a/CryptoPkg/Library/Include/sys/types.h b/Core/CryptoPkg/Library/Include/sys/types.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/sys/types.h
+++ b/Core/CryptoPkg/Library/Include/sys/types.h
diff --git a/CryptoPkg/Library/Include/syslog.h b/Core/CryptoPkg/Library/Include/syslog.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/syslog.h
+++ b/Core/CryptoPkg/Library/Include/syslog.h
diff --git a/CryptoPkg/Library/Include/time.h b/Core/CryptoPkg/Library/Include/time.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/time.h
+++ b/Core/CryptoPkg/Library/Include/time.h
diff --git a/CryptoPkg/Library/Include/unistd.h b/Core/CryptoPkg/Library/Include/unistd.h
index 1a8d1c47de..1a8d1c47de 100644
--- a/CryptoPkg/Library/Include/unistd.h
+++ b/Core/CryptoPkg/Library/Include/unistd.h
diff --git a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni b/Core/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni
index c40b856a49..c40b856a49 100644
--- a/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni
+++ b/Core/CryptoPkg/Library/IntrinsicLib/BaseIntrinsicLib.uni
diff --git a/CryptoPkg/Library/IntrinsicLib/CopyMem.c b/Core/CryptoPkg/Library/IntrinsicLib/CopyMem.c
index 6cc52b22e1..6cc52b22e1 100644
--- a/CryptoPkg/Library/IntrinsicLib/CopyMem.c
+++ b/Core/CryptoPkg/Library/IntrinsicLib/CopyMem.c
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S
index 7031a59a71..7031a59a71 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.S
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c
index 0c0835d400..0c0835d400 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.c
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
index a30edbf7d2..a30edbf7d2 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathLShiftS64.nasm
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S
index 24142b088e..24142b088e 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.S
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c
index 86b10040dd..86b10040dd 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.c
diff --git a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm
index 9bf1711c9b..9bf1711c9b 100644
--- a/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm
+++ b/Core/CryptoPkg/Library/IntrinsicLib/Ia32/MathRShiftU64.nasm
diff --git a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf b/Core/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
index 91e5eb79b2..91e5eb79b2 100644
--- a/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
+++ b/Core/CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
diff --git a/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c b/Core/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
index bf485d680d..bf485d680d 100644
--- a/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
+++ b/Core/CryptoPkg/Library/IntrinsicLib/MemoryIntrinsics.c
diff --git a/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt b/Core/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt
index e8b0bab010..e8b0bab010 100644
--- a/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt
+++ b/Core/CryptoPkg/Library/OpensslLib/OpenSSL-HOWTO.txt
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.inf b/Core/CryptoPkg/Library/OpensslLib/OpensslLib.inf
index cbabb34bdd..cbabb34bdd 100644
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.inf
+++ b/Core/CryptoPkg/Library/OpensslLib/OpensslLib.inf
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLib.uni b/Core/CryptoPkg/Library/OpensslLib/OpensslLib.uni
index 0dffec1c98..0dffec1c98 100644
--- a/CryptoPkg/Library/OpensslLib/OpensslLib.uni
+++ b/Core/CryptoPkg/Library/OpensslLib/OpensslLib.uni
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf b/Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
index 026b551bca..026b551bca 100644
--- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
+++ b/Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
diff --git a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni b/Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni
index 7891b13595..7891b13595 100644
--- a/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni
+++ b/Core/CryptoPkg/Library/OpensslLib/OpensslLibCrypto.uni
diff --git a/CryptoPkg/Library/OpensslLib/buildinf.h b/Core/CryptoPkg/Library/OpensslLib/buildinf.h
index 3d967d2a86..3d967d2a86 100644
--- a/CryptoPkg/Library/OpensslLib/buildinf.h
+++ b/Core/CryptoPkg/Library/OpensslLib/buildinf.h
diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/Core/CryptoPkg/Library/OpensslLib/process_files.pl
index f6e1f43641..f6e1f43641 100644
--- a/CryptoPkg/Library/OpensslLib/process_files.pl
+++ b/Core/CryptoPkg/Library/OpensslLib/process_files.pl
diff --git a/CryptoPkg/Library/TlsLib/InternalTlsLib.h b/Core/CryptoPkg/Library/TlsLib/InternalTlsLib.h
index 88c4e3b38e..88c4e3b38e 100644
--- a/CryptoPkg/Library/TlsLib/InternalTlsLib.h
+++ b/Core/CryptoPkg/Library/TlsLib/InternalTlsLib.h
diff --git a/CryptoPkg/Library/TlsLib/TlsConfig.c b/Core/CryptoPkg/Library/TlsLib/TlsConfig.c
index 4c88229b89..4c88229b89 100644
--- a/CryptoPkg/Library/TlsLib/TlsConfig.c
+++ b/Core/CryptoPkg/Library/TlsLib/TlsConfig.c
diff --git a/CryptoPkg/Library/TlsLib/TlsInit.c b/Core/CryptoPkg/Library/TlsLib/TlsInit.c
index e2c9744a44..e2c9744a44 100644
--- a/CryptoPkg/Library/TlsLib/TlsInit.c
+++ b/Core/CryptoPkg/Library/TlsLib/TlsInit.c
diff --git a/CryptoPkg/Library/TlsLib/TlsLib.inf b/Core/CryptoPkg/Library/TlsLib/TlsLib.inf
index a3f93e7165..a3f93e7165 100644
--- a/CryptoPkg/Library/TlsLib/TlsLib.inf
+++ b/Core/CryptoPkg/Library/TlsLib/TlsLib.inf
diff --git a/CryptoPkg/Library/TlsLib/TlsLib.uni b/Core/CryptoPkg/Library/TlsLib/TlsLib.uni
index e43a5df8e6..e43a5df8e6 100644
--- a/CryptoPkg/Library/TlsLib/TlsLib.uni
+++ b/Core/CryptoPkg/Library/TlsLib/TlsLib.uni
diff --git a/CryptoPkg/Library/TlsLib/TlsProcess.c b/Core/CryptoPkg/Library/TlsLib/TlsProcess.c
index 38baac0e8b..38baac0e8b 100644
--- a/CryptoPkg/Library/TlsLib/TlsProcess.c
+++ b/Core/CryptoPkg/Library/TlsLib/TlsProcess.c
diff --git a/CryptoPkg/License.txt b/Core/CryptoPkg/License.txt
index be68999be6..be68999be6 100644
--- a/CryptoPkg/License.txt
+++ b/Core/CryptoPkg/License.txt