RE: [PATCH 4/4] drivers/crypto: aspeed: Add Caliptra ECDSA384 support

2024-09-23 Thread ChiaWei Wang
Hi Simon, > -Original Message- > From: Simon Glass > Sent: Saturday, September 21, 2024 12:02 AM > > On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang > wrote: > > > > Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which export an > > ECDSA384_SIGNATURE_VERIFY mailbox command service

Re: [PATCH 4/4] drivers/crypto: aspeed: Add Caliptra ECDSA384 support

2024-09-20 Thread Simon Glass
On Mon, 2 Sept 2024 at 07:33, Chia-Wei Wang wrote: > > Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which export > an ECDSA384_SIGNATURE_VERIFY mailbox command service for SoC to use. > > This patch is verified by the FIT signature verification using the > "sha384,ecdsa384" algorithm. >

[PATCH 4/4] drivers/crypto: aspeed: Add Caliptra ECDSA384 support

2024-09-01 Thread Chia-Wei Wang
Aspeed AST27xx SoCs integrate the CPTRA 1.0 secure IP, which export an ECDSA384_SIGNATURE_VERIFY mailbox command service for SoC to use. This patch is verified by the FIT signature verification using the "sha384,ecdsa384" algorithm. Signed-off-by: Chia-Wei Wang --- drivers/crypto/aspeed/Kconfig