Re: [U-Boot] [PATCH v1 11/11] lib: crypto: add rsa public key parser

2019-10-12 Thread Heinrich Schuchardt
On 10/11/19 9:42 AM, AKASHI Takahiro wrote: Imported from linux kernel v5.3. It is unclear from your commit message which files are verbatime copies and which have been adjusted to fit into U-Boot. Where is the unit test? Best regards Heinrich Signed-off-by: AKASHI Takahiro --- include/

[U-Boot] [PATCH v1 11/11] lib: crypto: add rsa public key parser

2019-10-11 Thread AKASHI Takahiro
Imported from linux kernel v5.3. Signed-off-by: AKASHI Takahiro --- include/crypto/internal/rsa.h | 57 ++ lib/crypto/Makefile | 10 +- lib/crypto/rsa_helper.c | 198 ++ lib/crypto/rsapubkey.asn1 | 4 + 4 files changed, 268 insertio