mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
Introduce a helper library that implements wrappers for the
cryptographic functionality required by the Arm Boot Sync
Blocks protocol implementation.
This library implements the following:
- Key Exchange: ECDH key using the ECC Curve-P384
- Key Derivation: SHA512 HMAC-based Extract-and-Expand HKDF
- Encryption/Decryption: AEAD AES-GCM authenticated encryption
and decryption
Also register the library class in ArmVirtPkg.dec, wire the
instance into the KvmTool guest firmware and update the CI YAML
file to add CryptoPkg/CryptoPkg.dec as an acceptable dependency.
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
|
||
|---|---|---|
| .. | ||
| ArmCcaBootSyncCrypto.h | ||
| ArmCcaBootSyncCryptoLib.c | ||
| ArmCcaBootSyncCryptoLib.inf | ||