[Cryptech-Commits] [core/platform/novena] 01/01: Removed obsolete build target 'trivial'. Removed dual block test stub from aes_tester.

git at cryptech.is git at cryptech.is
Tue May 19 16:27:08 UTC 2015


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/platform/novena.

commit ee4a3f557b8a3ab930715386dcef1066b259d81f
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Tue May 19 18:27:01 2015 +0200

    Removed obsolete build target 'trivial'. Removed dual block test stub from aes_tester.
---
 sw/Makefile     |  2 +-
 sw/aes_tester.c | 10 ----------
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/sw/Makefile b/sw/Makefile
index ba07ffd..2aa4927 100755
--- a/sw/Makefile
+++ b/sw/Makefile
@@ -2,7 +2,7 @@ CC = gcc
 CFLAGS = -Wall -fPIC
 
 LIB = libcryptech.a
-BIN = hash hash_tester trng_extractor trng_tester trivial aestest aes_tester modexp_tester
+BIN = hash hash_tester trng_extractor trng_tester aes_tester modexp_tester
 INC = cryptech.h
 
 PREFIX = /usr/local
diff --git a/sw/aes_tester.c b/sw/aes_tester.c
index 3509950..36a3e0d 100644
--- a/sw/aes_tester.c
+++ b/sw/aes_tester.c
@@ -106,16 +106,6 @@ static uint32_t tc_r32(const off_t addr)
 
 
 //------------------------------------------------------------------
-// dual_block_test
-//------------------------------------------------------------------
-static void dual_block_test(const uint8_t keylength, const uint32_t *key, const uint32_t *block0,
-			    const uint32_t *block1, const uint32_t *expected)
-{
-
-}
-
-
-//------------------------------------------------------------------
 // single_block_test
 //
 // Perform single block tests.



More information about the Commits mailing list