Re: [PATCH v4 6/6] test: dm: Add test for ECDSA UCLASS support

2021-04-21 Thread Simon Glass
On Fri, 16 Apr 2021 at 08:07, Alexandru Gagniuc wrote: > > This test verifies that ECDSA_UCLASS is implemented, and that > ecdsa_verify() works as expected. The definition of "expected" is > "does not find a device, and returns -ENODEV". > > The lack of a hardware-independent ECDSA implementation

[PATCH v4 6/6] test: dm: Add test for ECDSA UCLASS support

2021-04-15 Thread Alexandru Gagniuc
This test verifies that ECDSA_UCLASS is implemented, and that ecdsa_verify() works as expected. The definition of "expected" is "does not find a device, and returns -ENODEV". The lack of a hardware-independent ECDSA implementation prevents us from having one in the sandbox, for now. Signed-off-by