edk2/ArmVirtPkg/Library/ArmCcaBootSyncCryptoLib
Sami Mujawar 3fa842faf9 ArmVirtPkg: Add Crypto helper library for Boot Sync
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>
2026-07-20 23:02:37 +00:00
..
ArmCcaBootSyncCrypto.h ArmVirtPkg: Add Crypto helper library for Boot Sync 2026-07-20 23:02:37 +00:00
ArmCcaBootSyncCryptoLib.c ArmVirtPkg: Add Crypto helper library for Boot Sync 2026-07-20 23:02:37 +00:00
ArmCcaBootSyncCryptoLib.inf ArmVirtPkg: Add Crypto helper library for Boot Sync 2026-07-20 23:02:37 +00:00