Test results for armeabi, bblack, crypto_aead/deoxyseq256128v13
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/deoxyseq256128v13
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: deoxyseq256128v13
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
3747376 | 29040 0 0 | 44603 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
3836088 | 27544 0 0 | 51891 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
4710672 | 29189 0 0 | 40230 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
5228728 | 29360 0 0 | 45923 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
5228936 | 29360 0 0 | 45923 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
9143272 | 26169 0 0 | 36186 460 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
9566992 | 25196 0 0 | 40069 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
13884560 | 23705 0 0 | 33818 460 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
13909064 | 23842 0 0 | 33562 452 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
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:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -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: In function 'deoxys_aead_encrypt':
deoxys.c: deoxys.c:139:13: warning: unused variable 'Pad' [-Wunused-variable]
deoxys.c: uint8_t Pad[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:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 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: uint8_t Pad[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:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: uint8_t Final[16];
deoxys.c: ^~~~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c: 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: 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: int Nr;
tweakableBC.c: ^~
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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: uint8_t Pad[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:137:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: 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: uint8_t Pad[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:308:13: warning: unused variable 'Final' [-Wunused-variable]
deoxys.c: uint8_t Final[16];
deoxys.c: ^~~~~
deoxys.c: deoxys.c:307:13: warning: unused variable 'Checksum' [-Wunused-variable]
deoxys.c: 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: 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: int Nr;
tweakableBC.c: ^~
tweakableBC.c: tweakableBC.c: In function 'deoxysKeySetupEnc256':
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][15]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: uint8_t tweakey[3][16];
tweakableBC.c: ^~~~~~~
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][14]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][13]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][12]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][11]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][10]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][9]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][8]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][7]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][6]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][5]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][4]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][3]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: tweakableBC.c:762:11: warning: 'tweakey[2][2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
tweakableBC.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -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 0000010e
deoxys.o N 00000125
deoxys.o N 00000130
deoxys.o N 00000139
deoxys.o N 00000147
deoxys.o N 0000015c
deoxys.o N 00000164
deoxys.o N 0000016e
deoxys.o N 00000176
deoxys.o N 0000017c
deoxys.o N 00000187
deoxys.o N 0000018a
deoxys.o N 0000018d
deoxys.o N 0000018f
deoxys.o N 00000193
deoxys.o N 000001ad
deoxys.o N 000001b6
deoxys.o N 000001d0
deoxys.o N 000001dd
deoxys.o N 000001df
deoxys.o N 000001e1
deoxys.o N 000001e6
deoxys.o N 000001f3
deoxys.o N 000001fa
deoxys.o N 000001fd
deoxys.o N 00000204
deoxys.o N 00000207
deoxys.o N 0000021b
deoxys.o N 0000022f
deoxys.o N 00000243
deoxys.o N 00000248
deoxys.o N 00000253
deoxys.o N 00000258
deoxys.o N 0000025c
deoxys.o N 00000265
deoxys.o N 00000272
deoxys.o N 0000027a
deoxys.o N 00000280
deoxys.o N 00000286
deoxys.o N 00000291
deoxys.o N 00000297
deoxys.o N 0000029b
deoxys.o N 000002a3
deoxys.o N 000002ab
deoxys.o N 000002ad
deoxys.o N 000002b3
deoxys.o N 000002be
deoxys.o N 000002c2
deoxys.o N 000002cb
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010f
encrypt.o N 0000011c
encrypt.o N 00000123
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 000001a3
encrypt.o N 000001a8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001d4
encrypt.o N 000001da
encrypt.o N 000001dd
encrypt.o N 000001e2
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000113
tweakableBC.o N 00000118
tweakableBC.o N 00000126
tweakableBC.o N 00000130
tweakableBC.o N 00000138
tweakableBC.o N 0000014c
tweakableBC.o N 00000151
tweakableBC.o N 00000156
tweakableBC.o N 0000015a
tweakableBC.o N 00000167
tweakableBC.o N 00000172
tweakableBC.o N 0000017b
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 000001a5
tweakableBC.o N 000001a7
tweakableBC.o N 000001ad
tweakableBC.o N 000001af
tweakableBC.o N 000001b7
tweakableBC.o N 000001bb
tweakableBC.o N 000001bd
tweakableBC.o N 000001c1
tweakableBC.o N 000001c3
tweakableBC.o N 000001d8
tweakableBC.o N 000001ed
tweakableBC.o N 000001fd
tweakableBC.o N 0000020d
tweakableBC.o N 00000216
tweakableBC.o N 0000021f
tweakableBC.o N 0000022b
tweakableBC.o N 00000235
tweakableBC.o N 00000238
tweakableBC.o N 0000023a
tweakableBC.o N 0000023c
tweakableBC.o N 00000241
tweakableBC.o N 00000244
tweakableBC.o N 00000251
tweakableBC.o N 00000254
tweakableBC.o N 00000258
tweakableBC.o N 0000025b
tweakableBC.o N 0000025e
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 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:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | clang -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 0000010d
deoxys.o N 00000124
deoxys.o N 0000012f
deoxys.o N 00000138
deoxys.o N 00000146
deoxys.o N 0000015b
deoxys.o N 00000163
deoxys.o N 0000016d
deoxys.o N 00000175
deoxys.o N 0000017b
deoxys.o N 00000186
deoxys.o N 00000189
deoxys.o N 0000018c
deoxys.o N 0000018e
deoxys.o N 00000192
deoxys.o N 000001ac
deoxys.o N 000001b5
deoxys.o N 000001cf
deoxys.o N 000001dc
deoxys.o N 000001de
deoxys.o N 000001e0
deoxys.o N 000001e5
deoxys.o N 000001f2
deoxys.o N 000001f9
deoxys.o N 000001fc
deoxys.o N 00000203
deoxys.o N 00000206
deoxys.o N 0000021a
deoxys.o N 0000022e
deoxys.o N 00000242
deoxys.o N 00000247
deoxys.o N 00000252
deoxys.o N 00000257
deoxys.o N 0000025b
deoxys.o N 00000264
deoxys.o N 00000271
deoxys.o N 00000279
deoxys.o N 0000027f
deoxys.o N 00000285
deoxys.o N 00000290
deoxys.o N 00000296
deoxys.o N 0000029a
deoxys.o N 000002a2
deoxys.o N 000002aa
deoxys.o N 000002ac
deoxys.o N 000002b2
deoxys.o N 000002bd
deoxys.o N 000002c1
deoxys.o N 000002ca
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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 00000158
encrypt.o N 0000015c
encrypt.o N 00000192
encrypt.o N 00000194
encrypt.o N 000001a2
encrypt.o N 000001a7
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001c7
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d3
encrypt.o N 000001d9
encrypt.o N 000001dc
encrypt.o N 000001e1
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000112
tweakableBC.o N 00000117
tweakableBC.o N 00000125
tweakableBC.o N 0000012f
tweakableBC.o N 00000137
tweakableBC.o N 0000014b
tweakableBC.o N 00000150
tweakableBC.o N 00000155
tweakableBC.o N 00000159
tweakableBC.o N 00000166
tweakableBC.o N 00000171
tweakableBC.o N 0000017a
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 000001a4
tweakableBC.o N 000001a6
tweakableBC.o N 000001ac
tweakableBC.o N 000001ae
tweakableBC.o N 000001b6
tweakableBC.o N 000001ba
tweakableBC.o N 000001bc
tweakableBC.o N 000001c0
tweakableBC.o N 000001c2
tweakableBC.o N 000001d7
tweakableBC.o N 000001ec
tweakableBC.o N 000001fc
tweakableBC.o N 0000020c
tweakableBC.o N 00000215
tweakableBC.o N 0000021e
tweakableBC.o N 0000022a
tweakableBC.o N 00000234
tweakableBC.o N 00000237
tweakableBC.o N 00000239
tweakableBC.o N 0000023b
tweakableBC.o N 00000240
tweakableBC.o N 00000243
tweakableBC.o N 00000250
tweakableBC.o N 00000253
tweakableBC.o N 00000257
tweakableBC.o N 0000025a
tweakableBC.o N 0000025d
tweakableBC.o N 00000260
tweakableBC.o N 00000263
tweakableBC.o N 00000266
tweakableBC.o N 00000269
tweakableBC.o N 0000026c
tweakableBC.o N 0000026f
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:
Implementation | Compiler |
T:ref | clang -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 0000010e
deoxys.o N 00000125
deoxys.o N 00000130
deoxys.o N 00000139
deoxys.o N 00000147
deoxys.o N 0000015c
deoxys.o N 00000164
deoxys.o N 0000016e
deoxys.o N 00000176
deoxys.o N 0000017c
deoxys.o N 00000187
deoxys.o N 0000018a
deoxys.o N 0000018d
deoxys.o N 0000018f
deoxys.o N 00000193
deoxys.o N 000001ad
deoxys.o N 000001b6
deoxys.o N 000001d0
deoxys.o N 000001dd
deoxys.o N 000001df
deoxys.o N 000001e1
deoxys.o N 000001e6
deoxys.o N 000001f3
deoxys.o N 000001fa
deoxys.o N 000001fd
deoxys.o N 00000204
deoxys.o N 00000207
deoxys.o N 0000021b
deoxys.o N 0000022f
deoxys.o N 00000243
deoxys.o N 00000248
deoxys.o N 00000253
deoxys.o N 00000258
deoxys.o N 0000025c
deoxys.o N 00000265
deoxys.o N 00000272
deoxys.o N 0000027a
deoxys.o N 00000280
deoxys.o N 00000286
deoxys.o N 00000291
deoxys.o N 00000297
deoxys.o N 0000029b
deoxys.o N 000002a3
deoxys.o N 000002ab
deoxys.o N 000002ad
deoxys.o N 000002b3
deoxys.o N 000002be
deoxys.o N 000002c2
deoxys.o N 000002c6
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010f
encrypt.o N 0000011c
encrypt.o N 00000123
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 000001a3
encrypt.o N 000001a8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c8
encrypt.o N 000001ca
encrypt.o N 000001cf
encrypt.o N 000001d4
encrypt.o N 000001da
encrypt.o N 000001dd
encrypt.o N 000001e2
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000113
tweakableBC.o N 00000118
tweakableBC.o N 00000126
tweakableBC.o N 00000130
tweakableBC.o N 00000138
tweakableBC.o N 0000014c
tweakableBC.o N 00000151
tweakableBC.o N 00000156
tweakableBC.o N 0000015a
tweakableBC.o N 00000167
tweakableBC.o N 00000172
tweakableBC.o N 0000017b
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 000001a1
tweakableBC.o N 000001a9
tweakableBC.o N 000001ad
tweakableBC.o N 000001af
tweakableBC.o N 000001b3
tweakableBC.o N 000001b5
tweakableBC.o N 000001bb
tweakableBC.o N 000001c1
tweakableBC.o N 000001d6
tweakableBC.o N 000001eb
tweakableBC.o N 000001fb
tweakableBC.o N 0000020b
tweakableBC.o N 0000020d
tweakableBC.o N 00000216
tweakableBC.o N 0000021f
tweakableBC.o N 0000022b
tweakableBC.o N 00000235
tweakableBC.o N 00000238
tweakableBC.o N 0000023a
tweakableBC.o N 0000023c
tweakableBC.o N 00000241
tweakableBC.o N 00000244
tweakableBC.o N 00000251
tweakableBC.o N 00000254
tweakableBC.o N 00000258
tweakableBC.o N 0000025b
tweakableBC.o N 0000025e
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 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:
Implementation | Compiler |
T:ref | clang -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 0000010d
deoxys.o N 00000124
deoxys.o N 0000012f
deoxys.o N 00000138
deoxys.o N 00000146
deoxys.o N 0000015b
deoxys.o N 00000163
deoxys.o N 0000016d
deoxys.o N 00000175
deoxys.o N 0000017b
deoxys.o N 00000186
deoxys.o N 00000189
deoxys.o N 0000018c
deoxys.o N 0000018e
deoxys.o N 00000192
deoxys.o N 000001ac
deoxys.o N 000001b5
deoxys.o N 000001cf
deoxys.o N 000001dc
deoxys.o N 000001de
deoxys.o N 000001e0
deoxys.o N 000001e5
deoxys.o N 000001f2
deoxys.o N 000001f9
deoxys.o N 000001fc
deoxys.o N 00000203
deoxys.o N 00000206
deoxys.o N 0000021a
deoxys.o N 0000022e
deoxys.o N 00000242
deoxys.o N 0000024d
deoxys.o N 00000251
deoxys.o N 0000025a
deoxys.o N 00000267
deoxys.o N 0000026f
deoxys.o N 00000275
deoxys.o N 0000027b
deoxys.o N 00000286
deoxys.o N 0000028c
deoxys.o N 00000290
deoxys.o N 00000298
deoxys.o N 000002a0
deoxys.o N 000002a2
deoxys.o N 000002a7
deoxys.o N 000002ad
deoxys.o N 000002b8
deoxys.o N 000002bc
deoxys.o N 000002c1
deoxys.o N 000002ca
deoxys.o deoxys_aead_decrypt T
deoxys.o deoxys_aead_encrypt T
deoxys.o get_block_number_from_tag 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 00000158
encrypt.o N 0000015c
encrypt.o N 00000192
encrypt.o N 00000194
encrypt.o N 000001a2
encrypt.o N 000001a7
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001c7
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d3
encrypt.o N 000001d9
encrypt.o N 000001dc
encrypt.o N 000001e1
tweakableBC.o G T
tweakableBC.o H T
tweakableBC.o N 00000000
tweakableBC.o N 00000037
tweakableBC.o N 00000045
tweakableBC.o N 00000112
tweakableBC.o N 00000117
tweakableBC.o N 00000125
tweakableBC.o N 0000012f
tweakableBC.o N 00000137
tweakableBC.o N 0000014b
tweakableBC.o N 00000150
tweakableBC.o N 00000155
tweakableBC.o N 00000159
tweakableBC.o N 00000166
tweakableBC.o N 00000171
tweakableBC.o N 0000017a
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 000001a4
tweakableBC.o N 000001a6
tweakableBC.o N 000001ac
tweakableBC.o N 000001ae
tweakableBC.o N 000001b6
tweakableBC.o N 000001ba
tweakableBC.o N 000001bc
tweakableBC.o N 000001c0
tweakableBC.o N 000001c2
tweakableBC.o N 000001d7
tweakableBC.o N 000001ec
tweakableBC.o N 000001fc
tweakableBC.o N 0000020c
tweakableBC.o N 00000215
tweakableBC.o N 0000021e
tweakableBC.o N 0000022a
tweakableBC.o N 00000234
tweakableBC.o N 00000237
tweakableBC.o N 00000239
tweakableBC.o N 0000023b
tweakableBC.o N 00000240
tweakableBC.o N 00000243
tweakableBC.o N 00000250
tweakableBC.o N 00000253
tweakableBC.o N 00000257
tweakableBC.o N 0000025a
tweakableBC.o N 0000025d
tweakableBC.o N 00000260
tweakableBC.o N 00000263
tweakableBC.o N 00000266
tweakableBC.o N 00000269
tweakableBC.o N 0000026c
tweakableBC.o N 0000026f
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:
Implementation | Compiler |
T:ref | clang -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
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: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |