From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Sat, 12 Oct 2019 15:11:46 +0200 Subject: [U-Boot] [PATCH v1 11/11] lib: crypto: add rsa public key parser In-Reply-To: <20191011074200.30269-12-takahiro.akashi@linaro.org> References: <20191011074200.30269-1-takahiro.akashi@linaro.org> <20191011074200.30269-12-takahiro.akashi@linaro.org> Message-ID: <50a271b8-03be-f970-9148-0cc714504792@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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/crypto/internal/rsa.h | 57 ++++++++++ > lib/crypto/Makefile | 10 +- > lib/crypto/rsa_helper.c | 198 ++++++++++++++++++++++++++++++++++ > lib/crypto/rsapubkey.asn1 | 4 + > 4 files changed, 268 insertions(+), 1 deletion(-) > create mode 100644 include/crypto/internal/rsa.h > create mode 100644 lib/crypto/rsa_helper.c > create mode 100644 lib/crypto/rsapubkey.asn1