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

capsules: Add support for AES GCM #3092

Merged
merged 4 commits into from
Jun 7, 2023
Merged

Commits on May 15, 2023

  1. capsules: test: aes_gcm: Remove an empty test case

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f80c25c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. capsules: symmetric_encryption: aes_gcm: Initial commit

    Initial commit of a GCM capsule. This implements AES GCM
    support using an underlying AES CTR engine and the external GHash crate.
    
    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    24000fa View commit details
    Browse the repository at this point in the history
  2. capsules: symmetric_encryption: aes: Add support for AES GCM

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ec87156 View commit details
    Browse the repository at this point in the history
  3. boards/opentitan: Add support for AES GCM

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    c155d68 View commit details
    Browse the repository at this point in the history