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

crypto: Add support for ECB to the TinyCrypt shim #69479

Commits on Aug 27, 2024

  1. drivers: crypto: crypto_tc_shim: Add ECB support

    This adds ECB support to the TinyCrypt crypto shim.
    
    Testing coverage is provided in a separate commit.
    
    Signed-off-by: Reto Schneider <[email protected]>
    rettichschnidi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9b348fa View commit details
    Browse the repository at this point in the history
  2. samples: drivers: crypto: Check test results

    This ensures that the crypto shims actually perform correctly for the
    algorithms they support.
    
    Signed-off-by: Reto Schneider <[email protected]>
    rettichschnidi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    837c2be View commit details
    Browse the repository at this point in the history
  3. samples: drivers: crypto: Check TinyCrypt ECB results

    This ensures that the ECB support does not get broken.
    
    Signed-off-by: Reto Schneider <[email protected]>
    rettichschnidi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    bf58c93 View commit details
    Browse the repository at this point in the history