Re: [PATCH v7 3/3] crypto: Add Inside Secure SafeXcel EIP-93 crypto engine support
From: Christian Marangi
Date: Mon Dec 09 2024 - 18:28:20 EST
On Tue, Nov 12, 2024 at 02:59:00AM +0100, Christian Marangi wrote:
> Add support for the Inside Secure SafeXcel EIP-93 Crypto Engine used on
> Mediatek MT7621 SoC and new Airoha SoC.
>
> EIP-93 IP supports AES/DES/3DES ciphers in ECB/CBC and CTR modes as well as
> authenc(HMAC(x), cipher(y)) using HMAC MD5, SHA1, SHA224 and SHA256.
>
> EIP-93 provide regs to signal support for specific chipers and the
> driver dynamically register only the supported one by the chip.
>
> Signed-off-by: Richard van Schagen <vschagen@xxxxxxxxxx>
> Co-developed-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
> Signed-off-by: Christian Marangi <ansuelsmth@xxxxxxxxx>
Any news with this?