Implementation notes: armeabi, novenablue, crypto_aead/comet128aesv1

Computer: novenablue
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20200702
Operation: crypto_aead
Primitive: comet128aesv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
65761510648 0 024646 444 824refclang_-march=native_-O_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
65824110648 0 024646 444 824refclang_-march=native_-O2_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
65825310648 0 026342 444 824refclang_-march=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
66336910664 0 026374 444 824refclang_-mcpu=native_-O3_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417
7590468864 0 021728 440 824refclang_-march=native_-Os_-fomit-frame-pointer_-fwrapv_-Qunused-arguments_-fPIC_-fPIE2020042420200417

Compiler output

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:20:23: warning: redefinition of typedef 'u8' is a C11 feature [-Wtypedef-redefinition]
comet_64-128_and_128-128.c: typedef unsigned char u8; //used for Byte-Arrays
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: ./blockcipher.h:2:23: note: previous definition is here
comet_64-128_and_128-128.c: typedef unsigned char u8;
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:21:22: warning: redefinition of typedef 'u32' is a C11 feature [-Wtypedef-redefinition]
comet_64-128_and_128-128.c: typedef unsigned int u32; //used for regular counters
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: ./blockcipher.h:3:22: note: previous definition is here
comet_64-128_and_128-128.c: typedef unsigned int u32;
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: comet_64-128_and_128-128.c:22:28: warning: redefinition of typedef 'ull' is a C11 feature [-Wtypedef-redefinition]
comet_64-128_and_128-128.c: typedef unsigned long long ull; //used for long counters
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: ./blockcipher.h:4:28: note: previous definition is here
comet_64-128_and_128-128.c: typedef unsigned long long ull;
comet_64-128_and_128-128.c: ^
comet_64-128_and_128-128.c: 3 warnings generated.

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref

Compiler output

Implementation: ref
Security model: unknown
Compiler: gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE
AES_10_128-128.c: AES_10_128-128.c: In function 'blockcipher_encrypt':
AES_10_128-128.c: AES_10_128-128.c:275:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
AES_10_128-128.c: for(u8 i=0; i<4; i++){
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:275:2: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code
AES_10_128-128.c: AES_10_128-128.c:293:12: error: redefinition of 'i'
AES_10_128-128.c: for(u8 i=0; i<ROUNDS-1; i++)
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:275:9: note: previous definition of 'i' was here
AES_10_128-128.c: for(u8 i=0; i<4; i++){
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:293:5: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
AES_10_128-128.c: for(u8 i=0; i<ROUNDS-1; i++)
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:334:9: error: redefinition of 'i'
AES_10_128-128.c: for(u8 i=0; i<4; i++){
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:293:12: note: previous definition of 'i' was here
AES_10_128-128.c: for(u8 i=0; i<ROUNDS-1; i++)
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:334:2: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
AES_10_128-128.c: for(u8 i=0; i<4; i++){
AES_10_128-128.c: ^
AES_10_128-128.c: AES_10_128-128.c:335:3: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
AES_10_128-128.c: for(u8 j=0; j<4; j++){
AES_10_128-128.c: ...

Number of similar (compiler,implementation) pairs: 4, namely:
CompilerImplementations
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv -fPIC -fPIE ref
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv -fPIC -fPIE ref

Namespace violations

Implementation: ref
Security model: unknown
Compiler: clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE
AES_10_128-128.o AES_128_Key_Expansion T
AES_10_128-128.o blockcipher_encrypt T
AES_10_128-128.o emulated_aesenc_enc_table_0 R
AES_10_128-128.o emulated_aesenc_enc_table_1 R
AES_10_128-128.o emulated_aesenc_enc_table_2 R
AES_10_128-128.o emulated_aesenc_enc_table_3 R
AES_10_128-128.o emulated_aesenc_rijndael_sbox R
AES_10_128-128.o emulated_aesenc_row_shifting T
AES_10_128-128.o emulated_aesenc_substitute_bytes T
comet_64-128_and_128-128.o E T
comet_64-128_and_128-128.o comet_decrypt T
comet_64-128_and_128-128.o comet_encrypt T
comet_64-128_and_128-128.o get_blk_key T
comet_64-128_and_128-128.o init_state_128 T
comet_64-128_and_128-128.o init_state_64 T
comet_64-128_and_128-128.o opt_pad_0s_1 T
comet_64-128_and_128-128.o parse T
comet_64-128_and_128-128.o permute T
comet_64-128_and_128-128.o round_function T
comet_64-128_and_128-128.o shuffle T
comet_64-128_and_128-128.o update T

Number of similar (compiler,implementation) pairs: 5, namely:
CompilerImplementations
clang -march=native -O2 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -O -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -march=native -Os -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref
clang -mcpu=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments -fPIC -fPIE ref