commit | efba4b077b5f6017de20d50eeddb357ae771889e | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Mon Sep 25 18:22:32 2017 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Thu Jun 21 14:03:14 2018 +0300 |
tree | 42e9ede1a2ecfc4bff10979f9105e8a146ecea26 | |
parent | cf2305e513fc6aba9dc4bf46af72b4b4d3aee0a1 [diff] [blame] |
Fix after PR comments 1. Don't set IV onECB 2. Fix style issues 3. reduce number of tests
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index dc76af8..dbc5d3f 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -204,7 +204,7 @@ MBEDTLS_MODE_ECB, 128, "AES-128-ECB", - 16, + 0, 0, 16, &aes_info @@ -215,7 +215,7 @@ MBEDTLS_MODE_ECB, 192, "AES-192-ECB", - 16, + 0, 0, 16, &aes_info @@ -226,7 +226,7 @@ MBEDTLS_MODE_ECB, 256, "AES-256-ECB", - 16, + 0, 0, 16, &aes_info