Skip to content
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

update pfsoc_crypto: fix xchacha20 data size check #701

Merged
merged 1 commit into from
May 22, 2024

Conversation

jnippula
Copy link

Log file encrypt failed due to incorrect data size check in xchacha20 encrypt
Check that data fits into dma buffer shall be checked only for HW crypto case. That check is redundant for SW crypto case.

@jnippula
Copy link
Author

Wait for submodule PR to be merged

@jnippula jnippula marked this pull request as draft May 21, 2024 12:23
@jnippula jnippula force-pushed the data-size-check-fix-for-chacha branch from 0dcda3d to 5526170 Compare May 22, 2024 05:31
@jnippula jnippula marked this pull request as ready for review May 22, 2024 05:32
@jnippula jnippula merged commit 7425c5c into main May 22, 2024
28 checks passed
@jnippula jnippula deleted the data-size-check-fix-for-chacha branch June 6, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants