-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CAAM AEAD support #7116
base: master
Are you sure you want to change the base?
Add CAAM AEAD support #7116
Conversation
CI reported some issues, I will update the pull request. |
2db2095
to
d05d2ef
Compare
CI reported issues taken case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments for the commit "drivers: caam: Add caam_cpy_buf_src()"
@sahilnxp, please add your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments for the commit "drivers: caam: Add AES GCM"
Please drop the "CAAM Errata" part from the commit message, it's enough to have it at the implementation to explain what's going on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments for the commit "drivers: caam: Add AES CCM"
f92371b
to
c19dbc6
Compare
Introduce Sequence Fifo load command Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Introduce more CCB CLR WR register Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Add caam_cpy_buf_src() function that copy a data buffer into a caam buffer. Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Implement CAAM AES GCM Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
Implement CAAM AES CCM Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
imx6dl-sabresd, imx6q-sabresd, imx6sx-sdb does not support AES GCM Signed-off-by: Olivier Masse <olivier.masse@nxp.com> Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
There has been an addition of CAAM AEAD driver, to include that need to update imx-mx8mmevk compilation command in case of se050 enabled Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
c19dbc6
to
f577dcd
Compare
There was some issue at my side. because of which there has been multiple push to this pull request. |
fixup! drivers: caam: Add caam_cpy_buf_src() Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
fixup! drivers: caam: Add AES GCM Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
fixup! drivers: caam: Add AES CCM Signed-off-by: Sahil Malhotra <sahil.malhotra@nxp.com>
f577dcd
to
2dc3ac1
Compare
Pull request updated. |
This pull request add support for CAAM AEAD support.
@omasse-linaro