Skip to content

crypto: asu: add support for GCM,CCM modes in ASU#7823

Open
Akshay-Belsare wants to merge 1 commit into
OP-TEE:masterfrom
Xilinx:amd_aes_ccm_gcm
Open

crypto: asu: add support for GCM,CCM modes in ASU#7823
Akshay-Belsare wants to merge 1 commit into
OP-TEE:masterfrom
Xilinx:amd_aes_ccm_gcm

Conversation

@Akshay-Belsare

Copy link
Copy Markdown
Contributor

Add support for AES-GCM and AES-CCM modes with 128-bit and 256-bit keys. Requests using 192-bit keys, as well as AES-GCM operations with Additional Authenticated Data (AAD) that is not a multiple of 16 bytes, will fall back to software crypto. ASU does not support copy state operations, therefore scenarios involving context copy are not supported.

Add support for AES-GCM and AES-CCM modes with 128-bit and 256-bit keys.
Requests using 192-bit keys, as well as AES-GCM operations with
Additional Authenticated Data (AAD) that is not a multiple of 16 bytes,
will fall back to software crypto. ASU does not support copy state
operations, therefore scenarios involving context copy are not supported.

Signed-off-by: Bhavana Bhavanam <Bhavana.Bhavanam@amd.com>
@github-actions

Copy link
Copy Markdown

@jenswikl

Copy link
Copy Markdown
Contributor

Please also add your own Signed-off-by on the patches you submit in a PR.

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.

3 participants