commit | 398d45985b894f4e0f88b9adf7effb4dd03b7f97 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 07 12:26:32 2022 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jan 14 12:48:13 2022 +0100 |
tree | 8da725f339b797ad89eb3176b47c4c30d2f7cd46 | |
parent | 667b556dbc3c82b13521088e92a4456c85fda7e0 [diff] [blame] |
Add example program psa/aead_cipher_psa This is meant to highlight similarities and differences in the APIs. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/psa/CMakeLists.txt b/programs/psa/CMakeLists.txt index 2773230..450ef36 100644 --- a/programs/psa/CMakeLists.txt +++ b/programs/psa/CMakeLists.txt
@@ -1,4 +1,5 @@ set(executables + aead_cipher_psa crypto_examples hmac_md_psa key_ladder_demo