Test results for armeabi, bblack, crypto_aead/aes128marble4rv1

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/aes128marble4rv1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aes128marble4rv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
50906436328 0 047561 468 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
58122434437 0 058898 420 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
71613627540 0 037749 468 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
73784832045 0 048714 420 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
74863234281 0 049954 420 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
85870432045 0 048714 420 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
87317627921 0 042896 416 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
89837625187 0 035137 460 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716
96362425264 0 035585 468 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080620240716

Compiler output


aes_core.c: aes_core.c:892:12: warning: unused variable 'status' [-Wunused-variable]
aes_core.c:         int i, j, status;
aes_core.c:                   ^
aes_core.c: 1 warning generated.
encrypt.c: encrypt.c:34:2: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c:         free(cxt);
encrypt.c:         ^
encrypt.c: encrypt.c:19:16: warning: unused variable 'tag' [-Wunused-variable]
encrypt.c:         unsigned char tag[CRYPTO_ABYTES];
encrypt.c:                       ^
encrypt.c: encrypt.c:67:2: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c:         free(cxt);
encrypt.c:         ^
encrypt.c: 3 warnings generated.
marble.c: marble.c:223:7: warning: unused variable 'temp' [-Wunused-variable]
marble.c:         byte temp[SLEN];
marble.c:              ^
marble.c: marble.c:281:7: warning: unused variable 'temp' [-Wunused-variable]
marble.c:         byte temp[SLEN];
marble.c:              ^
marble.c: 2 warnings generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


aes_core.c: aes_core.c: In function 'AES_set_4round_decrypt_key':
aes_core.c: aes_core.c:892:12: warning: unused variable 'status' [-Wunused-variable]
aes_core.c:   int i, j, status;
aes_core.c:             ^~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:34:2: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
encrypt.c:   free(cxt);
encrypt.c:   ^~~~
encrypt.c: encrypt.c:34:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c: encrypt.c:34:2: note: include '<stdlib.h>' or provide a declaration of 'free'
encrypt.c: encrypt.c:5:1:
encrypt.c: +#include <stdlib.h>
encrypt.c:
encrypt.c: encrypt.c:34:2:
encrypt.c:   free(cxt);
encrypt.c:   ^~~~
encrypt.c: encrypt.c:19:16: warning: unused variable 'tag' [-Wunused-variable]
encrypt.c:   unsigned char tag[CRYPTO_ABYTES];
encrypt.c:                 ^~~
encrypt.c: encrypt.c: In function 'crypto_aead_aes128marble4rv1_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:67:2: warning: incompatible implicit declaration of built-in function 'free'
encrypt.c:   free(cxt);
encrypt.c:   ^~~~
encrypt.c: encrypt.c:67:2: note: include '<stdlib.h>' or provide a declaration of 'free'
marble.c: marble.c: In function 'ae_encrypt':
marble.c: marble.c:223:7: warning: unused variable 'temp' [-Wunused-variable]
marble.c:   byte temp[SLEN];
marble.c:        ^~~~
marble.c: marble.c: In function 'ae_decrypt':
marble.c: marble.c:281:7: warning: unused variable 'temp' [-Wunused-variable]
marble.c:   byte temp[SLEN];
marble.c:        ^~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010f
aes_core.o N 00000113
aes_core.o N 00000120
aes_core.o N 00000124
aes_core.o N 00000138
aes_core.o N 0000013d
aes_core.o N 00000141
aes_core.o N 00000145
aes_core.o N 00000149
aes_core.o N 0000014d
aes_core.o N 00000151
aes_core.o N 00000155
aes_core.o N 00000159
aes_core.o N 0000015d
aes_core.o N 00000161
aes_core.o N 0000016f
aes_core.o N 00000172
aes_core.o N 0000017e
aes_core.o N 00000192
aes_core.o N 00000196
aes_core.o N 000001aa
aes_core.o N 000001c5
aes_core.o N 000001d1
aes_core.o N 000001dd
aes_core.o N 000001f0
aes_core.o N 00000203
aes_core.o N 00000209
aes_core.o N 00000211
aes_core.o N 00000216
aes_core.o N 0000021a
aes_core.o N 00000221
aes_core.o N 00000228
aes_core.o N 00000237
aes_core.o N 0000023f
aes_core.o N 00000242
aes_core.o N 00000244
aes_core.o N 00000249
aes_core.o N 00000250
aes_core.o N 00000252
aes_core.o N 00000257
aes_core.o N 0000025c
aes_core.o N 0000025f
aes_core.o N 00000263
aes_core.o N 00000266
aes_core.o N 00000269
aes_core.o N 0000026c
aes_core.o N 0000026f
aes_core.o N 00000272
aes_core.o N 00000275
aes_core.o N 00000278
aes_core.o print_state T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 00000151
encrypt.o N 00000155
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b1
encrypt.o N 000001b6
encrypt.o N 000001bc
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001e3
encrypt.o N 000001e9
encrypt.o N 000001ef
encrypt.o N 000001f2
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 000001fe
encrypt.o N 00000204
encrypt.o N 0000020b
encrypt.o N 00000218
encrypt.o N 0000021f
encrypt.o N 0000022e
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000242
encrypt.o N 00000248
encrypt.o N 0000024e
encrypt.o N 00000254
encrypt.o N 0000025b
encrypt.o N 0000025f
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o N 00000000
marble.o N 00000037
marble.o N 00000040
marble.o N 0000010d
marble.o N 0000011b
marble.o N 00000120
marble.o N 00000126
marble.o N 00000128
marble.o N 0000012d
marble.o N 00000141
marble.o N 00000147
marble.o N 00000149
marble.o N 0000014d
marble.o N 00000151
marble.o N 0000015a
marble.o N 0000015c
marble.o N 0000015e
marble.o N 00000161
marble.o N 00000165
marble.o N 00000168
marble.o N 0000016b
marble.o N 0000016f
marble.o N 00000171
marble.o N 00000177
marble.o N 0000017d
marble.o N 00000180
marble.o N 00000183
marble.o N 00000187
marble.o N 0000018c
marble.o N 00000192
marble.o N 00000199
marble.o N 000001a6
marble.o N 000001ad
marble.o N 000001bc
marble.o N 000001c4
marble.o N 000001ca
marble.o N 000001d0
marble.o N 000001d6
marble.o N 000001dc
marble.o N 000001e2
marble.o N 000001e9
marble.o N 000001f1
marble.o N 000001f8
marble.o N 000001fc
marble.o N 000001fe
marble.o N 00000200
marble.o N 00000206
marble.o N 00000210
marble.o N 00000216
marble.o N 0000021a
marble.o N 00000222
marble.o N 0000022d
marble.o N 00000231
marble.o N 00000238
marble.o N 00000243
marble.o N 0000024e
marble.o N 00000252
marble.o N 0000025a
marble.o N 00000261
marble.o N 0000026b
marble.o N 0000026e
marble.o N 00000285
marble.o N 0000028a
marble.o N 00000290
marble.o N 00000296
marble.o N 000002a3
marble.o N 000002a7
marble.o N 000002ab
marble.o N 000002af
marble.o N 000002b1
marble.o N 000002b7
marble.o N 000002b9
marble.o N 000002bd
marble.o N 000002c2
marble.o N 000002c9
marble.o N 000002ce
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010c
utils.o N 0000010e
utils.o N 0000011c
utils.o N 00000121
utils.o N 00000135
utils.o N 0000013b
utils.o N 00000141
utils.o N 00000144
utils.o N 00000147
utils.o N 0000014b
utils.o N 00000150
utils.o N 00000156
utils.o N 0000015d
utils.o N 0000016a
utils.o N 00000171
utils.o N 00000175
utils.o N 00000184
utils.o N 0000018c
utils.o N 00000192
utils.o N 00000198
utils.o N 0000019e
utils.o N 000001a4
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001bc
utils.o N 000001c3
utils.o N 000001c5
utils.o N 000001c7
utils.o N 000001ca
utils.o N 000001cc
utils.o N 000001d8
utils.o N 000001e2
utils.o N 000001ea
utils.o N 000001f1
utils.o N 000001f4
utils.o N 000001f8
utils.o N 000001fe
utils.o N 00000201
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010f
aes_core.o N 00000113
aes_core.o N 00000120
aes_core.o N 00000124
aes_core.o N 00000138
aes_core.o N 0000013d
aes_core.o N 00000141
aes_core.o N 00000145
aes_core.o N 00000149
aes_core.o N 0000014d
aes_core.o N 00000151
aes_core.o N 00000155
aes_core.o N 00000159
aes_core.o N 0000015d
aes_core.o N 00000161
aes_core.o N 0000016f
aes_core.o N 00000172
aes_core.o N 0000017e
aes_core.o N 00000192
aes_core.o N 00000196
aes_core.o N 000001aa
aes_core.o N 000001c5
aes_core.o N 000001d1
aes_core.o N 000001dd
aes_core.o N 000001f0
aes_core.o N 00000203
aes_core.o N 00000209
aes_core.o N 00000211
aes_core.o N 00000216
aes_core.o N 0000021a
aes_core.o N 00000221
aes_core.o N 00000228
aes_core.o N 00000237
aes_core.o N 0000023f
aes_core.o N 00000242
aes_core.o N 00000244
aes_core.o N 00000249
aes_core.o N 00000250
aes_core.o N 00000252
aes_core.o N 00000257
aes_core.o N 0000025c
aes_core.o N 0000025f
aes_core.o N 00000263
aes_core.o N 00000266
aes_core.o N 00000269
aes_core.o N 0000026c
aes_core.o N 0000026f
aes_core.o N 00000272
aes_core.o N 00000275
aes_core.o N 00000278
aes_core.o print_state T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 00000151
encrypt.o N 00000155
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b1
encrypt.o N 000001b6
encrypt.o N 000001bc
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001e3
encrypt.o N 000001e9
encrypt.o N 000001ef
encrypt.o N 000001f2
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 000001fe
encrypt.o N 00000204
encrypt.o N 0000020b
encrypt.o N 00000218
encrypt.o N 0000021f
encrypt.o N 0000022e
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000242
encrypt.o N 00000248
encrypt.o N 0000024e
encrypt.o N 00000254
encrypt.o N 0000025b
encrypt.o N 0000025f
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o N 00000000
marble.o N 00000037
marble.o N 00000040
marble.o N 0000010d
marble.o N 0000011b
marble.o N 00000120
marble.o N 00000126
marble.o N 00000128
marble.o N 0000012a
marble.o N 0000012e
marble.o N 00000132
marble.o N 00000136
marble.o N 00000139
marble.o N 0000013c
marble.o N 00000140
marble.o N 00000142
marble.o N 00000156
marble.o N 0000015c
marble.o N 00000162
marble.o N 00000165
marble.o N 00000168
marble.o N 0000016c
marble.o N 00000171
marble.o N 00000177
marble.o N 0000017e
marble.o N 0000018b
marble.o N 00000192
marble.o N 000001a1
marble.o N 000001a9
marble.o N 000001af
marble.o N 000001b5
marble.o N 000001bb
marble.o N 000001c1
marble.o N 000001c7
marble.o N 000001ce
marble.o N 000001d6
marble.o N 000001d8
marble.o N 000001df
marble.o N 000001e3
marble.o N 000001e5
marble.o N 000001e7
marble.o N 000001ec
marble.o N 000001f0
marble.o N 000001fa
marble.o N 00000200
marble.o N 00000206
marble.o N 0000020c
marble.o N 00000215
marble.o N 0000021d
marble.o N 00000228
marble.o N 0000022c
marble.o N 00000233
marble.o N 0000023e
marble.o N 00000249
marble.o N 0000024d
marble.o N 0000024f
marble.o N 00000252
marble.o N 0000025a
marble.o N 00000261
marble.o N 0000026b
marble.o N 0000026e
marble.o N 00000285
marble.o N 0000028a
marble.o N 00000290
marble.o N 00000296
marble.o N 000002a3
marble.o N 000002a7
marble.o N 000002ab
marble.o N 000002af
marble.o N 000002b1
marble.o N 000002b7
marble.o N 000002b9
marble.o N 000002bd
marble.o N 000002c2
marble.o N 000002c9
marble.o N 000002ce
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010c
utils.o N 0000010e
utils.o N 0000011c
utils.o N 00000121
utils.o N 00000135
utils.o N 0000013b
utils.o N 00000141
utils.o N 00000144
utils.o N 00000147
utils.o N 0000014b
utils.o N 00000150
utils.o N 00000156
utils.o N 0000015d
utils.o N 0000016a
utils.o N 00000171
utils.o N 00000175
utils.o N 00000184
utils.o N 0000018c
utils.o N 00000192
utils.o N 00000198
utils.o N 0000019e
utils.o N 000001a4
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001bc
utils.o N 000001c3
utils.o N 000001c5
utils.o N 000001c7
utils.o N 000001ca
utils.o N 000001cc
utils.o N 000001d8
utils.o N 000001e2
utils.o N 000001ea
utils.o N 000001f1
utils.o N 000001f4
utils.o N 000001f8
utils.o N 000001fe
utils.o N 00000201
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010e
aes_core.o N 00000112
aes_core.o N 0000011f
aes_core.o N 00000123
aes_core.o N 00000137
aes_core.o N 0000013c
aes_core.o N 00000140
aes_core.o N 00000144
aes_core.o N 00000148
aes_core.o N 0000014c
aes_core.o N 00000150
aes_core.o N 00000154
aes_core.o N 00000158
aes_core.o N 0000015c
aes_core.o N 00000160
aes_core.o N 0000016e
aes_core.o N 00000171
aes_core.o N 0000017d
aes_core.o N 00000191
aes_core.o N 00000195
aes_core.o N 000001a9
aes_core.o N 000001c4
aes_core.o N 000001d0
aes_core.o N 000001dc
aes_core.o N 000001ef
aes_core.o N 00000202
aes_core.o N 00000208
aes_core.o N 00000210
aes_core.o N 00000215
aes_core.o N 00000219
aes_core.o N 00000220
aes_core.o N 00000227
aes_core.o N 00000236
aes_core.o N 0000023e
aes_core.o N 00000241
aes_core.o N 00000243
aes_core.o N 00000248
aes_core.o N 0000024f
aes_core.o N 00000251
aes_core.o N 00000256
aes_core.o N 0000025b
aes_core.o N 0000025e
aes_core.o N 00000262
aes_core.o N 00000265
aes_core.o N 00000268
aes_core.o N 0000026b
aes_core.o N 0000026e
aes_core.o N 00000271
aes_core.o N 00000274
aes_core.o N 00000277
aes_core.o print_state T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 0000011b
encrypt.o N 00000150
encrypt.o N 00000154
encrypt.o N 00000189
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b0
encrypt.o N 000001b5
encrypt.o N 000001bb
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c7
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001e2
encrypt.o N 000001e8
encrypt.o N 000001ee
encrypt.o N 000001f1
encrypt.o N 000001f4
encrypt.o N 000001f8
encrypt.o N 000001fd
encrypt.o N 00000203
encrypt.o N 0000020a
encrypt.o N 00000217
encrypt.o N 0000021e
encrypt.o N 0000022d
encrypt.o N 00000235
encrypt.o N 0000023b
encrypt.o N 00000241
encrypt.o N 00000247
encrypt.o N 0000024d
encrypt.o N 00000253
encrypt.o N 0000025a
encrypt.o N 0000025e
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o N 00000000
marble.o N 00000037
marble.o N 00000040
marble.o N 0000010c
marble.o N 0000011a
marble.o N 0000011f
marble.o N 00000125
marble.o N 00000127
marble.o N 0000012c
marble.o N 00000140
marble.o N 00000146
marble.o N 00000148
marble.o N 0000014c
marble.o N 00000150
marble.o N 00000159
marble.o N 0000015b
marble.o N 0000015d
marble.o N 00000160
marble.o N 00000164
marble.o N 00000167
marble.o N 0000016a
marble.o N 0000016e
marble.o N 00000170
marble.o N 00000176
marble.o N 0000017c
marble.o N 0000017f
marble.o N 00000182
marble.o N 00000186
marble.o N 0000018b
marble.o N 00000191
marble.o N 00000198
marble.o N 000001a5
marble.o N 000001ac
marble.o N 000001bb
marble.o N 000001c3
marble.o N 000001c9
marble.o N 000001cf
marble.o N 000001d5
marble.o N 000001db
marble.o N 000001e1
marble.o N 000001e8
marble.o N 000001f0
marble.o N 000001f7
marble.o N 000001fb
marble.o N 000001fd
marble.o N 000001ff
marble.o N 00000205
marble.o N 0000020f
marble.o N 00000215
marble.o N 00000219
marble.o N 00000221
marble.o N 0000022c
marble.o N 00000230
marble.o N 00000237
marble.o N 00000242
marble.o N 0000024d
marble.o N 00000251
marble.o N 00000259
marble.o N 00000260
marble.o N 0000026a
marble.o N 0000026d
marble.o N 00000284
marble.o N 00000289
marble.o N 0000028f
marble.o N 00000295
marble.o N 000002a2
marble.o N 000002a6
marble.o N 000002aa
marble.o N 000002ae
marble.o N 000002b0
marble.o N 000002b6
marble.o N 000002b8
marble.o N 000002bc
marble.o N 000002c1
marble.o N 000002c8
marble.o N 000002cd
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010b
utils.o N 0000010d
utils.o N 0000011b
utils.o N 00000120
utils.o N 00000134
utils.o N 0000013a
utils.o N 00000140
utils.o N 00000143
utils.o N 00000146
utils.o N 0000014a
utils.o N 0000014f
utils.o N 00000155
utils.o N 0000015c
utils.o N 00000169
utils.o N 00000170
utils.o N 00000174
utils.o N 00000183
utils.o N 0000018b
utils.o N 00000191
utils.o N 00000197
utils.o N 0000019d
utils.o N 000001a3
utils.o N 000001a9
utils.o N 000001b0
utils.o N 000001bb
utils.o N 000001c2
utils.o N 000001c4
utils.o N 000001c6
utils.o N 000001c9
utils.o N 000001cb
utils.o N 000001d7
utils.o N 000001e1
utils.o N 000001e9
utils.o N 000001f0
utils.o N 000001f3
utils.o N 000001f7
utils.o N 000001fd
utils.o N 00000200
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010f
aes_core.o N 00000113
aes_core.o N 00000120
aes_core.o N 00000124
aes_core.o N 00000138
aes_core.o N 0000013d
aes_core.o N 00000141
aes_core.o N 00000145
aes_core.o N 00000149
aes_core.o N 0000014d
aes_core.o N 00000151
aes_core.o N 00000155
aes_core.o N 00000159
aes_core.o N 0000015d
aes_core.o N 00000161
aes_core.o N 0000016f
aes_core.o N 00000172
aes_core.o N 0000017e
aes_core.o N 00000192
aes_core.o N 00000196
aes_core.o N 000001aa
aes_core.o N 000001c5
aes_core.o N 000001d1
aes_core.o N 000001dd
aes_core.o N 000001f0
aes_core.o N 00000203
aes_core.o N 00000209
aes_core.o N 00000211
aes_core.o N 00000216
aes_core.o N 0000021a
aes_core.o N 00000221
aes_core.o N 00000228
aes_core.o N 00000237
aes_core.o N 0000023f
aes_core.o N 00000242
aes_core.o N 00000244
aes_core.o N 00000249
aes_core.o N 00000250
aes_core.o N 00000252
aes_core.o N 00000257
aes_core.o N 0000025c
aes_core.o N 0000025f
aes_core.o N 00000263
aes_core.o N 00000266
aes_core.o N 00000269
aes_core.o N 0000026c
aes_core.o N 0000026f
aes_core.o N 00000272
aes_core.o N 00000275
aes_core.o N 00000278
aes_core.o print_state T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011c
encrypt.o N 00000151
encrypt.o N 00000155
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b1
encrypt.o N 000001b6
encrypt.o N 000001bc
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001e3
encrypt.o N 000001e9
encrypt.o N 000001ef
encrypt.o N 000001f2
encrypt.o N 000001f5
encrypt.o N 000001f9
encrypt.o N 000001fe
encrypt.o N 00000204
encrypt.o N 0000020b
encrypt.o N 00000218
encrypt.o N 0000021f
encrypt.o N 0000022e
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000242
encrypt.o N 00000248
encrypt.o N 0000024e
encrypt.o N 00000254
encrypt.o N 0000025b
encrypt.o N 0000025f
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o N 00000000
marble.o N 00000037
marble.o N 00000040
marble.o N 0000010d
marble.o N 0000011b
marble.o N 00000120
marble.o N 00000126
marble.o N 00000128
marble.o N 0000012d
marble.o N 00000141
marble.o N 00000147
marble.o N 00000151
marble.o N 00000157
marble.o N 0000015d
marble.o N 00000166
marble.o N 0000016a
marble.o N 0000016e
marble.o N 00000176
marble.o N 0000017a
marble.o N 00000185
marble.o N 0000018d
marble.o N 00000191
marble.o N 00000195
marble.o N 0000019c
marble.o N 000001a7
marble.o N 000001b2
marble.o N 000001b4
marble.o N 000001b8
marble.o N 000001bc
marble.o N 000001be
marble.o N 000001c0
marble.o N 000001c3
marble.o N 000001c6
marble.o N 000001c9
marble.o N 000001cd
marble.o N 000001cf
marble.o N 000001d5
marble.o N 000001db
marble.o N 000001de
marble.o N 000001e1
marble.o N 000001e5
marble.o N 000001ea
marble.o N 000001f0
marble.o N 000001f7
marble.o N 00000204
marble.o N 0000020b
marble.o N 0000021a
marble.o N 00000222
marble.o N 00000228
marble.o N 0000022e
marble.o N 00000234
marble.o N 0000023a
marble.o N 00000240
marble.o N 00000247
marble.o N 0000024f
marble.o N 00000256
marble.o N 00000260
marble.o N 00000263
marble.o N 0000027a
marble.o N 0000027f
marble.o N 00000285
marble.o N 0000028b
marble.o N 00000298
marble.o N 0000029f
marble.o N 000002a1
marble.o N 000002a3
marble.o N 000002a7
marble.o N 000002ab
marble.o N 000002af
marble.o N 000002b1
marble.o N 000002b7
marble.o N 000002b9
marble.o N 000002bd
marble.o N 000002c2
marble.o N 000002c9
marble.o N 000002ce
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010c
utils.o N 0000010e
utils.o N 0000011c
utils.o N 00000121
utils.o N 00000135
utils.o N 0000013b
utils.o N 00000141
utils.o N 00000144
utils.o N 00000147
utils.o N 0000014b
utils.o N 00000150
utils.o N 00000156
utils.o N 0000015d
utils.o N 0000016a
utils.o N 00000171
utils.o N 00000175
utils.o N 00000184
utils.o N 0000018c
utils.o N 00000192
utils.o N 00000198
utils.o N 0000019e
utils.o N 000001a4
utils.o N 000001aa
utils.o N 000001b1
utils.o N 000001bc
utils.o N 000001c3
utils.o N 000001c5
utils.o N 000001c7
utils.o N 000001ca
utils.o N 000001cc
utils.o N 000001d8
utils.o N 000001e2
utils.o N 000001ea
utils.o N 000001f1
utils.o N 000001f4
utils.o N 000001f8
utils.o N 000001fe
utils.o N 00000201
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o N 00000000
aes_core.o N 00000037
aes_core.o N 00000042
aes_core.o N 0000010e
aes_core.o N 00000112
aes_core.o N 0000011f
aes_core.o N 00000123
aes_core.o N 00000137
aes_core.o N 0000013c
aes_core.o N 00000140
aes_core.o N 00000144
aes_core.o N 00000148
aes_core.o N 0000014c
aes_core.o N 00000150
aes_core.o N 00000154
aes_core.o N 00000158
aes_core.o N 0000015c
aes_core.o N 00000160
aes_core.o N 0000016e
aes_core.o N 00000171
aes_core.o N 0000017d
aes_core.o N 00000191
aes_core.o N 00000195
aes_core.o N 000001a9
aes_core.o N 000001c4
aes_core.o N 000001d0
aes_core.o N 000001dc
aes_core.o N 000001ef
aes_core.o N 00000202
aes_core.o N 00000208
aes_core.o N 00000210
aes_core.o N 00000215
aes_core.o N 00000219
aes_core.o N 00000220
aes_core.o N 00000227
aes_core.o N 00000236
aes_core.o N 0000023e
aes_core.o N 00000241
aes_core.o N 00000243
aes_core.o N 00000248
aes_core.o N 0000024f
aes_core.o N 00000251
aes_core.o N 00000256
aes_core.o N 0000025b
aes_core.o N 0000025e
aes_core.o N 00000262
aes_core.o N 00000265
aes_core.o N 00000268
aes_core.o N 0000026b
aes_core.o N 0000026e
aes_core.o N 00000271
aes_core.o N 00000274
aes_core.o N 00000277
aes_core.o print_state T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 0000011b
encrypt.o N 00000150
encrypt.o N 00000154
encrypt.o N 00000189
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b0
encrypt.o N 000001b5
encrypt.o N 000001bb
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c7
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001e2
encrypt.o N 000001e8
encrypt.o N 000001ee
encrypt.o N 000001f1
encrypt.o N 000001f4
encrypt.o N 000001f8
encrypt.o N 000001fd
encrypt.o N 00000203
encrypt.o N 0000020a
encrypt.o N 00000217
encrypt.o N 0000021e
encrypt.o N 0000022d
encrypt.o N 00000235
encrypt.o N 0000023b
encrypt.o N 00000241
encrypt.o N 00000247
encrypt.o N 0000024d
encrypt.o N 00000253
encrypt.o N 0000025a
encrypt.o N 0000025e
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o N 00000000
marble.o N 00000037
marble.o N 00000040
marble.o N 0000010c
marble.o N 0000011a
marble.o N 0000011f
marble.o N 00000125
marble.o N 00000127
marble.o N 00000129
marble.o N 0000012d
marble.o N 00000131
marble.o N 00000135
marble.o N 00000138
marble.o N 0000013b
marble.o N 0000013f
marble.o N 00000141
marble.o N 00000155
marble.o N 0000015b
marble.o N 00000161
marble.o N 00000164
marble.o N 00000167
marble.o N 0000016b
marble.o N 00000170
marble.o N 00000176
marble.o N 0000017d
marble.o N 0000018a
marble.o N 00000191
marble.o N 000001a0
marble.o N 000001a8
marble.o N 000001ae
marble.o N 000001b4
marble.o N 000001ba
marble.o N 000001c0
marble.o N 000001c6
marble.o N 000001cd
marble.o N 000001d5
marble.o N 000001d7
marble.o N 000001de
marble.o N 000001e2
marble.o N 000001e4
marble.o N 000001e6
marble.o N 000001eb
marble.o N 000001ef
marble.o N 000001f9
marble.o N 000001ff
marble.o N 00000205
marble.o N 0000020b
marble.o N 00000214
marble.o N 0000021c
marble.o N 00000227
marble.o N 0000022b
marble.o N 00000232
marble.o N 0000023d
marble.o N 00000248
marble.o N 0000024c
marble.o N 0000024e
marble.o N 00000251
marble.o N 00000259
marble.o N 00000260
marble.o N 0000026a
marble.o N 0000026d
marble.o N 00000284
marble.o N 00000289
marble.o N 0000028f
marble.o N 00000295
marble.o N 000002a2
marble.o N 000002a6
marble.o N 000002aa
marble.o N 000002ae
marble.o N 000002b0
marble.o N 000002b6
marble.o N 000002b8
marble.o N 000002bc
marble.o N 000002c1
marble.o N 000002c8
marble.o N 000002cd
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o N 00000000
utils.o N 00000037
utils.o N 0000003f
utils.o N 0000010b
utils.o N 0000010d
utils.o N 0000011b
utils.o N 00000120
utils.o N 00000134
utils.o N 0000013a
utils.o N 00000140
utils.o N 00000143
utils.o N 00000146
utils.o N 0000014a
utils.o N 0000014f
utils.o N 00000155
utils.o N 0000015c
utils.o N 00000169
utils.o N 00000170
utils.o N 00000174
utils.o N 00000183
utils.o N 0000018b
utils.o N 00000191
utils.o N 00000197
utils.o N 0000019d
utils.o N 000001a3
utils.o N 000001a9
utils.o N 000001b0
utils.o N 000001bb
utils.o N 000001c2
utils.o N 000001c4
utils.o N 000001c6
utils.o N 000001c9
utils.o N 000001cb
utils.o N 000001d7
utils.o N 000001e1
utils.o N 000001e9
utils.o N 000001f0
utils.o N 000001f3
utils.o N 000001f7
utils.o N 000001fd
utils.o N 00000200
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Namespace violations


aes_core.o AES_decrypt T
aes_core.o AES_decrypt_4round T
aes_core.o AES_encrypt T
aes_core.o AES_encrypt_4round T
aes_core.o AES_set_4round_decrypt_key T
aes_core.o AES_set_decrypt_key T
aes_core.o AES_set_encrypt_key T
aes_core.o print_state T
marble.o Dec T
marble.o Division2 T
marble.o Enc T
marble.o Time2 T
marble.o Time3 T
marble.o Time7 T
marble.o Trans T
marble.o XLS T
marble.o ae_decrypt T
marble.o ae_encrypt T
marble.o ae_init T
marble.o invTrans T
marble.o invXLS T
marble.o mix T
marble.o process_ad T
marble.o rotate1 T
utils.o ae_allocate T
utils.o pstate T
utils.o pstate2 T
utils.o xor_bytes T
utils.o xor_bytes2 T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)