commit | 00b7bfc2c4d969dc08ea42c61fc4b5728cf957e3 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Wed Nov 25 15:25:26 2020 +0100 |
committer | Ronald Cron <ronald.cron@arm.com> | Tue Feb 02 11:29:08 2021 +0100 |
tree | f8f3d04507ec820183f8ac08f17d98ab003dc1de | |
parent | 3c8ca3ad00c666c6eb1d5beb1c4fbb90b764ba0c [diff] [blame] |
psa: Move xxx_load_representation functions to RSA/ECP specific modules Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/library/Makefile b/library/Makefile index ae33bf2..5ef2923 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -119,6 +119,8 @@ poly1305.o \ psa_crypto.o \ psa_crypto_driver_wrappers.o \ + psa_crypto_ecp.o \ + psa_crypto_rsa.o \ psa_crypto_se.o \ psa_crypto_slot_management.o \ psa_crypto_storage.o \