lib: crypto: add public key utility
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 13 Nov 2019 00:44:58 +0000 (09:44 +0900)
committerTom Rini <trini@konsulko.com>
Fri, 6 Dec 2019 21:44:20 +0000 (16:44 -0500)
commitc4e961ecec994059dbdd5f34b58454d5243ad8f0
tree14d25313a2d2a105f23e851bafa9203fe5831b47
parenta9b45e6e8382d59f416e3ba7cbda66bca6e33c10
lib: crypto: add public key utility

Imported from linux kernel v5.3:
 asymmetric-type.h with changes marked as __UBOOT__
 asymmetric_type.c with changes marked as __UBOOT__
 public_key.h with changes marked as __UBOOT__
 public_key.c with changes marked as __UBOOT__

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
include/crypto/public_key.h [new file with mode: 0644]
include/keys/asymmetric-type.h [new file with mode: 0644]
lib/crypto/Kconfig [new file with mode: 0644]
lib/crypto/Makefile [new file with mode: 0644]
lib/crypto/asymmetric_type.c [new file with mode: 0644]
lib/crypto/public_key.c [new file with mode: 0644]