[PATCH 1/5] dm: crypto: Define UCLASS API for ECDSA signature verification

Patrice CHOTARD patrice.chotard at foss.st.com
Mon Aug 16 13:31:28 CEST 2021


Hi Alexandru

On 7/30/21 11:47 AM, Patrick DELAUNAY wrote:
> Hi Alexandru,
> 
> On 7/29/21 6:47 PM, 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 <mr.nuke.me at gmail.com>
>> ---
>>   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
>>
> 
> Reviewed-by: Patrick Delaunay <patrick.delaunay at foss.st.com>
> 
> Thanks
> Patrick
> 
Applied to u-boot-stm/master

Thanks
Patrice


More information about the U-Boot mailing list