edk2/CryptoPkg/Library/BaseCryptLibNull
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
..
Bn CryptoPkg: add some Bn interfaces to build TCG TPM library 2026-02-24 13:49:35 +00:00
Cipher CryptoPkg: add CAMELLIA APIs for TCG TPM reference library 2026-02-24 13:49:35 +00:00
Hash CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib. 2022-03-18 06:49:18 +00:00
Hmac CryptoPkg: Add HMAC-SHA384 cipher support. 2022-09-23 06:55:58 +00:00
Kdf CryptoPkg: add new Hkdf api in Crypt Lib. 2022-09-23 07:35:08 +00:00
Pem CryptoPkg: Add EC key retrieving and signature interface. 2022-10-12 05:56:00 +00:00
Pk CryptoPkg: add/modify EC interfaces for TPM TCG library 2026-02-24 13:49:35 +00:00
Rand CryptoPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
BaseCryptLibNull.inf CryptoPkg: add CAMELLIA APIs for TCG TPM reference library 2026-02-24 13:49:35 +00:00
BaseCryptLibNull.uni CryptoPkg: Add Null instance of the BaseCryptLib class 2019-10-23 18:37:19 -07:00
InternalCryptLib.h CryptoPkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00