edk2/CryptoPkg/Library/BaseCryptLibOnProtocolPpi
Levi Yun d0bc8c541b CryptoPkg: add/modify EC interfaces for TPM TCG library
This is prepartion patch to build TCG TPM v2.0 Reference Library[0].

TCG TPM v2.0 implementation[0] uses below additional interfaces:

  - EC_GROUP_new_curve_GFp()
  - EC_GROUP_set_generator()
  - EC_POINTs_mul()

and require EC_POINT_mul()'s n arguments
(Scalar multiplier for the generator G) but EDKII's
EcPointMul() interface always fix this value as NULL.

For TCG TPM v2.0 implementation, add new interfaces.

Link: https://github.com/TrustedComputingGroup/TPM [0]
Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
2026-02-24 13:49:35 +00:00
..
CryptLib.c CryptoPkg: add/modify EC interfaces for TPM TCG library 2026-02-24 13:49:35 +00:00
CryptLib.uni CryptoPkg/Library: Add BaseCryptLibOnProtocolPpi instances 2020-02-07 16:32:13 +00:00
DxeCryptLib.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
DxeCryptLib.inf CryptoPkg: Drop ARM32 Support 2025-09-25 22:04:10 +00:00
PeiCryptLib.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
PeiCryptLib.inf CryptoPkg: Drop ARM32 Support 2025-09-25 22:04:10 +00:00
SmmCryptLib.c CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SmmCryptLib.inf CryptoPkg: Drop ARM32 Support 2025-09-25 22:04:10 +00:00
StandaloneMmCryptLib.c CryptoPkg: Added MM_STANDALONE support in CryptoPkg. 2024-11-05 00:17:48 +00:00
StandaloneMmCryptLib.inf CryptoPkg: Drop ARM32 Support 2025-09-25 22:04:10 +00:00