-----Original Message-----This commands will be used by the future and current
From: Dinh Nguyen <dinguyen@xxxxxxxxxx>
Sent: Friday, 23 June, 2023 1:37 PM
To: Ang, Tien Sung <tien.sung.ang@xxxxxxxxx>
Cc: linux-kernel@xxxxxxxxxxxxxxx
Subject: Re: [PATCH 00/12] New Crypto service commands
On 6/22/23 22:20, tien.sung.ang@xxxxxxxxx wrote:
From: Ang Tien Sung <tien.sung.ang@xxxxxxxxx>
hi,
This patch set comprises updates to the svc driver to add new crypto
services for AES encryption/decryption, SHA2 digest generation, SHA2
MAC verification, ECDSA hash signing, ECDSA SHA2 data signing, ECDSA
hash signature verification, ECDSA SHA2 data signature verification
crypto key management and lastly ECDSA public key retrieval.
The additions of the commands are all standard entries to svc driver
with minimal logic.
I guess I'll ask the same question, who's the consumer for these?
downstream crypto driver that is under redesign.
The svc driver is merely a firmware messenger that is
used to send Mailbox commands to the SDM firmware.
It is essential for us to begin doing this first. Thanks