Test results for armeabi, berry0, crypto_aead/deoxyseq256128v13

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/deoxyseq256128v13
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: deoxyseq256128v13
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
492370829952 0 045188 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
622511029792 0 045044 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
754188130324 0 047544 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1160231229057 0 041527 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1246147725756 0 041082 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1850131626868 0 038495 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1890536827681 0 040103 356 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
1891610524472 0 039766 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909

Compiler output


deoxys.c: deoxys.c:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:     uint8_t Final[16];
deoxys.c:             ^
deoxys.c: deoxys.c:138:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:     uint8_t zero_block[16];
deoxys.c:             ^
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:     uint8_t Pad[16];
deoxys.c:             ^
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c:     uint8_t Checksum[16];
deoxys.c:             ^
deoxys.c: deoxys.c:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:     uint8_t Final[16];
deoxys.c:             ^
deoxys.c: deoxys.c:309:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:     uint8_t zero_block[16];
deoxys.c:             ^
deoxys.c: deoxys.c:310:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:     uint8_t Pad[16];
deoxys.c:             ^
deoxys.c: 7 warnings generated.

Number of similar (implementation,compiler) pairs: 5, 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)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


deoxys.c: deoxys.c: In function 'deoxys_aead_encrypt':
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:   139 |     uint8_t Pad[16];
deoxys.c:       |             ^~~
deoxys.c: deoxys.c:138:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:   138 |     uint8_t zero_block[16];
deoxys.c:       |             ^~~~~~~~~~
deoxys.c: deoxys.c:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:   137 |     uint8_t Final[16];
deoxys.c:       |             ^~~~~
deoxys.c: deoxys.c: In function 'deoxys_aead_decrypt':
deoxys.c: deoxys.c:310:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:   310 |     uint8_t Pad[16];
deoxys.c:       |             ^~~
deoxys.c: deoxys.c:309:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:   309 |     uint8_t zero_block[16];
deoxys.c:       |             ^~~~~~~~~~
deoxys.c: deoxys.c:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:   308 |     uint8_t Final[16];
deoxys.c:       |             ^~~~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c:   307 |     uint8_t Checksum[16];
deoxys.c:       |             ^~~~~~~~
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


deoxys.c: deoxys.c: In function 'deoxys_aead_encrypt':
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:   139 |     uint8_t Pad[16];
deoxys.c:       |             ^~~
deoxys.c: deoxys.c:138:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:   138 |     uint8_t zero_block[16];
deoxys.c:       |             ^~~~~~~~~~
deoxys.c: deoxys.c:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:   137 |     uint8_t Final[16];
deoxys.c:       |             ^~~~~
deoxys.c: deoxys.c: In function 'deoxys_aead_decrypt':
deoxys.c: deoxys.c:310:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c:   310 |     uint8_t Pad[16];
deoxys.c:       |             ^~~
deoxys.c: deoxys.c:309:13: warning: unused variable 'zero_block' [-Wunused-variable]
deoxys.c:   309 |     uint8_t zero_block[16];
deoxys.c:       |             ^~~~~~~~~~
deoxys.c: deoxys.c:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c:   308 |     uint8_t Final[16];
deoxys.c:       |             ^~~~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c:   307 |     uint8_t Checksum[16];
deoxys.c:       |             ^~~~~~~~
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 10b
deoxys.o N 116
deoxys.o N 11f
deoxys.o N 12d
deoxys.o N 142
deoxys.o N 14a
deoxys.o N 154
deoxys.o N 15c
deoxys.o N 162
deoxys.o N 16d
deoxys.o N 170
deoxys.o N 173
deoxys.o N 175
deoxys.o N 179
deoxys.o N 193
deoxys.o N 19c
deoxys.o N 1b6
deoxys.o N 1c6
deoxys.o N 1d3
deoxys.o N 1e0
deoxys.o N 1e2
deoxys.o N 1e4
deoxys.o N 1e9
deoxys.o N 1f0
deoxys.o N 1f7
deoxys.o N 1fa
deoxys.o N 1fd
deoxys.o N 211
deoxys.o N 225
deoxys.o N 239
deoxys.o N 23e
deoxys.o N 249
deoxys.o N 24e
deoxys.o N 25
deoxys.o N 252
deoxys.o N 25b
deoxys.o N 268
deoxys.o N 270
deoxys.o N 276
deoxys.o N 27c
deoxys.o N 287
deoxys.o N 28d
deoxys.o N 291
deoxys.o N 299
deoxys.o N 2a1
deoxys.o N 2a3
deoxys.o N 2a9
deoxys.o N 2b4
deoxys.o N 2b8
deoxys.o N 2bc
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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 10a
deoxys.o N 115
deoxys.o N 11e
deoxys.o N 12c
deoxys.o N 13c
deoxys.o N 149
deoxys.o N 163
deoxys.o N 177
deoxys.o N 191
deoxys.o N 1a4
deoxys.o N 1b9
deoxys.o N 1c4
deoxys.o N 1d8
deoxys.o N 1dc
deoxys.o N 1e9
deoxys.o N 1ef
deoxys.o N 1f9
deoxys.o N 201
deoxys.o N 215
deoxys.o N 21d
deoxys.o N 222
deoxys.o N 22d
deoxys.o N 232
deoxys.o N 236
deoxys.o N 23f
deoxys.o N 24c
deoxys.o N 25
deoxys.o N 253
deoxys.o N 25b
deoxys.o N 261
deoxys.o N 267
deoxys.o N 272
deoxys.o N 278
deoxys.o N 27c
deoxys.o N 27e
deoxys.o N 286
deoxys.o N 28e
deoxys.o N 290
deoxys.o N 296
deoxys.o N 2a1
deoxys.o N 2a5
deoxys.o N 2ae
deoxys.o N 2b4
deoxys.o N 2b7
deoxys.o N 2ba
deoxys.o N 2be
deoxys.o N 2c7
deoxys.o N 2c9
deoxys.o N 2cb
deoxys.o N 2ce
deoxys.o N 2d1
deoxys.o N 2d8
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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 10b
deoxys.o N 116
deoxys.o N 11f
deoxys.o N 12d
deoxys.o N 142
deoxys.o N 14a
deoxys.o N 154
deoxys.o N 15c
deoxys.o N 162
deoxys.o N 16d
deoxys.o N 170
deoxys.o N 173
deoxys.o N 175
deoxys.o N 179
deoxys.o N 193
deoxys.o N 19c
deoxys.o N 1ac
deoxys.o N 1b9
deoxys.o N 1c6
deoxys.o N 1c8
deoxys.o N 1ca
deoxys.o N 1cf
deoxys.o N 1d6
deoxys.o N 1dd
deoxys.o N 1e0
deoxys.o N 1e3
deoxys.o N 1fd
deoxys.o N 211
deoxys.o N 225
deoxys.o N 239
deoxys.o N 23e
deoxys.o N 249
deoxys.o N 24e
deoxys.o N 25
deoxys.o N 252
deoxys.o N 25b
deoxys.o N 268
deoxys.o N 270
deoxys.o N 276
deoxys.o N 27c
deoxys.o N 287
deoxys.o N 28d
deoxys.o N 291
deoxys.o N 299
deoxys.o N 2a1
deoxys.o N 2a3
deoxys.o N 2a9
deoxys.o N 2b4
deoxys.o N 2b8
deoxys.o N 2bc
deoxys.o N 2e
deoxys.o N f4
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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 10a
deoxys.o N 115
deoxys.o N 11e
deoxys.o N 12c
deoxys.o N 141
deoxys.o N 149
deoxys.o N 153
deoxys.o N 15b
deoxys.o N 161
deoxys.o N 16c
deoxys.o N 16f
deoxys.o N 172
deoxys.o N 174
deoxys.o N 178
deoxys.o N 192
deoxys.o N 19b
deoxys.o N 1b5
deoxys.o N 1c5
deoxys.o N 1d2
deoxys.o N 1df
deoxys.o N 1e1
deoxys.o N 1e3
deoxys.o N 1e8
deoxys.o N 1ef
deoxys.o N 1f6
deoxys.o N 1f9
deoxys.o N 1fc
deoxys.o N 210
deoxys.o N 224
deoxys.o N 238
deoxys.o N 23d
deoxys.o N 248
deoxys.o N 24d
deoxys.o N 25
deoxys.o N 251
deoxys.o N 25a
deoxys.o N 267
deoxys.o N 26f
deoxys.o N 275
deoxys.o N 27b
deoxys.o N 286
deoxys.o N 28c
deoxys.o N 290
deoxys.o N 298
deoxys.o N 2a0
deoxys.o N 2a2
deoxys.o N 2a8
deoxys.o N 2b3
deoxys.o N 2b7
deoxys.o N 2bb
deoxys.o N 2e
deoxys.o N f3
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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
deoxys.o get_block_number_from_tag 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)