acrn-hypervisor/hypervisor/lib/crypto/mbedtls
Chen Gang G 0100b5a2e1 HV: replace dynamic memory with static for crypto library
Remove dynamic memory allocation in crypto lib, use array to
replace them.

Tracked-On: #1900
Reviewed-by: Bing Zhu <bing.zhu@intel.com>
Signed-off-by: Chen Gang G <gang.g.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-11-28 10:24:57 +08:00
..
ChangeLog HV: extract hkdf key derivation files from mbedtls 2018-08-27 09:39:05 +08:00
hkdf.c HV: replace dynamic memory with static for crypto library 2018-11-28 10:24:57 +08:00
hkdf.h HV: crypto lib code clean up 2018-08-27 09:39:05 +08:00
md_internal.h HV: replace dynamic memory with static for crypto library 2018-11-28 10:24:57 +08:00
md_wrap.c HV: replace dynamic memory with static for crypto library 2018-11-28 10:24:57 +08:00
md.c HV: replace dynamic memory with static for crypto library 2018-11-28 10:24:57 +08:00
md.h HV: replace dynamic memory with static for crypto library 2018-11-28 10:24:57 +08:00
sha256.c HV: wrap and enable hkdf_sha256 key derivation based on mbedtls 2018-08-27 09:39:05 +08:00
sha256.h HV: wrap and enable hkdf_sha256 key derivation based on mbedtls 2018-08-27 09:39:05 +08:00