intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
436 stars 154 forks source link

tests: Update return codes and check_result function call #11

Closed flavio-santes closed 7 years ago

flavio-santes commented 7 years ago

This commit homogenizes the return codes in 'test_aes' and 'test_cbc_mode' applications.

It also fixes an issue with the 'check_result' function call.

Change-Id: I5e8752440467e87df478367acbace737b758c18d Signed-off-by: Flavio Santes flavio.santes@intel.com