[rdkb][eip][Add kernel patch for supporting AES-CTR in upstream driver]
[Description]
Add kernel patch for supporting AES-CTR in upstream driver.
Add structure and register ctr(aes) algorithm.
However, since EIP197 firmware only treat last 4 bytes IV as counter
(from rfc3686(ctr(aes))). Need to check whether the request will make
counter overflow and devide the request into multiple actions in
safexcel_skcipher_send().
[Release-log]
N/A
Change-Id: Icad3720ddbdeab8b18c1e690d7daa1d7e6cb0b87
diff --git a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/patches-5.4.inc b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/patches-5.4.inc
index 38511b9..4571e0e 100644
--- a/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/patches-5.4.inc
+++ b/recipes-kernel/linux/linux-mediatek-5.4/mediatek/patches-5.4/patches-5.4.inc
@@ -217,6 +217,7 @@
file://999-2739-drivers_net_phy_add_an8855_gsw.patch \
file://999-2739-net-phy-aquantia-add-CUX3410.patch \
file://999-2739-net_dsa_add_tag_arht.patch \
+ file://999-2740-crypto-add-eip197-aes-ctr-support.patch \
file://999-2800-misc-add-mtk-platform.patch \
file://999-2850-fips-140-3-compliance.patch \
file://999-2900-dts-mt7622-enable-new-mtk-snand-for-ubi.patch \