audk/CryptoPkg/Library
Savva Mitrofanov 30afd72eaf UefiCpuPkg/CpuPageTableLib: Add intrinsic lib to fix MSVC build
For the bitfield access, MSVC apparently uses a right shift of the base type of the bitfield member. In our case, is is cased by IA32_PTE_4K and
IA32_PAGE_LEAF_ENTRY_BIG_PAGESIZE and other structures which uses uint64
bitfields and 32-bit x86 doesn't have a 64-bit integer shift (except using MMX or SSE2). With -Od (NOOPT) even for constant counts it puts
the data in EDX:EAX, the shift count in cl and calls __aullshr.

Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
2024-07-22 13:47:17 +03:00
..
BaseCryptLib CryptoPkg/BaseCryptLib: Removes unused variable in CryptX509 2024-07-22 13:42:14 +03:00
BaseCryptLibMbedTls CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
BaseCryptLibNull CryptoPkg/BaseCryptLib: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
BaseCryptLibOnProtocolPpi CryptoPkg/Driver: add additional RSAES-OAEP crypto functions 2024-04-07 03:55:04 +00:00
BaseHashApiLib CryptoPkg: Sha1 functions causing build errors 2022-11-08 03:15:13 +00:00
Include CryptoPkg: Add dummy inttypes header to fix clang build 2024-01-22 03:02:37 +00:00
IntrinsicLib UefiCpuPkg/CpuPageTableLib: Add intrinsic lib to fix MSVC build 2024-07-22 13:47:17 +03:00
MbedTlsLib CryptoPkg: fix gcc build fail for CryptoPkgMbedtls 2024-01-08 09:34:31 +00:00
OpensslLib Build: Renamed XIPFLAGS as SECPEIFLAGS, added comment in build_rule.template on its usage. 2024-07-22 13:47:17 +03:00
TlsLib CryptoPkg/TlsLib: fix tls cipher configuration 2023-10-08 10:46:45 +00:00
TlsLibNull CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI. 2022-10-14 02:16:33 +00:00