]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(st-crypto): add AES decrypt/auth by SAES IP
authorNicolas Toromanoff <nicolas.toromanoff@st.com>
Fri, 18 Sep 2020 07:19:11 +0000 (09:19 +0200)
committerLionel Debieve <lionel.debieve@foss.st.com>
Mon, 14 Nov 2022 09:55:17 +0000 (10:55 +0100)
commit4bb4e836498b0131feefbba3f857a0bf3b89e543
tree09856a51ab39941e817e3cd417fb72951193e575
parentb0fbc02aea76d31e749444da63b084e6b2bd089b
feat(st-crypto): add AES decrypt/auth by SAES IP

Add code to be able to use STMicroelectronics SAES IP. This driver
can manage many AES algorithms (CBC, ECB, CCM, GCM). It will be used
by the authenticated decryption framework (AES-GCM only).

Change-Id: Ibd4030719fb12877dcecd5d2c395d13b4b15c260
Signed-off-by: Nicolas Toromanoff <nicolas.toromanoff@st.com>
drivers/st/crypto/stm32_saes.c [new file with mode: 0644]
include/drivers/st/stm32_saes.h [new file with mode: 0644]