Commit ef5a97bf by lwc-tester

Round 2 candidates

parent 06f56ee8

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

No preview for this file type
/* Reference implementation of ACE-128, AEAD
Written by:
Kalikinkar Mandal <kmandal@uwaterloo.ca>
Currently this implementation supports aead computation
when input message length is a multiple of 64 bits.
*/
#include<stdio.h>
......@@ -34,7 +37,7 @@ int main()
u32 *state;
int i, j;
u64 t[NUM_ITER+1], count_cc;
u64 count_cc;
u32 *plaintext, *ciphertext, *tag, *key, *nonce, *ad;
u32 plen, tlen, klen, adlen;
......@@ -88,7 +91,7 @@ int main()
for ( i = 0; i < num_parallel_inst*16; i++ )
{
k[i] = 0x0;
*(pubn+i) = 0;
*(pubn+i) = 0x0;
}
for ( i = 0; i < NUM_ITER+1; i++ )
......
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>2</fileVersion>
<fileChecksum>1512250415</fileChecksum>
<configuration>
<name>Debug</name>
<outputs>
<file>$TOOLKIT_DIR$\config\linker\lnk430f2013.xcl</file>
<file>$PROJ_DIR$\Debug\Obj\asm.r43</file>
<file>$TOOLKIT_DIR$\inc\msp430f2013.h</file>
<file>$TOOLKIT_DIR$\inc\msp430.h</file>
<file>$PROJ_DIR$\Debug\List\ACE16.map</file>
<file>$PROJ_DIR$\asm.s43</file>
<file>$PROJ_DIR$\Debug\Exe\ACE16.d43</file>
</outputs>
<file>
<name>$PROJ_DIR$\asm.s43</name>
<outputs>
<tool>
<name>A430</name>
<file> 1</file>
</tool>
</outputs>
<inputs>
<tool>
<name>A430</name>
<file> 3 2</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\Debug\Exe\ACE16.d43</name>
<outputs>
<tool>
<name>XLINK</name>
<file> 4</file>
</tool>
</outputs>
<inputs>
<tool>
<name>XLINK</name>
<file> 0 1</file>
</tool>
</inputs>
</file>
<file>
<name>[ROOT_NODE]</name>
<outputs>
<tool>
<name>XLINK</name>
<file> 4 6</file>
</tool>
</outputs>
</file>
</configuration>
<configuration>
<name>Release</name>
<outputs />
<forcedrebuild>
<name>[MULTI_TOOL]</name>
<tool>XLINK</tool>
</forcedrebuild>
</configuration>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<workspace>
<project>
<path>$WS_DIR$\ACE16.ewp</path>
</project>
<batchBuild />
</workspace>
param([String]$debugfile = "");
# This powershell file has been generated by the IAR Embedded Workbench
# C - SPY Debugger, as an aid to preparing a command line for running
# the cspybat command line utility using the appropriate settings.
#
# Note that this file is generated every time a new debug session
# is initialized, so you may want to move or rename the file before
# making changes.
#
# You can launch cspybat by typing Powershell.exe -File followed by the name of this batch file, followed
# by the name of the debug file (usually an ELF / DWARF or UBROF file).
#
# Read about available command line parameters in the C - SPY Debugging
# Guide. Hints about additional command line parameters that may be
# useful in specific cases :
# --download_only Downloads a code image without starting a debug
# session afterwards.
# --silent Omits the sign - on message.
# --timeout Limits the maximum allowed execution time.
#
if ($debugfile -eq "")
{
& "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "E:\mCPU\ace\crypto_aead\aceae128v1\add_mCPU\ace_16\ace_16_ad_0_msg_1024\settings\ACE16.Debug.general.xcl" --backend -f "E:\mCPU\ace\crypto_aead\aceae128v1\add_mCPU\ace_16\ace_16_ad_0_msg_1024\settings\ACE16.Debug.driver.xcl"
}
else
{
& "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "E:\mCPU\ace\crypto_aead\aceae128v1\add_mCPU\ace_16\ace_16_ad_0_msg_1024\settings\ACE16.Debug.general.xcl" --debug_file=$debugfile --backend -f "E:\mCPU\ace\crypto_aead\aceae128v1\add_mCPU\ace_16\ace_16_ad_0_msg_1024\settings\ACE16.Debug.driver.xcl"
}
"-p"
"D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\430\config\debugger\msp430f2013.ddf"
"--iv_base"
"0xFFE0"
"--odd_word_check"
"-d"
"sim"
"--derivativeSim"
"MSP430F20x3"
"D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\430\bin\430proc.dll"
"D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\430\bin\430sim.dll"
"E:\mCPU\ace\crypto_aead\aceae128v1\add_mCPU\ace_16\ace_16_ad_0_msg_1024\Debug\Exe\ACE16.d43"
--plugin "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\430\bin\430bat.dll"
<?xml version="1.0"?>
<settings>
<Stack>
<FillEnabled>0</FillEnabled>
<OverflowWarningsEnabled>1</OverflowWarningsEnabled>
<WarningThreshold>90</WarningThreshold>
<SpWarningsEnabled>1</SpWarningsEnabled>
<WarnLogOnly>1</WarnLogOnly>
<UseTrigger>1</UseTrigger>
<TriggerName>main</TriggerName>
<LimitSize>0</LimitSize>
<ByteLimit>50</ByteLimit>
</Stack>
<DebugChecksum>
<Checksum>1311327813</Checksum>
</DebugChecksum>
<CodeCoverage>
<Enabled>_ 0</Enabled>
</CodeCoverage>
<Disassembly>
<InstrCount>0</InstrCount>
<MixedMode>1</MixedMode>
</Disassembly>
<CallStack>
<ShowArgs>0</ShowArgs>
</CallStack>
<DriverProfiling>
<Enabled>0</Enabled>
<Mode>1</Mode>
<Graph>0</Graph>
<Symbiont>0</Symbiont>
<Exclusions />
</DriverProfiling>
<CallStackLog>
<Enabled>0</Enabled>
</CallStackLog>
<CallStackStripe>
<ShowTiming>1</ShowTiming>
</CallStackStripe>
<LogFile>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
<Category>_ 0</Category>
</LogFile>
<TermIOLog>
<LoggingEnabled>_ 0</LoggingEnabled>
<LogFile>_ ""</LogFile>
</TermIOLog>
<InterruptLog>
<LogEnabled>0</LogEnabled>
<GraphEnabled>0</GraphEnabled>
<ShowTimeLog>1</ShowTimeLog>
<SumEnabled>0</SumEnabled>
<ShowTimeSum>1</ShowTimeSum>
<SumSortOrder>0</SumSortOrder>
</InterruptLog>
<DataLog>
<LogEnabled>0</LogEnabled>
<GraphEnabled>0</GraphEnabled>
<ShowTimeLog>1</ShowTimeLog>
<SumEnabled>0</SumEnabled>
<ShowTimeSum>1</ShowTimeSum>
</DataLog>
<Breakpoints2>
<Bp0>_ 1 "STD_CODE2" "{$PROJ_DIR$\asm.s43}.161.1" 0 0 1 "" 0 ""</Bp0>
<Bp1>_ 1 "STD_CODE2" "{$PROJ_DIR$\asm.s43}.161.1" 0 0 1 "" 0 ""</Bp1>
<Count>2</Count>
</Breakpoints2>
<Interrupts>
<Enabled>1</Enabled>
</Interrupts>
<MemoryMap>
<Enabled>0</Enabled>
<Base>0</Base>
<UseAuto>0</UseAuto>
<TypeViolation>1</TypeViolation>
<UnspecRange>1</UnspecRange>
<ActionState>1</ActionState>
</MemoryMap>
<Trace1>
<Enabled>0</Enabled>
<ShowSource>1</ShowSource>
</Trace1>
<Aliases>
<Count>0</Count>
<SuppressDialog>0</SuppressDialog>
</Aliases>
<Simulator>
<Freq>1000000</Freq>
<FreqHi>0</FreqHi>
</Simulator>
</settings>
<?xml version="1.0" encoding="UTF-8"?>
<project>
<fileVersion>2</fileVersion>
<fileChecksum>1512250415</fileChecksum>
<configuration>
<name>Debug</name>
<outputs>
<file>$PROJ_DIR$\Debug\Obj\asm.r43</file>
<file>$PROJ_DIR$\asm.s43</file>
<file>$PROJ_DIR$\Debug\List\ACE16.map</file>
<file>$TOOLKIT_DIR$\inc\msp430f2013.h</file>
<file>$TOOLKIT_DIR$\config\linker\lnk430f2013.xcl</file>
<file>$TOOLKIT_DIR$\inc\msp430.h</file>
<file>$PROJ_DIR$\Debug\Exe\ACE16.d43</file>
</outputs>
<file>
<name>$PROJ_DIR$\asm.s43</name>
<outputs>
<tool>
<name>A430</name>
<file> 0</file>
</tool>
</outputs>
<inputs>
<tool>
<name>A430</name>
<file> 5 3</file>
</tool>
</inputs>
</file>
<file>
<name>$PROJ_DIR$\Debug\Exe\ACE16.d43</name>
<outputs>
<tool>
<name>XLINK</name>
<file> 2</file>
</tool>
</outputs>
<inputs>
<tool>
<name>XLINK</name>
<file> 4 0</file>
</tool>
</inputs>
</file>
<file>
<name>[ROOT_NODE]</name>
<outputs>
<tool>
<name>XLINK</name>
<file> 2 6</file>
</tool>
</outputs>
</file>
</configuration>
<configuration>
<name>Release</name>
<outputs />
<forcedrebuild>
<name>[MULTI_TOOL]</name>
<tool>XLINK</tool>
</forcedrebuild>
</configuration>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<workspace>
<project>
<path>$WS_DIR$\ACE16.ewp</path>
</project>
<batchBuild />
</workspace>
param([String]$debugfile = "");
# This powershell file has been generated by the IAR Embedded Workbench
# C - SPY Debugger, as an aid to preparing a command line for running
# the cspybat command line utility using the appropriate settings.
#
# Note that this file is generated every time a new debug session
# is initialized, so you may want to move or rename the file before
# making changes.
#
# You can launch cspybat by typing Powershell.exe -File followed by the name of this batch file, followed
# by the name of the debug file (usually an ELF / DWARF or UBROF file).
#
# Read about available command line parameters in the C - SPY Debugging
# Guide. Hints about additional command line parameters that may be
# useful in specific cases :
# --download_only Downloads a code image without starting a debug
# session afterwards.
# --silent Omits the sign - on message.
# --timeout Limits the maximum allowed execution time.
#
if ($debugfile -eq "")
{
& "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "E:\Dropbox2018A\Dropbox\sLi\CCCCCC\Bit16C\ACE_16\ACE16AE1024, (2, 16)\settings\ACE16.Debug.general.xcl" --backend -f "E:\Dropbox2018A\Dropbox\sLi\CCCCCC\Bit16C\ACE_16\ACE16AE1024, (2, 16)\settings\ACE16.Debug.driver.xcl"
}
else
{
& "D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\common\bin\cspybat" -f "E:\Dropbox2018A\Dropbox\sLi\CCCCCC\Bit16C\ACE_16\ACE16AE1024, (2, 16)\settings\ACE16.Debug.general.xcl" --debug_file=$debugfile --backend -f "E:\Dropbox2018A\Dropbox\sLi\CCCCCC\Bit16C\ACE_16\ACE16AE1024, (2, 16)\settings\ACE16.Debug.driver.xcl"
}
"-p"
"D:\Program Files (x86)\IAR Systems\Embedded Workbench 8.0\430\config\debugger\msp430f2013.ddf"