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

ADSP CRC support and initial crypto files #2506

Open
wants to merge 2 commits into
base: adsp-main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Adding initial crypto files

    Signed-off-by: UtsavAgarwalADI <utsav.agarwal@analog.com>
    UtsavAgarwalADI committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    49b5bd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. CRC test passes

    - Correcting error handling
    - Changing ahash_algs to ahash_engine_algs
    	Since this is a hardware driven engine, it is more approriate
    	to be using ahash_engine_algs
    
    - Removing busy wait
    	While loops now yield while waiting for device status
    
    CRC tests now pass (for upto 4KB input)
    
    	- Changing interrupt to threaded context
    	- Removing unneeded function call
    
    Signed-off-by: UtsavAgarwalADI <utsav.agarwal@analog.com>
    UtsavAgarwalADI committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2a37933 View commit details
    Browse the repository at this point in the history