
12 Oct
2019
12 Oct
'19
3:11 p.m.
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 Takahirotakahiro.akashi@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