edk2/ArmVirtPkg/Include
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
..
Guid ArmVirtPkg: introduce compile and runtime control of serial debug log level 2026-07-20 16:53:45 +00:00
Library ArmVirtPkg: Add Crypto helper library for Boot Sync 2026-07-20 23:02:37 +00:00