acrn-hypervisor/hypervisor/lib/crypto/mbedtls
Li, Fei1 a1ac585b85 hv: add brackets to make operator expression more readable
v1-v2:
Bypass this case:
When binary arithmetic operators of different precedence (e.g. '+'
and '*') are mixed in an expression, parentheses are added to the
sub-expressions using the operator with a higher precedence.

v1:
The operator precedence rules are complicated and it is easy to make a mistake.
So add brackets to make operator expression more readable.

Tracked-On: #861
Signed-off-by: Li, Fei1 <fei1.li@intel.com>
2018-11-29 11:10:22 +08:00
..
ChangeLog HV: extract hkdf key derivation files from mbedtls 2018-08-27 09:39:05 +08:00
hkdf.c hv: add brackets to make operator expression more readable 2018-11-29 11:10:22 +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