Test results for armeabi, berry0, crypto_aead/deoxysneq128128v1

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/deoxysneq128128v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: deoxysneq128128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
227811529408 0 044696 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
264626529248 0 044568 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
355808229772 0 047048 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
548516228069 0 040491 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
628589524332 0 039706 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
759347823852 0 039254 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
768243526100 0 037703 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909
797894526633 0 039007 356 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100620240909

Compiler output


deoxys.c: In file included from deoxys.c:27:
deoxys.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
deoxys.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50: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-11/lib/clang/11.0.1/include/mmintrin.h:129: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-11/lib/clang/11.0.1/include/mmintrin.h:159: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-11/lib/clang/11.0.1/include/mmintrin.h:189: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-11/lib/clang/11.0.1/include/mmintrin.h:216: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-11/lib/clang/11.0.1/include/mmintrin.h:239: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-11/lib/clang/11.0.1/include/mmintrin.h:260: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-11/lib/clang/11.0.1/include/mmintrin.h:287: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: 5, namely:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


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

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

Compiler output


tweakableBC.c: tweakableBC.c: In function 'aesTweakEncrypt':
tweakableBC.c: tweakableBC.c:886:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c:   886 |     int Nr;
tweakableBC.c:       |         ^~
tweakableBC.c: tweakableBC.c: In function 'aesTweakDecrypt':
tweakableBC.c: tweakableBC.c:1005:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c:  1005 |     int Nr;
tweakableBC.c:       |         ^~

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

Compiler output


tweakableBC.c: tweakableBC.c: In function 'aesTweakEncrypt':
tweakableBC.c: tweakableBC.c:886:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c:   886 |     int Nr;
tweakableBC.c:       |         ^~
tweakableBC.c: tweakableBC.c: In function 'aesTweakDecrypt':
tweakableBC.c: tweakableBC.c:1005:9: warning: variable 'Nr' set but not used [-Wunused-but-set-variable]
tweakableBC.c:  1005 |     int Nr;
tweakableBC.c:       |         ^~
tweakableBC.c: tweakableBC.c: In function 'deoxysKeySetupEnc256':
tweakableBC.c: tweakableBC.c:31:106: warning: 'tweakey[2][15]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c:    31 | #define GETU32(pt) (((uint32_t)(pt)[0] << 24) ^ ((uint32_t)(pt)[1] << 16) ^ ((uint32_t)(pt)[2] <<  8) ^ ((uint32_t)(pt)[3]))
tweakableBC.c:       |                                                                                                          ^
tweakableBC.c: tweakableBC.c:762:11: note: 'tweakey[2][15]' was declared here
tweakableBC.c:   762 |   uint8_t tweakey[3][16];
tweakableBC.c:       |           ^~~~~~~
tweakableBC.c: tweakableBC.c:31:78: warning: 'tweakey[2][14]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c:    31 | #define GETU32(pt) (((uint32_t)(pt)[0] << 24) ^ ((uint32_t)(pt)[1] << 16) ^ ((uint32_t)(pt)[2] <<  8) ^ ((uint32_t)(pt)[3]))
tweakableBC.c:       |                                                                              ^
tweakableBC.c: tweakableBC.c:762:11: note: 'tweakey[2][14]' was declared here
tweakableBC.c:   762 |   uint8_t tweakey[3][16];
tweakableBC.c:       |           ^~~~~~~
tweakableBC.c: tweakableBC.c:31:50: warning: 'tweakey[2][13]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c:    31 | #define GETU32(pt) (((uint32_t)(pt)[0] << 24) ^ ((uint32_t)(pt)[1] << 16) ^ ((uint32_t)(pt)[2] <<  8) ^ ((uint32_t)(pt)[3]))
tweakableBC.c:       |                                                  ^
tweakableBC.c: tweakableBC.c:762:11: note: 'tweakey[2][13]' was declared here
tweakableBC.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


deoxys.o N 0
deoxys.o N 107
deoxys.o N 10d
deoxys.o N 11b
deoxys.o N 125
deoxys.o N 12d
deoxys.o N 133
deoxys.o N 148
deoxys.o N 150
deoxys.o N 16a
deoxys.o N 173
deoxys.o N 18a
deoxys.o N 195
deoxys.o N 19e
deoxys.o N 1a9
deoxys.o N 1ac
deoxys.o N 1af
deoxys.o N 1b1
deoxys.o N 1b5
deoxys.o N 1c8
deoxys.o N 1ce
deoxys.o N 1de
deoxys.o N 1eb
deoxys.o N 1fb
deoxys.o N 20f
deoxys.o N 223
deoxys.o N 237
deoxys.o N 23c
deoxys.o N 247
deoxys.o N 25
deoxys.o N 250
deoxys.o N 256
deoxys.o N 261
deoxys.o N 265
deoxys.o N 26a
deoxys.o N 273
deoxys.o N 280
deoxys.o N 287
deoxys.o N 28f
deoxys.o N 295
deoxys.o N 29b
deoxys.o N 2a6
deoxys.o N 2aa
deoxys.o N 2ac
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 102
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 13f
encrypt.o N 143
encrypt.o N 179
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1dd
encrypt.o N 1e2
encrypt.o N 1e8
encrypt.o N 1eb
encrypt.o N 1f0
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f5
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10c
tweakableBC.o N 116
tweakableBC.o N 11e
tweakableBC.o N 132
tweakableBC.o N 137
tweakableBC.o N 13c
tweakableBC.o N 140
tweakableBC.o N 14d
tweakableBC.o N 158
tweakableBC.o N 161
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 18b
tweakableBC.o N 18d
tweakableBC.o N 193
tweakableBC.o N 195
tweakableBC.o N 19d
tweakableBC.o N 1a1
tweakableBC.o N 1a3
tweakableBC.o N 1a7
tweakableBC.o N 1a9
tweakableBC.o N 1be
tweakableBC.o N 1d3
tweakableBC.o N 1e3
tweakableBC.o N 1f3
tweakableBC.o N 1fc
tweakableBC.o N 205
tweakableBC.o N 211
tweakableBC.o N 21b
tweakableBC.o N 21e
tweakableBC.o N 220
tweakableBC.o N 222
tweakableBC.o N 227
tweakableBC.o N 22a
tweakableBC.o N 237
tweakableBC.o N 23a
tweakableBC.o N 23e
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 247
tweakableBC.o N 24a
tweakableBC.o N 24d
tweakableBC.o N 25
tweakableBC.o N 250
tweakableBC.o N 253
tweakableBC.o N 256
tweakableBC.o N 33
tweakableBC.o N f9
tweakableBC.o N fe
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 103
deoxys.o N 110
deoxys.o N 11e
deoxys.o N 12e
deoxys.o N 142
deoxys.o N 155
deoxys.o N 168
deoxys.o N 182
deoxys.o N 197
deoxys.o N 1a2
deoxys.o N 1b6
deoxys.o N 1ba
deoxys.o N 1c0
deoxys.o N 1ca
deoxys.o N 1d2
deoxys.o N 1e6
deoxys.o N 1ee
deoxys.o N 1f3
deoxys.o N 1fe
deoxys.o N 207
deoxys.o N 20d
deoxys.o N 218
deoxys.o N 21c
deoxys.o N 221
deoxys.o N 22a
deoxys.o N 237
deoxys.o N 23e
deoxys.o N 246
deoxys.o N 24c
deoxys.o N 25
deoxys.o N 252
deoxys.o N 25d
deoxys.o N 263
deoxys.o N 267
deoxys.o N 269
deoxys.o N 280
deoxys.o N 28b
deoxys.o N 294
deoxys.o N 296
deoxys.o N 29c
deoxys.o N 2a5
deoxys.o N 2a8
deoxys.o N 2ab
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 178
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d5
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e7
encrypt.o N 1ea
encrypt.o N 1ef
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10b
tweakableBC.o N 115
tweakableBC.o N 11d
tweakableBC.o N 131
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 13f
tweakableBC.o N 14c
tweakableBC.o N 157
tweakableBC.o N 160
tweakableBC.o N 164
tweakableBC.o N 168
tweakableBC.o N 16c
tweakableBC.o N 170
tweakableBC.o N 174
tweakableBC.o N 178
tweakableBC.o N 17c
tweakableBC.o N 180
tweakableBC.o N 184
tweakableBC.o N 18a
tweakableBC.o N 18c
tweakableBC.o N 18e
tweakableBC.o N 1a3
tweakableBC.o N 1a7
tweakableBC.o N 1bc
tweakableBC.o N 1cc
tweakableBC.o N 1dc
tweakableBC.o N 1de
tweakableBC.o N 1e4
tweakableBC.o N 1ec
tweakableBC.o N 1ee
tweakableBC.o N 1f2
tweakableBC.o N 1fb
tweakableBC.o N 204
tweakableBC.o N 210
tweakableBC.o N 21a
tweakableBC.o N 21d
tweakableBC.o N 21f
tweakableBC.o N 221
tweakableBC.o N 226
tweakableBC.o N 229
tweakableBC.o N 236
tweakableBC.o N 239
tweakableBC.o N 23d
tweakableBC.o N 240
tweakableBC.o N 243
tweakableBC.o N 246
tweakableBC.o N 249
tweakableBC.o N 24c
tweakableBC.o N 24f
tweakableBC.o N 25
tweakableBC.o N 252
tweakableBC.o N 255
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o N fd
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 107
deoxys.o N 10d
deoxys.o N 11b
deoxys.o N 125
deoxys.o N 12d
deoxys.o N 133
deoxys.o N 148
deoxys.o N 150
deoxys.o N 16a
deoxys.o N 173
deoxys.o N 18a
deoxys.o N 195
deoxys.o N 19e
deoxys.o N 1a9
deoxys.o N 1ac
deoxys.o N 1af
deoxys.o N 1b1
deoxys.o N 1b5
deoxys.o N 1c5
deoxys.o N 1d2
deoxys.o N 1e2
deoxys.o N 1f6
deoxys.o N 209
deoxys.o N 21d
deoxys.o N 231
deoxys.o N 236
deoxys.o N 241
deoxys.o N 24a
deoxys.o N 25
deoxys.o N 250
deoxys.o N 25b
deoxys.o N 25f
deoxys.o N 264
deoxys.o N 26d
deoxys.o N 27a
deoxys.o N 281
deoxys.o N 289
deoxys.o N 28f
deoxys.o N 295
deoxys.o N 2a0
deoxys.o N 2a6
deoxys.o N 2aa
deoxys.o N 2ac
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 102
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 12b
encrypt.o N 13f
encrypt.o N 143
encrypt.o N 179
encrypt.o N 1af
encrypt.o N 1b1
encrypt.o N 1b6
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d6
encrypt.o N 1d8
encrypt.o N 1dd
encrypt.o N 1e2
encrypt.o N 1e8
encrypt.o N 1eb
encrypt.o N 1f0
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f5
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10c
tweakableBC.o N 116
tweakableBC.o N 11e
tweakableBC.o N 132
tweakableBC.o N 137
tweakableBC.o N 13c
tweakableBC.o N 140
tweakableBC.o N 14d
tweakableBC.o N 158
tweakableBC.o N 161
tweakableBC.o N 165
tweakableBC.o N 169
tweakableBC.o N 16d
tweakableBC.o N 171
tweakableBC.o N 175
tweakableBC.o N 179
tweakableBC.o N 17d
tweakableBC.o N 181
tweakableBC.o N 185
tweakableBC.o N 187
tweakableBC.o N 18f
tweakableBC.o N 193
tweakableBC.o N 195
tweakableBC.o N 199
tweakableBC.o N 19b
tweakableBC.o N 1a1
tweakableBC.o N 1a7
tweakableBC.o N 1bc
tweakableBC.o N 1d1
tweakableBC.o N 1e1
tweakableBC.o N 1f1
tweakableBC.o N 1f3
tweakableBC.o N 1fc
tweakableBC.o N 205
tweakableBC.o N 211
tweakableBC.o N 21b
tweakableBC.o N 21e
tweakableBC.o N 220
tweakableBC.o N 222
tweakableBC.o N 227
tweakableBC.o N 22a
tweakableBC.o N 237
tweakableBC.o N 23a
tweakableBC.o N 23e
tweakableBC.o N 241
tweakableBC.o N 244
tweakableBC.o N 247
tweakableBC.o N 24a
tweakableBC.o N 24d
tweakableBC.o N 25
tweakableBC.o N 250
tweakableBC.o N 253
tweakableBC.o N 256
tweakableBC.o N 33
tweakableBC.o N f9
tweakableBC.o N fe
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


deoxys.o N 0
deoxys.o N 106
deoxys.o N 10c
deoxys.o N 11a
deoxys.o N 124
deoxys.o N 12c
deoxys.o N 132
deoxys.o N 147
deoxys.o N 14f
deoxys.o N 169
deoxys.o N 172
deoxys.o N 189
deoxys.o N 194
deoxys.o N 19d
deoxys.o N 1a8
deoxys.o N 1ab
deoxys.o N 1ae
deoxys.o N 1b0
deoxys.o N 1b4
deoxys.o N 1c7
deoxys.o N 1cd
deoxys.o N 1dd
deoxys.o N 1ea
deoxys.o N 1fa
deoxys.o N 20e
deoxys.o N 222
deoxys.o N 236
deoxys.o N 23b
deoxys.o N 246
deoxys.o N 24f
deoxys.o N 25
deoxys.o N 255
deoxys.o N 260
deoxys.o N 264
deoxys.o N 269
deoxys.o N 272
deoxys.o N 27f
deoxys.o N 286
deoxys.o N 28e
deoxys.o N 294
deoxys.o N 29a
deoxys.o N 2a5
deoxys.o N 2a9
deoxys.o N 2ab
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
encrypt.o N 0
encrypt.o N 101
encrypt.o N 108
encrypt.o N 11c
encrypt.o N 12a
encrypt.o N 13e
encrypt.o N 142
encrypt.o N 178
encrypt.o N 1ae
encrypt.o N 1b0
encrypt.o N 1b5
encrypt.o N 1cc
encrypt.o N 1ce
encrypt.o N 1d5
encrypt.o N 1d7
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e7
encrypt.o N 1ea
encrypt.o N 1ef
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f4
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 0
tweakableBC.o N 10b
tweakableBC.o N 115
tweakableBC.o N 11d
tweakableBC.o N 131
tweakableBC.o N 136
tweakableBC.o N 13b
tweakableBC.o N 13f
tweakableBC.o N 14c
tweakableBC.o N 157
tweakableBC.o N 160
tweakableBC.o N 164
tweakableBC.o N 168
tweakableBC.o N 16c
tweakableBC.o N 170
tweakableBC.o N 174
tweakableBC.o N 178
tweakableBC.o N 17c
tweakableBC.o N 180
tweakableBC.o N 184
tweakableBC.o N 18a
tweakableBC.o N 18c
tweakableBC.o N 192
tweakableBC.o N 194
tweakableBC.o N 19c
tweakableBC.o N 1a0
tweakableBC.o N 1a2
tweakableBC.o N 1a6
tweakableBC.o N 1a8
tweakableBC.o N 1bd
tweakableBC.o N 1d2
tweakableBC.o N 1e2
tweakableBC.o N 1f2
tweakableBC.o N 1fb
tweakableBC.o N 204
tweakableBC.o N 210
tweakableBC.o N 21a
tweakableBC.o N 21d
tweakableBC.o N 21f
tweakableBC.o N 221
tweakableBC.o N 226
tweakableBC.o N 229
tweakableBC.o N 236
tweakableBC.o N 239
tweakableBC.o N 23d
tweakableBC.o N 240
tweakableBC.o N 243
tweakableBC.o N 246
tweakableBC.o N 249
tweakableBC.o N 24c
tweakableBC.o N 24f
tweakableBC.o N 25
tweakableBC.o N 252
tweakableBC.o N 255
tweakableBC.o N 33
tweakableBC.o N f8
tweakableBC.o N fd
tweakableBC.o aesTweakDecrypt T
tweakableBC.o aesTweakEncrypt T
tweakableBC.o deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

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 deoxysKeySetupDec256 T
tweakableBC.o deoxysKeySetupEnc256 T
tweakableBC.o multi T

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