From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 21 Apr 2021 19:15:00 +1200 Subject: [PATCH v4 1/6] dm: crypto: Define UCLASS API for ECDSA signature verification In-Reply-To: <20210415200509.2335046-2-mr.nuke.me@gmail.com> References: <20210415200509.2335046-1-mr.nuke.me@gmail.com> <20210415200509.2335046-2-mr.nuke.me@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Alexandru, On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc wrote: > > Define a UCLASS API for verifying ECDSA signatures. Unlike > UCLASS_MOD_EXP, which focuses strictly on modular exponentiation, > the ECDSA class focuses on verification. This is done so that it > better aligns with mach-specific implementations, such as stm32mp. > > Signed-off-by: Alexandru Gagniuc > --- > include/crypto/ecdsa-uclass.h | 39 +++++++++++++++++++++++++++++++++++ > include/dm/uclass-id.h | 1 + > 2 files changed, 40 insertions(+) > create mode 100644 include/crypto/ecdsa-uclass.h What is the plan for the U-Boot run-time test for this? I think it is in progress, right? Regards, Simon