mbedtls/programs/test
Manuel Pégourié-Gonnard 51d7cfe026 Fix coverity warnings in benchmark.c
Functions time with TIME_AND_TSC() didn't have their return values checked.
I'm not sure whether Coverity complained about existing uses, but it did about
new ones, since we consistently check their return values everywhere but here,
which it rightfully finds suspicious.

So, let's check return values. This probably adds a few cycles to existing
loop overhead, but on my machine (x86_64) the added overhead is less than the
random-looking variation between various runs, so it's acceptable.

Some calls had their own particular error checking; remove that in favour of
the new general solution.
2018-06-25 11:19:51 +02:00
..
benchmark.c Fix coverity warnings in benchmark.c 2018-06-25 11:19:51 +02:00
CMakeLists.txt Do not install zeroize program in CMakeLists 2018-04-17 10:02:17 -05:00
selftest.c Merge branch 'development' into iotssl-2257-chacha-poly-primitives 2018-06-07 12:02:55 +02:00
ssl_cert_test.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
udp_proxy.c Resolve integer type conversion problem on MSVC 2017-12-06 08:37:39 +00:00
udp_proxy_wrapper.sh udp_proxy_wrapper.sh: fix cleanup not cleaning up 2017-10-24 11:25:19 +01:00
zeroize.c Fix coverity defects 2018-06-06 03:44:03 +01:00