commit | 4e64e0b9223718a378c0a7ac53fd21bd9dda106c | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Mon Sep 25 18:22:32 2017 +0300 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Jul 23 18:18:32 2018 +0100 |
tree | 9df3e5e53c30edd8d71207f9390621b579104c35 | |
parent | 7b01244b993a9d53dfab1937aa333ab30d69ee77 [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 893490a..6dd8c5d 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -258,7 +258,7 @@ MBEDTLS_MODE_ECB, 128, "AES-128-ECB", - 16, + 0, 0, 16, &aes_info @@ -269,7 +269,7 @@ MBEDTLS_MODE_ECB, 192, "AES-192-ECB", - 16, + 0, 0, 16, &aes_info @@ -280,7 +280,7 @@ MBEDTLS_MODE_ECB, 256, "AES-256-ECB", - 16, + 0, 0, 16, &aes_info