[U-Boot] [PATCH v1 11/11] lib: crypto: add rsa public key parser
Heinrich Schuchardt
xypron.glpk at gmx.de
Sat Oct 12 13:11:46 UTC 2019
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<takahiro.akashi at linaro.org>
> ---
> 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
More information about the U-Boot
mailing list