Support recently added auth_digest_length and aad parameters.
This depends on #23 (included as first two patches) and should be rebased after 
#23 gets merged into main and further into api-next.

----------------github------------------------
/** Email created from pull request 24 (lumag:crypto-dal)
 ** https://github.com/Linaro/odp/pull/24
 ** Patch: https://github.com/Linaro/odp/pull/24.patch
 ** Base sha: 826ee894aa0ebd09d42a17e1de077c46bc5b366a
 ** Merge commit sha: 78b12f0da50bf257f978a197b2667405a94a4938
 **/
----------------/github------------------------

----------------checkpatch.pl------------------------
total: 0 errors, 0 warnings, 0 checks, 241 lines checked


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


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


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


to_send-p-003.patch has no obvious style problems and is ready for submission.
CHECK: Avoid CamelCase: <EVP_DecryptFinal_ex>
#132: FILE: platform/linux-generic/odp_crypto.c:359:
+       if (EVP_DecryptFinal_ex(ctx, cipherdata + plain_len, &plain_len) <= 0)

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


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

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.
----------------/checkpatch.pl------------------------

Reply via email to