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: 540490ddf3a1b3da4b80ed15fc874ccdfc49b60c
 ** Merge commit sha: 9e32a5ccf92bee9741891a2bb50d27ee8756e388
 **/
----------------/github------------------------

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


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

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


to_send-p-001.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, 241 lines checked


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


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


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


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


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

Reply via email to