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>
Showing
- include/crypto/public_key.h 90 additions, 0 deletionsinclude/crypto/public_key.h
- include/keys/asymmetric-type.h 88 additions, 0 deletionsinclude/keys/asymmetric-type.h
- lib/crypto/Kconfig 19 additions, 0 deletionslib/crypto/Kconfig
- lib/crypto/Makefile 10 additions, 0 deletionslib/crypto/Makefile
- lib/crypto/asymmetric_type.c 668 additions, 0 deletionslib/crypto/asymmetric_type.c
- lib/crypto/public_key.c 376 additions, 0 deletionslib/crypto/public_key.c
Loading
Please register or sign in to comment