Test results for armeabi, bblack, crypto_aead/deoxysi128v141

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/deoxysi128v141
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: deoxysi128v141
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
42210437456 0 54761823 412 1344T:tableclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
44172837581 0 55248586 460 1328T:tablegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
44314441076 0 54756655 412 1336T:tableclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
44614441188 0 54757767 412 1328T:tableclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
44722441188 0 54757767 412 1328T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
45269636093 0 55246070 460 1328T:tablegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
47206437224 0 54752085 408 1320T:tableclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
47610433413 0 54843114 452 1320T:tablegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
57443233499 0 55243574 460 1328T:tablegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
161588829220 0 044787 412 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
163488825588 0 049939 412 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
220540830428 0 046995 412 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
220561630428 0 046995 412 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
233852828569 0 039570 460 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
378088025957 0 035934 460 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
421335224804 0 039665 408 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
558745623754 0 033454 452 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716
590444823491 0 033566 460 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080720240716

Compiler output


deoxys.c: In file included from deoxys.c:26:
deoxys.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/xmmintrin.h:27:
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:301:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys.c:     return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
deoxys.c: ...

Number of similar (implementation,compiler) pairs: 10, namely:
ImplementationCompiler
T:aesniclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesniclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesnisclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesnisclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesnisclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesnisclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:aesnisclang -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


deoxys.c: deoxys.c:26:10: fatal error: xmmintrin.h: No such file or directory
deoxys.c:  #include <xmmintrin.h>              /* SSE instructions and _mm_malloc */
deoxys.c:           ^~~~~~~~~~~~~
deoxys.c: compilation terminated.

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

Compiler output


deoxys_8.c: In file included from deoxys_8.c:29:
deoxys_8.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/tmmintrin.h:27:
deoxys_8.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/pmmintrin.h:27:
deoxys_8.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/emmintrin.h:27:
deoxys_8.c: In file included from /usr/lib/llvm-7/lib/clang/7.0.1/include/xmmintrin.h:27:
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:143:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:173:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:203:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:230:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:253:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
deoxys_8.c:            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
deoxys_8.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:274:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
deoxys_8.c:     return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
deoxys_8.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:bitsliceclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -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


deoxys_8.c: deoxys_8.c:29:10: fatal error: tmmintrin.h: No such file or directory
deoxys_8.c:  #include <tmmintrin.h>
deoxys_8.c:           ^~~~~~~~~~~~~
deoxys_8.c: compilation terminated.

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

Namespace violations


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010b
deoxys.o N 00000119
deoxys.o N 0000012e
deoxys.o N 00000136
deoxys.o N 00000140
deoxys.o N 00000148
deoxys.o N 0000014e
deoxys.o N 00000159
deoxys.o N 0000015c
deoxys.o N 0000015f
deoxys.o N 00000161
deoxys.o N 00000165
deoxys.o N 0000017f
deoxys.o N 00000188
deoxys.o N 0000019f
deoxys.o N 000001aa
deoxys.o N 000001b3
deoxys.o N 000001c6
deoxys.o N 000001cc
deoxys.o N 000001df
deoxys.o N 000001e5
deoxys.o N 000001f2
deoxys.o N 000001f4
deoxys.o N 000001f6
deoxys.o N 000001fb
deoxys.o N 00000208
deoxys.o N 0000020f
deoxys.o N 00000216
deoxys.o N 00000219
deoxys.o N 0000021c
deoxys.o N 00000230
deoxys.o N 00000244
deoxys.o N 00000258
deoxys.o N 0000025d
deoxys.o N 00000268
deoxys.o N 00000271
deoxys.o N 00000277
deoxys.o N 00000282
deoxys.o N 00000286
deoxys.o N 0000028b
deoxys.o N 00000294
deoxys.o N 000002a1
deoxys.o N 000002a9
deoxys.o N 000002af
deoxys.o N 000002b5
deoxys.o N 000002c0
deoxys.o N 000002c4
deoxys.o N 000002c6
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010c
encrypt.o N 00000119
encrypt.o N 00000120
encrypt.o N 00000153
encrypt.o N 00000157
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 0000019a
encrypt.o N 0000019f
encrypt.o N 000001b6
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d1
encrypt.o N 000001d4
encrypt.o N 000001d9
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000110
tweakableBC.o N 00000116
tweakableBC.o N 00000124
tweakableBC.o N 0000012e
tweakableBC.o N 00000136
tweakableBC.o N 0000014a
tweakableBC.o N 00000150
tweakableBC.o N 00000155
tweakableBC.o N 0000015a
tweakableBC.o N 0000015e
tweakableBC.o N 0000016b
tweakableBC.o N 00000176
tweakableBC.o N 0000017f
tweakableBC.o N 00000183
tweakableBC.o N 00000187
tweakableBC.o N 0000018b
tweakableBC.o N 0000018f
tweakableBC.o N 00000193
tweakableBC.o N 00000197
tweakableBC.o N 0000019b
tweakableBC.o N 0000019f
tweakableBC.o N 000001a3
tweakableBC.o N 000001af
tweakableBC.o N 000001b1
tweakableBC.o N 000001b7
tweakableBC.o N 000001b9
tweakableBC.o N 000001c1
tweakableBC.o N 000001c3
tweakableBC.o N 000001c7
tweakableBC.o N 000001c9
tweakableBC.o N 000001cd
tweakableBC.o N 000001e2
tweakableBC.o N 000001f7
tweakableBC.o N 00000207
tweakableBC.o N 00000217
tweakableBC.o N 00000220
tweakableBC.o N 00000229
tweakableBC.o N 00000235
tweakableBC.o N 0000023f
tweakableBC.o N 00000242
tweakableBC.o N 00000244
tweakableBC.o N 00000246
tweakableBC.o N 0000024b
tweakableBC.o N 0000024e
tweakableBC.o N 0000025b
tweakableBC.o N 0000025e
tweakableBC.o N 00000262
tweakableBC.o N 00000265
tweakableBC.o N 00000268
tweakableBC.o N 0000026b
tweakableBC.o N 0000026e
tweakableBC.o N 00000271
tweakableBC.o N 00000274
tweakableBC.o N 00000277
tweakableBC.o N 0000027a
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010b
deoxys.o N 00000119
deoxys.o N 0000012e
deoxys.o N 00000136
deoxys.o N 00000140
deoxys.o N 00000148
deoxys.o N 0000014e
deoxys.o N 00000159
deoxys.o N 0000015c
deoxys.o N 0000015f
deoxys.o N 00000161
deoxys.o N 00000165
deoxys.o N 0000017f
deoxys.o N 00000188
deoxys.o N 0000019f
deoxys.o N 000001aa
deoxys.o N 000001b3
deoxys.o N 000001c6
deoxys.o N 000001cc
deoxys.o N 000001df
deoxys.o N 000001e5
deoxys.o N 000001f2
deoxys.o N 000001f4
deoxys.o N 000001f6
deoxys.o N 000001fb
deoxys.o N 00000208
deoxys.o N 0000020f
deoxys.o N 00000216
deoxys.o N 00000219
deoxys.o N 0000021c
deoxys.o N 00000230
deoxys.o N 00000244
deoxys.o N 00000258
deoxys.o N 0000025d
deoxys.o N 00000268
deoxys.o N 00000271
deoxys.o N 00000277
deoxys.o N 00000282
deoxys.o N 00000286
deoxys.o N 0000028b
deoxys.o N 00000294
deoxys.o N 000002a1
deoxys.o N 000002a9
deoxys.o N 000002af
deoxys.o N 000002b5
deoxys.o N 000002c0
deoxys.o N 000002c4
deoxys.o N 000002c6
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010c
encrypt.o N 00000119
encrypt.o N 00000120
encrypt.o N 00000153
encrypt.o N 00000157
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 0000019a
encrypt.o N 0000019f
encrypt.o N 000001b6
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d1
encrypt.o N 000001d4
encrypt.o N 000001d9
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000110
tweakableBC.o N 00000116
tweakableBC.o N 00000124
tweakableBC.o N 0000012e
tweakableBC.o N 00000136
tweakableBC.o N 0000014a
tweakableBC.o N 00000150
tweakableBC.o N 00000155
tweakableBC.o N 0000015a
tweakableBC.o N 0000015e
tweakableBC.o N 0000016b
tweakableBC.o N 00000176
tweakableBC.o N 0000017f
tweakableBC.o N 00000183
tweakableBC.o N 00000187
tweakableBC.o N 0000018b
tweakableBC.o N 0000018f
tweakableBC.o N 00000193
tweakableBC.o N 00000197
tweakableBC.o N 0000019b
tweakableBC.o N 0000019f
tweakableBC.o N 000001a3
tweakableBC.o N 000001af
tweakableBC.o N 000001b1
tweakableBC.o N 000001b7
tweakableBC.o N 000001b9
tweakableBC.o N 000001c1
tweakableBC.o N 000001c5
tweakableBC.o N 000001c7
tweakableBC.o N 000001cb
tweakableBC.o N 000001cd
tweakableBC.o N 000001e2
tweakableBC.o N 000001f7
tweakableBC.o N 00000207
tweakableBC.o N 00000217
tweakableBC.o N 00000220
tweakableBC.o N 00000229
tweakableBC.o N 00000235
tweakableBC.o N 0000023f
tweakableBC.o N 00000242
tweakableBC.o N 00000244
tweakableBC.o N 00000246
tweakableBC.o N 0000024b
tweakableBC.o N 0000024e
tweakableBC.o N 0000025b
tweakableBC.o N 0000025e
tweakableBC.o N 00000262
tweakableBC.o N 00000265
tweakableBC.o N 00000268
tweakableBC.o N 0000026b
tweakableBC.o N 0000026e
tweakableBC.o N 00000271
tweakableBC.o N 00000274
tweakableBC.o N 00000277
tweakableBC.o N 0000027a
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010a
deoxys.o N 00000118
deoxys.o N 0000012d
deoxys.o N 00000135
deoxys.o N 0000013f
deoxys.o N 00000147
deoxys.o N 0000014d
deoxys.o N 00000158
deoxys.o N 0000015b
deoxys.o N 0000015e
deoxys.o N 00000160
deoxys.o N 00000164
deoxys.o N 0000017e
deoxys.o N 00000187
deoxys.o N 0000019e
deoxys.o N 000001a9
deoxys.o N 000001b2
deoxys.o N 000001c5
deoxys.o N 000001cb
deoxys.o N 000001de
deoxys.o N 000001e4
deoxys.o N 000001f1
deoxys.o N 000001f3
deoxys.o N 000001f5
deoxys.o N 000001fa
deoxys.o N 00000207
deoxys.o N 0000020e
deoxys.o N 00000215
deoxys.o N 00000218
deoxys.o N 0000021b
deoxys.o N 0000022f
deoxys.o N 00000243
deoxys.o N 00000257
deoxys.o N 0000025c
deoxys.o N 00000267
deoxys.o N 00000270
deoxys.o N 00000276
deoxys.o N 00000281
deoxys.o N 00000285
deoxys.o N 0000028a
deoxys.o N 00000293
deoxys.o N 000002a0
deoxys.o N 000002a8
deoxys.o N 000002ae
deoxys.o N 000002b4
deoxys.o N 000002bf
deoxys.o N 000002c3
deoxys.o N 000002c5
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000118
encrypt.o N 0000011f
encrypt.o N 00000152
encrypt.o N 00000156
encrypt.o N 00000189
encrypt.o N 0000018b
encrypt.o N 00000199
encrypt.o N 0000019e
encrypt.o N 000001b5
encrypt.o N 000001b7
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001c5
encrypt.o N 000001ca
encrypt.o N 000001d0
encrypt.o N 000001d3
encrypt.o N 000001d8
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 0000010f
tweakableBC.o N 00000115
tweakableBC.o N 00000123
tweakableBC.o N 0000012d
tweakableBC.o N 00000135
tweakableBC.o N 00000149
tweakableBC.o N 0000014f
tweakableBC.o N 00000154
tweakableBC.o N 00000159
tweakableBC.o N 0000015d
tweakableBC.o N 0000016a
tweakableBC.o N 00000175
tweakableBC.o N 0000017e
tweakableBC.o N 00000182
tweakableBC.o N 00000186
tweakableBC.o N 0000018a
tweakableBC.o N 0000018e
tweakableBC.o N 00000192
tweakableBC.o N 00000196
tweakableBC.o N 0000019a
tweakableBC.o N 0000019e
tweakableBC.o N 000001a2
tweakableBC.o N 000001ae
tweakableBC.o N 000001b0
tweakableBC.o N 000001b6
tweakableBC.o N 000001b8
tweakableBC.o N 000001c0
tweakableBC.o N 000001c2
tweakableBC.o N 000001c6
tweakableBC.o N 000001c8
tweakableBC.o N 000001cc
tweakableBC.o N 000001e1
tweakableBC.o N 000001f6
tweakableBC.o N 00000206
tweakableBC.o N 00000216
tweakableBC.o N 0000021f
tweakableBC.o N 00000228
tweakableBC.o N 00000234
tweakableBC.o N 0000023e
tweakableBC.o N 00000241
tweakableBC.o N 00000243
tweakableBC.o N 00000245
tweakableBC.o N 0000024a
tweakableBC.o N 0000024d
tweakableBC.o N 0000025a
tweakableBC.o N 0000025d
tweakableBC.o N 00000261
tweakableBC.o N 00000264
tweakableBC.o N 00000267
tweakableBC.o N 0000026a
tweakableBC.o N 0000026d
tweakableBC.o N 00000270
tweakableBC.o N 00000273
tweakableBC.o N 00000276
tweakableBC.o N 00000279
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010b
deoxys.o N 00000119
deoxys.o N 0000012c
deoxys.o N 00000132
deoxys.o N 0000013c
deoxys.o N 00000144
deoxys.o N 0000014a
deoxys.o N 00000164
deoxys.o N 0000016d
deoxys.o N 00000184
deoxys.o N 0000018f
deoxys.o N 00000198
deoxys.o N 000001ad
deoxys.o N 000001b5
deoxys.o N 000001c0
deoxys.o N 000001c3
deoxys.o N 000001c6
deoxys.o N 000001c8
deoxys.o N 000001cc
deoxys.o N 000001d9
deoxys.o N 000001db
deoxys.o N 000001dd
deoxys.o N 000001e2
deoxys.o N 000001ef
deoxys.o N 000001f6
deoxys.o N 000001fd
deoxys.o N 00000200
deoxys.o N 00000203
deoxys.o N 00000217
deoxys.o N 0000022a
deoxys.o N 0000023e
deoxys.o N 00000252
deoxys.o N 00000257
deoxys.o N 00000262
deoxys.o N 0000026b
deoxys.o N 00000271
deoxys.o N 0000027c
deoxys.o N 00000280
deoxys.o N 00000285
deoxys.o N 0000028e
deoxys.o N 0000029b
deoxys.o N 000002a3
deoxys.o N 000002a9
deoxys.o N 000002af
deoxys.o N 000002ba
deoxys.o N 000002c0
deoxys.o N 000002c4
deoxys.o N 000002c6
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010c
encrypt.o N 00000119
encrypt.o N 00000120
encrypt.o N 00000153
encrypt.o N 00000157
encrypt.o N 0000018a
encrypt.o N 0000018c
encrypt.o N 0000019a
encrypt.o N 0000019f
encrypt.o N 000001b6
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d1
encrypt.o N 000001d4
encrypt.o N 000001d9
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000110
tweakableBC.o N 00000116
tweakableBC.o N 00000124
tweakableBC.o N 0000012e
tweakableBC.o N 00000136
tweakableBC.o N 0000014a
tweakableBC.o N 00000150
tweakableBC.o N 00000155
tweakableBC.o N 0000015a
tweakableBC.o N 0000015e
tweakableBC.o N 0000016b
tweakableBC.o N 00000176
tweakableBC.o N 0000017f
tweakableBC.o N 00000183
tweakableBC.o N 00000187
tweakableBC.o N 0000018b
tweakableBC.o N 0000018f
tweakableBC.o N 00000193
tweakableBC.o N 00000197
tweakableBC.o N 0000019b
tweakableBC.o N 0000019f
tweakableBC.o N 000001a3
tweakableBC.o N 000001a5
tweakableBC.o N 000001ad
tweakableBC.o N 000001b1
tweakableBC.o N 000001b3
tweakableBC.o N 000001b7
tweakableBC.o N 000001b9
tweakableBC.o N 000001bf
tweakableBC.o N 000001cb
tweakableBC.o N 000001e0
tweakableBC.o N 000001f5
tweakableBC.o N 00000205
tweakableBC.o N 00000215
tweakableBC.o N 00000217
tweakableBC.o N 00000220
tweakableBC.o N 00000229
tweakableBC.o N 00000235
tweakableBC.o N 0000023f
tweakableBC.o N 00000242
tweakableBC.o N 00000244
tweakableBC.o N 00000246
tweakableBC.o N 0000024b
tweakableBC.o N 0000024e
tweakableBC.o N 0000025b
tweakableBC.o N 0000025e
tweakableBC.o N 00000262
tweakableBC.o N 00000265
tweakableBC.o N 00000268
tweakableBC.o N 0000026b
tweakableBC.o N 0000026e
tweakableBC.o N 00000271
tweakableBC.o N 00000274
tweakableBC.o N 00000277
tweakableBC.o N 0000027a
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010a
deoxys.o N 00000118
deoxys.o N 00000123
deoxys.o N 00000126
deoxys.o N 00000130
deoxys.o N 00000138
deoxys.o N 0000013b
deoxys.o N 0000013d
deoxys.o N 00000141
deoxys.o N 00000156
deoxys.o N 0000015e
deoxys.o N 00000164
deoxys.o N 0000017e
deoxys.o N 00000187
deoxys.o N 0000019e
deoxys.o N 000001a9
deoxys.o N 000001b2
deoxys.o N 000001c5
deoxys.o N 000001cb
deoxys.o N 000001de
deoxys.o N 000001e4
deoxys.o N 000001f1
deoxys.o N 000001f3
deoxys.o N 000001f5
deoxys.o N 000001fa
deoxys.o N 00000207
deoxys.o N 0000020e
deoxys.o N 00000211
deoxys.o N 00000218
deoxys.o N 0000021b
deoxys.o N 0000022f
deoxys.o N 00000243
deoxys.o N 00000257
deoxys.o N 00000262
deoxys.o N 00000266
deoxys.o N 0000026f
deoxys.o N 0000027c
deoxys.o N 00000284
deoxys.o N 0000028a
deoxys.o N 00000290
deoxys.o N 0000029b
deoxys.o N 0000029f
deoxys.o N 000002a4
deoxys.o N 000002ad
deoxys.o N 000002af
deoxys.o N 000002ba
deoxys.o N 000002c0
deoxys.o N 000002c5
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000118
encrypt.o N 0000011f
encrypt.o N 00000152
encrypt.o N 00000156
encrypt.o N 00000189
encrypt.o N 0000018b
encrypt.o N 00000199
encrypt.o N 0000019e
encrypt.o N 000001b5
encrypt.o N 000001b7
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001c5
encrypt.o N 000001ca
encrypt.o N 000001d0
encrypt.o N 000001d3
encrypt.o N 000001d8
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 0000010f
tweakableBC.o N 00000115
tweakableBC.o N 00000123
tweakableBC.o N 0000012d
tweakableBC.o N 00000135
tweakableBC.o N 00000149
tweakableBC.o N 0000014f
tweakableBC.o N 00000154
tweakableBC.o N 00000159
tweakableBC.o N 0000015d
tweakableBC.o N 0000016a
tweakableBC.o N 00000175
tweakableBC.o N 0000017e
tweakableBC.o N 00000182
tweakableBC.o N 00000186
tweakableBC.o N 0000018a
tweakableBC.o N 0000018e
tweakableBC.o N 00000192
tweakableBC.o N 00000196
tweakableBC.o N 0000019a
tweakableBC.o N 0000019e
tweakableBC.o N 000001a2
tweakableBC.o N 000001ae
tweakableBC.o N 000001b0
tweakableBC.o N 000001b6
tweakableBC.o N 000001b8
tweakableBC.o N 000001c0
tweakableBC.o N 000001c4
tweakableBC.o N 000001c6
tweakableBC.o N 000001ca
tweakableBC.o N 000001cc
tweakableBC.o N 000001e1
tweakableBC.o N 000001f6
tweakableBC.o N 00000206
tweakableBC.o N 00000216
tweakableBC.o N 0000021f
tweakableBC.o N 00000228
tweakableBC.o N 00000234
tweakableBC.o N 0000023e
tweakableBC.o N 00000241
tweakableBC.o N 00000243
tweakableBC.o N 00000245
tweakableBC.o N 0000024a
tweakableBC.o N 0000024d
tweakableBC.o N 0000025a
tweakableBC.o N 0000025d
tweakableBC.o N 00000261
tweakableBC.o N 00000264
tweakableBC.o N 00000267
tweakableBC.o N 0000026a
tweakableBC.o N 0000026d
tweakableBC.o N 00000270
tweakableBC.o N 00000273
tweakableBC.o N 00000276
tweakableBC.o N 00000279
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o choose_lfsr T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 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)

Namespace violations


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010d
deoxys.o N 0000011b
deoxys.o N 00000130
deoxys.o N 00000138
deoxys.o N 00000142
deoxys.o N 0000014a
deoxys.o N 00000150
deoxys.o N 0000015b
deoxys.o N 0000015e
deoxys.o N 00000161
deoxys.o N 00000163
deoxys.o N 00000167
deoxys.o N 00000181
deoxys.o N 0000018a
deoxys.o N 000001a1
deoxys.o N 000001ac
deoxys.o N 000001b5
deoxys.o N 000001c8
deoxys.o N 000001ce
deoxys.o N 000001e1
deoxys.o N 000001e7
deoxys.o N 000001f4
deoxys.o N 000001f6
deoxys.o N 000001f8
deoxys.o N 000001fd
deoxys.o N 0000020a
deoxys.o N 00000211
deoxys.o N 00000218
deoxys.o N 0000021b
deoxys.o N 0000021e
deoxys.o N 00000232
deoxys.o N 00000246
deoxys.o N 0000025a
deoxys.o N 0000025f
deoxys.o N 0000026a
deoxys.o N 00000273
deoxys.o N 00000279
deoxys.o N 00000284
deoxys.o N 00000288
deoxys.o N 0000028d
deoxys.o N 00000296
deoxys.o N 000002a3
deoxys.o N 000002ab
deoxys.o N 000002b1
deoxys.o N 000002b7
deoxys.o N 000002c2
deoxys.o N 000002c6
deoxys.o N 000002c8
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011b
encrypt.o N 00000122
encrypt.o N 00000157
encrypt.o N 0000015b
encrypt.o N 00000190
encrypt.o N 00000192
encrypt.o N 000001a0
encrypt.o N 000001a5
encrypt.o N 000001bc
encrypt.o N 000001be
encrypt.o N 000001c5
encrypt.o N 000001c7
encrypt.o N 000001cc
encrypt.o N 000001d1
encrypt.o N 000001d7
encrypt.o N 000001da
encrypt.o N 000001df
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000112
tweakableBC.o N 0000011b
tweakableBC.o N 00000128
tweakableBC.o N 00000133
tweakableBC.o N 0000013c
tweakableBC.o N 0000013f
tweakableBC.o N 00000153
tweakableBC.o N 00000156
tweakableBC.o N 0000015c
tweakableBC.o N 0000016a
tweakableBC.o N 00000174
tweakableBC.o N 0000017c
tweakableBC.o N 00000182
tweakableBC.o N 00000189
tweakableBC.o N 0000019c
tweakableBC.o N 000001a7
tweakableBC.o N 000001b8
tweakableBC.o N 000001cf
tweakableBC.o N 000001d3
tweakableBC.o N 000001d7
tweakableBC.o N 000001db
tweakableBC.o N 000001df
tweakableBC.o N 000001e3
tweakableBC.o N 000001e7
tweakableBC.o N 000001eb
tweakableBC.o N 000001ef
tweakableBC.o N 000001f3
tweakableBC.o N 000001f7
tweakableBC.o N 00000203
tweakableBC.o N 00000205
tweakableBC.o N 0000020b
tweakableBC.o N 0000020f
tweakableBC.o N 00000212
tweakableBC.o N 00000214
tweakableBC.o N 00000229
tweakableBC.o N 0000022d
tweakableBC.o N 00000236
tweakableBC.o N 00000242
tweakableBC.o N 00000245
tweakableBC.o N 00000247
tweakableBC.o N 00000249
tweakableBC.o N 0000024e
tweakableBC.o N 0000025e
tweakableBC.o N 00000264
tweakableBC.o N 00000274
tweakableBC.o N 00000289
tweakableBC.o N 00000299
tweakableBC.o N 000002a6
tweakableBC.o N 000002a9
tweakableBC.o N 000002ad
tweakableBC.o N 000002b0
tweakableBC.o N 000002b3
tweakableBC.o N 000002b6
tweakableBC.o N 000002b9
tweakableBC.o N 000002bc
tweakableBC.o N 000002bf
tweakableBC.o N 000002c2
tweakableBC.o N 000002c5
tweakableBC.o N 000002c8
tweakableBC.o N 000002cc
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:tableclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:tableclang -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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010c
deoxys.o N 0000011a
deoxys.o N 0000012f
deoxys.o N 00000137
deoxys.o N 00000141
deoxys.o N 00000149
deoxys.o N 0000014f
deoxys.o N 0000015a
deoxys.o N 0000015d
deoxys.o N 00000160
deoxys.o N 00000162
deoxys.o N 00000166
deoxys.o N 00000180
deoxys.o N 00000189
deoxys.o N 000001a0
deoxys.o N 000001ab
deoxys.o N 000001b4
deoxys.o N 000001c7
deoxys.o N 000001cd
deoxys.o N 000001e0
deoxys.o N 000001e6
deoxys.o N 000001f3
deoxys.o N 000001f5
deoxys.o N 000001f7
deoxys.o N 000001fc
deoxys.o N 00000209
deoxys.o N 00000210
deoxys.o N 00000217
deoxys.o N 0000021a
deoxys.o N 0000021d
deoxys.o N 00000231
deoxys.o N 00000245
deoxys.o N 00000259
deoxys.o N 0000025e
deoxys.o N 00000269
deoxys.o N 00000272
deoxys.o N 00000278
deoxys.o N 00000283
deoxys.o N 00000287
deoxys.o N 0000028c
deoxys.o N 00000295
deoxys.o N 000002a2
deoxys.o N 000002aa
deoxys.o N 000002b0
deoxys.o N 000002b6
deoxys.o N 000002c1
deoxys.o N 000002c5
deoxys.o N 000002c7
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 0000011a
encrypt.o N 00000121
encrypt.o N 00000156
encrypt.o N 0000015a
encrypt.o N 0000018f
encrypt.o N 00000191
encrypt.o N 0000019f
encrypt.o N 000001a4
encrypt.o N 000001bb
encrypt.o N 000001bd
encrypt.o N 000001c4
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001d6
encrypt.o N 000001d9
encrypt.o N 000001de
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000111
tweakableBC.o N 0000011a
tweakableBC.o N 00000127
tweakableBC.o N 00000132
tweakableBC.o N 0000013b
tweakableBC.o N 0000013e
tweakableBC.o N 00000152
tweakableBC.o N 00000155
tweakableBC.o N 0000015b
tweakableBC.o N 00000169
tweakableBC.o N 00000173
tweakableBC.o N 0000017b
tweakableBC.o N 00000181
tweakableBC.o N 00000188
tweakableBC.o N 0000019b
tweakableBC.o N 000001a6
tweakableBC.o N 000001b7
tweakableBC.o N 000001ce
tweakableBC.o N 000001d2
tweakableBC.o N 000001d6
tweakableBC.o N 000001da
tweakableBC.o N 000001de
tweakableBC.o N 000001e2
tweakableBC.o N 000001e6
tweakableBC.o N 000001ea
tweakableBC.o N 000001ee
tweakableBC.o N 000001f2
tweakableBC.o N 000001f6
tweakableBC.o N 00000202
tweakableBC.o N 00000204
tweakableBC.o N 0000020a
tweakableBC.o N 0000020e
tweakableBC.o N 00000211
tweakableBC.o N 00000213
tweakableBC.o N 00000228
tweakableBC.o N 0000022c
tweakableBC.o N 00000235
tweakableBC.o N 00000241
tweakableBC.o N 00000244
tweakableBC.o N 00000246
tweakableBC.o N 00000248
tweakableBC.o N 0000024d
tweakableBC.o N 0000025d
tweakableBC.o N 00000263
tweakableBC.o N 00000273
tweakableBC.o N 00000288
tweakableBC.o N 00000298
tweakableBC.o N 000002a5
tweakableBC.o N 000002a8
tweakableBC.o N 000002ac
tweakableBC.o N 000002af
tweakableBC.o N 000002b2
tweakableBC.o N 000002b5
tweakableBC.o N 000002b8
tweakableBC.o N 000002bb
tweakableBC.o N 000002be
tweakableBC.o N 000002c1
tweakableBC.o N 000002c4
tweakableBC.o N 000002c7
tweakableBC.o N 000002cb
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010d
deoxys.o N 0000011b
deoxys.o N 0000012e
deoxys.o N 00000134
deoxys.o N 0000013e
deoxys.o N 00000146
deoxys.o N 0000014c
deoxys.o N 00000166
deoxys.o N 0000016f
deoxys.o N 00000186
deoxys.o N 00000191
deoxys.o N 0000019a
deoxys.o N 000001af
deoxys.o N 000001b7
deoxys.o N 000001c2
deoxys.o N 000001c5
deoxys.o N 000001c8
deoxys.o N 000001ca
deoxys.o N 000001ce
deoxys.o N 000001db
deoxys.o N 000001dd
deoxys.o N 000001df
deoxys.o N 000001e4
deoxys.o N 000001f1
deoxys.o N 000001f8
deoxys.o N 000001ff
deoxys.o N 00000202
deoxys.o N 00000205
deoxys.o N 00000219
deoxys.o N 0000022c
deoxys.o N 00000240
deoxys.o N 00000254
deoxys.o N 00000259
deoxys.o N 00000264
deoxys.o N 0000026d
deoxys.o N 00000273
deoxys.o N 0000027e
deoxys.o N 00000282
deoxys.o N 00000287
deoxys.o N 00000290
deoxys.o N 0000029d
deoxys.o N 000002a5
deoxys.o N 000002ab
deoxys.o N 000002b1
deoxys.o N 000002bc
deoxys.o N 000002c2
deoxys.o N 000002c6
deoxys.o N 000002c8
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010e
encrypt.o N 0000011b
encrypt.o N 00000122
encrypt.o N 00000157
encrypt.o N 0000015b
encrypt.o N 00000190
encrypt.o N 00000192
encrypt.o N 000001a0
encrypt.o N 000001a5
encrypt.o N 000001bc
encrypt.o N 000001be
encrypt.o N 000001c5
encrypt.o N 000001c7
encrypt.o N 000001cc
encrypt.o N 000001d1
encrypt.o N 000001d7
encrypt.o N 000001da
encrypt.o N 000001df
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000112
tweakableBC.o N 0000011b
tweakableBC.o N 00000128
tweakableBC.o N 00000133
tweakableBC.o N 0000013c
tweakableBC.o N 0000013f
tweakableBC.o N 00000153
tweakableBC.o N 00000156
tweakableBC.o N 0000015c
tweakableBC.o N 0000016a
tweakableBC.o N 00000174
tweakableBC.o N 0000017c
tweakableBC.o N 00000182
tweakableBC.o N 00000189
tweakableBC.o N 0000019c
tweakableBC.o N 000001a7
tweakableBC.o N 000001b8
tweakableBC.o N 000001cf
tweakableBC.o N 000001d3
tweakableBC.o N 000001d7
tweakableBC.o N 000001db
tweakableBC.o N 000001df
tweakableBC.o N 000001e3
tweakableBC.o N 000001e7
tweakableBC.o N 000001eb
tweakableBC.o N 000001ef
tweakableBC.o N 000001f3
tweakableBC.o N 000001f7
tweakableBC.o N 0000020c
tweakableBC.o N 00000210
tweakableBC.o N 00000219
tweakableBC.o N 00000225
tweakableBC.o N 00000228
tweakableBC.o N 0000022a
tweakableBC.o N 0000022c
tweakableBC.o N 00000231
tweakableBC.o N 00000241
tweakableBC.o N 00000247
tweakableBC.o N 00000257
tweakableBC.o N 0000026c
tweakableBC.o N 0000027c
tweakableBC.o N 00000288
tweakableBC.o N 0000028c
tweakableBC.o N 00000292
tweakableBC.o N 00000294
tweakableBC.o N 00000297
tweakableBC.o N 000002a4
tweakableBC.o N 000002a7
tweakableBC.o N 000002ab
tweakableBC.o N 000002ae
tweakableBC.o N 000002b1
tweakableBC.o N 000002b4
tweakableBC.o N 000002b7
tweakableBC.o N 000002ba
tweakableBC.o N 000002bd
tweakableBC.o N 000002c0
tweakableBC.o N 000002c3
tweakableBC.o N 000002c6
tweakableBC.o N 000002ca
tweakableBC.o N 000002d5
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -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


deoxys.o N 00000000
deoxys.o N 00000037
deoxys.o N 00000040
deoxys.o N 0000010c
deoxys.o N 0000011a
deoxys.o N 00000125
deoxys.o N 00000128
deoxys.o N 00000132
deoxys.o N 0000013a
deoxys.o N 0000013d
deoxys.o N 0000013f
deoxys.o N 00000143
deoxys.o N 00000158
deoxys.o N 00000160
deoxys.o N 00000166
deoxys.o N 00000180
deoxys.o N 00000189
deoxys.o N 000001a0
deoxys.o N 000001ab
deoxys.o N 000001b4
deoxys.o N 000001c7
deoxys.o N 000001cd
deoxys.o N 000001e0
deoxys.o N 000001e6
deoxys.o N 000001f3
deoxys.o N 000001f5
deoxys.o N 000001f7
deoxys.o N 000001fc
deoxys.o N 00000209
deoxys.o N 00000210
deoxys.o N 00000213
deoxys.o N 0000021a
deoxys.o N 0000021d
deoxys.o N 00000231
deoxys.o N 00000245
deoxys.o N 00000259
deoxys.o N 00000264
deoxys.o N 00000268
deoxys.o N 00000271
deoxys.o N 0000027e
deoxys.o N 00000286
deoxys.o N 0000028c
deoxys.o N 00000292
deoxys.o N 0000029d
deoxys.o N 000002a1
deoxys.o N 000002a6
deoxys.o N 000002af
deoxys.o N 000002b1
deoxys.o N 000002bc
deoxys.o N 000002c2
deoxys.o N 000002c7
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010d
encrypt.o N 0000011a
encrypt.o N 00000121
encrypt.o N 00000156
encrypt.o N 0000015a
encrypt.o N 0000018f
encrypt.o N 00000191
encrypt.o N 0000019f
encrypt.o N 000001a4
encrypt.o N 000001bb
encrypt.o N 000001bd
encrypt.o N 000001c4
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d0
encrypt.o N 000001d6
encrypt.o N 000001d9
encrypt.o N 000001de
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000111
tweakableBC.o N 0000011a
tweakableBC.o N 00000127
tweakableBC.o N 00000132
tweakableBC.o N 0000013b
tweakableBC.o N 0000013e
tweakableBC.o N 00000152
tweakableBC.o N 00000155
tweakableBC.o N 0000015b
tweakableBC.o N 00000169
tweakableBC.o N 00000173
tweakableBC.o N 0000017b
tweakableBC.o N 00000181
tweakableBC.o N 00000188
tweakableBC.o N 0000019b
tweakableBC.o N 000001a6
tweakableBC.o N 000001b7
tweakableBC.o N 000001ce
tweakableBC.o N 000001d2
tweakableBC.o N 000001d6
tweakableBC.o N 000001da
tweakableBC.o N 000001de
tweakableBC.o N 000001e2
tweakableBC.o N 000001e6
tweakableBC.o N 000001ea
tweakableBC.o N 000001ee
tweakableBC.o N 000001f2
tweakableBC.o N 000001f6
tweakableBC.o N 00000202
tweakableBC.o N 00000204
tweakableBC.o N 0000020a
tweakableBC.o N 0000020e
tweakableBC.o N 00000211
tweakableBC.o N 00000213
tweakableBC.o N 00000228
tweakableBC.o N 0000022c
tweakableBC.o N 00000235
tweakableBC.o N 00000241
tweakableBC.o N 00000244
tweakableBC.o N 00000246
tweakableBC.o N 00000248
tweakableBC.o N 0000024d
tweakableBC.o N 0000025d
tweakableBC.o N 00000263
tweakableBC.o N 00000273
tweakableBC.o N 00000288
tweakableBC.o N 00000298
tweakableBC.o N 000002a5
tweakableBC.o N 000002a8
tweakableBC.o N 000002ac
tweakableBC.o N 000002af
tweakableBC.o N 000002b2
tweakableBC.o N 000002b5
tweakableBC.o N 000002b8
tweakableBC.o N 000002bb
tweakableBC.o N 000002be
tweakableBC.o N 000002c1
tweakableBC.o N 000002c4
tweakableBC.o N 000002c7
tweakableBC.o N 000002cb
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:tableclang -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


deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
tweakableBC.o RCON_ROW R
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o prepare_subkeys T

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