commit | 45feb6ef20dba7826a56e80494e6b450bd5612cd | [log] [tgz] |
---|---|---|
author | Robert Cragie <Robert.Cragie@arm.com> | Fri Dec 11 15:49:45 2015 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 13 13:51:07 2016 +0100 |
tree | 105dbc51e291ef4a6c737b97ca9546f8a2e707be | |
parent | 0be2b01a6b0ff15091318dc87fc153c20a58bbce [diff] [blame] |
Add support for AES-128-CMAC and AES-CMAC-PRF-128
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 98fe8c9..eeb8e84 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -15,6 +15,7 @@ ccm.c cipher.c cipher_wrap.c + cmac.c ctr_drbg.c des.c dhm.c