acrn-hypervisor/hypervisor/lib/crypto/mbedtls
Chen Gang G ddf1c923ce hv: fix violations in md.c md.h and md_internal.h for crypto lib
-remove goto
-remove multiple return
-Modify assignment operator in boolean expression
-Modify/fix code style violations
-fix attempt to change parameters passed by value
-fix value need U suffix
-fix use of mixed arithmetic
-fix assigment in expression
-other fixes

Tracked-On: #861
Signed-off-by: Chen Gang G <gang.g.chen@intel.com>
Reviewed-by: Bing Zhu <bing.zhu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-03 09:05:04 +08:00
..
ChangeLog hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
hkdf.c hv: fix violations in hkdf.c and crypto_api.c for crypto lib 2019-01-03 09:05:04 +08:00
hkdf.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
md.c hv: fix violations in md.c md.h and md_internal.h for crypto lib 2019-01-03 09:05:04 +08:00
md.h hv: fix violations in md.c md.h and md_internal.h for crypto lib 2019-01-03 09:05:04 +08:00
md_internal.h hv: fix violations in md.c md.h and md_internal.h for crypto lib 2019-01-03 09:05:04 +08:00
md_wrap.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
sha256.c hv: fix violations in sha256.c for crypto lib 2019-01-03 09:05:04 +08:00
sha256.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00