commit | 80d7b7c2703340d6c0617ed2fdfbe8e6d9ea7670 | [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:00:10 2018 +0300 |
tree | 8ddce6152a0a9c030605559d26dbc4beb2b9278f | |
parent | 0bd06a3de0704722d3b8cfa018e79b92e8d43067 [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