From ee4a3f557b8a3ab930715386dcef1066b259d81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Tue, 19 May 2015 18:27:01 +0200 Subject: Removed obsolete build target 'trivial'. Removed dual block test stub from aes_tester. --- sw/aes_tester.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'sw/aes_tester.c') 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 @@ -105,16 +105,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 // -- cgit v1.2.3