CryptoPkg: add EC algorithm for SmmCryptLib

This patch prepares the build infrastructure for
the TCG TPM 2.0 implementation [0].

By default, it uses the OpenSSL EC_* APIs.
When the TCG TPM 2.0 implementation [0] is used in StandaloneMm,
EC algorithm support is required in SmmCryptLib.

Link: https://github.com/TrustedComputingGroup/TPM [0]
Signed-off-by: Yeoreum Yun <yeoreum.yun@arm.com>
This commit is contained in:
Levi Yun 2025-12-21 08:04:07 +00:00 committed by mergify[bot]
parent d0bc8c541b
commit 31d7cb91c1
2 changed files with 2 additions and 2 deletions

View file

@ -62,7 +62,7 @@
Pk/CryptTsNull.c
Pk/CryptRsaPss.c
Pk/CryptRsaPssSignNull.c
Pk/CryptEcNull.c
Pk/CryptEc.c
Pem/CryptPem.c
Bn/CryptBn.c

View file

@ -230,7 +230,7 @@ also configured.
| ParallelHash | N | N | | | | C | |
| AeadAesGcm | N | N | | | C | | |
| Bn | N | N | | | C | C | |
| Ec | N | N | | | C-Full | | |
| Ec | N | N | | | C-Full | C-Full | |
| Camellia | N | N | | | C-Full | C-Full | |
## Platform Configuration of Cryptographic Services