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
ggchen
12aa2a40a2
HV: crypto lib code clean up
...
Modify and simplify the code:
1. Removed unused definitions and pre-compile code
2. remove test code
3. Code style
Signed-off-by: Chen, Gang G <gang.g.chen@intel.com >
2018-08-27 09:39:05 +08:00
ggchen
71577f6daf
HV: extract hkdf key derivation files from mbedtls
...
These files are copied from mbedtls without any change
in this patch
Origin: Mbed TLS
License: Apache Version 2.0
URL: https://github.com/ARMmbed/mbedtls
Version: https://github.com/ARMmbed/mbedtls/tree/mbedtls-2.12.0
Purpose: Introduction of mbedtls
Maintained-by: External
Signed-off-by: ggchen <gang.g.chen@intel.com >
2018-08-27 09:39:05 +08:00