commit | 0ff579590d27eaa8f30e267e57300959e208a335 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Mon Mar 08 16:46:35 2021 +0100 |
committer | Ronald Cron <ronald.cron@arm.com> | Fri Mar 26 11:38:40 2021 +0100 |
tree | 35deb4e93529ed7fc77616645ec532cc60c2c313 | |
parent | c45b4afc63fb6fb9116d80658b9823f7eee500cf [diff] [blame] |
psa: Add psa_crypto_cipher.[ch] Add psa_crypto_cipher.[ch] files to contain the Mbed TLS implementation of PSA driver cipher driver entry points. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 2b2672e..cff4cf9 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -61,6 +61,7 @@ platform_util.c poly1305.c psa_crypto.c + psa_crypto_cipher.c psa_crypto_client.c psa_crypto_driver_wrappers.c psa_crypto_ecp.c