mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 20:39:59 +00:00
HV: wrap and enable hkdf_sha256 key derivation based on mbedtls
Derive multiple seeds to support multiple guest VMs Signed-off-by: Chen, Gang G <gang.g.chen@intel.com>
This commit is contained in:
@@ -157,7 +157,11 @@ C_SRCS += lib/mdelay.c
|
||||
C_SRCS += lib/div.c
|
||||
C_SRCS += lib/string.c
|
||||
C_SRCS += lib/memory.c
|
||||
C_SRCS += lib/crypto/hkdf.c
|
||||
C_SRCS += lib/crypto/hkdf_wrap.c
|
||||
C_SRCS += lib/crypto/mbedtls/hkdf.c
|
||||
C_SRCS += lib/crypto/mbedtls/sha256.c
|
||||
C_SRCS += lib/crypto/mbedtls/md.c
|
||||
C_SRCS += lib/crypto/mbedtls/md_wrap.c
|
||||
C_SRCS += lib/sprintf.c
|
||||
C_SRCS += common/softirq.c
|
||||
C_SRCS += common/hv_main.c
|
||||
|
Reference in New Issue
Block a user