Print capabilities that were not covered by provided test vectors
Fail the test if no test vectors were actually tested
Add full-length HMAC test vectors in addition to truncated ones.

Last commit is only required till #352 is merged.

----------------github------------------------
/** Email created from pull request 367 (lumag:crypto-untested)
 ** https://github.com/Linaro/odp/pull/367
 ** Patch: https://github.com/Linaro/odp/pull/367.patch
 ** Base sha: a5f07dbf95f982b7c5898434e56164ff976c0a0f
 ** Merge commit sha: 0f2debefe973066bf83f4d93a551f16f758b0c14
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
WARNING: Prefer ARRAY_SIZE(a)
#310: FILE: test/validation/api/crypto/odp_crypto_test_inp.c:671:
+#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))

total: 0 errors, 1 warnings, 0 checks, 893 lines checked


to_send-p-000.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
total: 0 errors, 0 warnings, 0 checks, 309 lines checked


to_send-p-001.patch has no obvious style problems and is ready for submission.
total: 0 errors, 0 warnings, 0 checks, 39 lines checked


to_send-p-002.patch has no obvious style problems and is ready for submission.
total: 0 errors, 0 warnings, 0 checks, 17 lines checked


to_send-p-003.patch has no obvious style problems and is ready for submission.
----------------/checkpatch.pl------------------------

Reply via email to