Test results for armeabi, bblack, crypto_aead/aescopav1
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/aescopav1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: aescopav1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1672880 | 24412 0 0 | 35502 468 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
1951296 | 33867 0 0 | 58223 420 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2073648 | 36551 0 0 | 53143 420 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2073792 | 37027 0 0 | 52623 420 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2074160 | 36551 0 0 | 53143 420 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2118568 | 8076 0 0 | 18093 464 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2493896 | 13563 0 0 | 28461 416 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2519776 | 6445 0 0 | 16242 460 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
2711840 | 6854 0 0 | 16981 464 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240807 | 20240716 |
Compiler output
encrypt.c: encrypt.c:24:13: warning: unused function 'printblock' [-Wunused-function]
encrypt.c: static void printblock(const char* caption, const block_t buf)
encrypt.c: ^
encrypt.c: 1 warning 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
encrypt.c: encrypt.c:24:13: warning: 'printblock' defined but not used [-Wunused-function]
encrypt.c: static void printblock(const char* caption, const block_t buf)
encrypt.c: ^~~~~~~~~~
encrypt.c: encrypt.c: In function 'mix':
encrypt.c: encrypt.c:264:29: warning: 'ab' may be used uninitialized in this function [-Wmaybe-uninitialized]
encrypt.c: unsigned char firstbit = in[0] >> 7;
encrypt.c: ~~^~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Compiler output
encrypt.c: encrypt.c:24:13: warning: 'printblock' defined but not used [-Wunused-function]
encrypt.c: static void printblock(const char* caption, const block_t buf)
encrypt.c: ^~~~~~~~~~
encrypt.c: encrypt.c: In function 'mix':
encrypt.c: encrypt.c:264:29: warning: 'ab' may be used uninitialized in this function [-Wmaybe-uninitialized]
encrypt.c: unsigned char firstbit = in[0] >> 7;
encrypt.c: ~~^~~
encrypt.c: encrypt.c: In function 'invmix':
encrypt.c: encrypt.c:264:29: warning: 'ab' may be used uninitialized in this function [-Wmaybe-uninitialized]
encrypt.c: unsigned char firstbit = in[0] >> 7;
encrypt.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) |
Compiler output
encrypt.c: encrypt.c:24:13: warning: 'printblock' defined but not used [-Wunused-function]
encrypt.c: static void printblock(const char* caption, const block_t buf)
encrypt.c: ^~~~~~~~~~
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
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) |
Namespace violations
aes-core.o N 00000000
aes-core.o N 00000037
aes-core.o N 00000042
aes-core.o N 00000108
aes-core.o N 0000010f
aes-core.o N 0000011d
aes-core.o N 00000127
aes-core.o N 0000012f
aes-core.o N 00000143
aes-core.o N 0000014a
aes-core.o N 00000158
aes-core.o N 00000166
aes-core.o N 0000016e
aes-core.o N 00000177
aes-core.o N 00000180
aes-core.o N 00000189
aes-core.o N 00000192
aes-core.o N 000001a8
aes-core.o N 000001ae
aes-core.o N 000001b3
aes-core.o N 000001bd
aes-core.o N 000001bf
aes-core.o N 000001cc
aes-core.o N 000001dc
aes-core.o N 000001f3
aes-core.o N 000001f7
aes-core.o N 0000020c
aes-core.o N 00000225
aes-core.o N 00000231
aes-core.o N 0000024f
aes-core.o N 0000025c
aes-core.o N 0000027d
aes-core.o N 0000028a
aes-core.o N 0000028e
aes-core.o N 00000298
aes-core.o N 000002a4
aes-core.o N 000002b0
aes-core.o N 000002bc
aes-core.o N 000002c8
aes-core.o N 000002d3
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000112
encrypt.o N 00000117
encrypt.o N 00000125
encrypt.o N 0000012f
encrypt.o N 00000137
encrypt.o N 0000013b
encrypt.o N 0000013d
encrypt.o N 00000141
encrypt.o N 0000014b
encrypt.o N 0000014f
encrypt.o N 00000151
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 0000016b
encrypt.o N 0000016e
encrypt.o N 00000182
encrypt.o N 0000018a
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a4
encrypt.o N 000001a8
encrypt.o N 000001ab
encrypt.o N 000001af
encrypt.o N 000001b3
encrypt.o N 000001ba
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001cd
encrypt.o N 000001d6
encrypt.o N 000001da
encrypt.o N 000001de
encrypt.o N 000001e1
encrypt.o N 000001ed
encrypt.o N 00000203
encrypt.o N 00000205
encrypt.o N 00000207
encrypt.o N 0000020c
encrypt.o N 0000020e
encrypt.o N 00000211
encrypt.o N 00000213
encrypt.o N 0000021b
encrypt.o N 00000224
encrypt.o N 0000022b
encrypt.o N 00000231
encrypt.o N 00000233
encrypt.o N 00000235
encrypt.o N 0000023e
encrypt.o N 00000246
encrypt.o N 0000024e
encrypt.o N 00000250
encrypt.o N 00000266
encrypt.o N 00000268
encrypt.o N 0000026a
encrypt.o N 0000026e
encrypt.o N 00000275
encrypt.o N 00000279
encrypt.o N 00000284
encrypt.o N 0000028b
encrypt.o N 000002b9
encrypt.o N 000002e7
encrypt.o N 000002e9
encrypt.o N 000002ef
encrypt.o N 000002f3
encrypt.o N 0000030a
encrypt.o N 00000310
encrypt.o N 00000314
encrypt.o N 00000317
encrypt.o N 00000320
encrypt.o N 00000325
encrypt.o N 0000032f
encrypt.o N 00000334
encrypt.o N 00000339
encrypt.o N 0000033f
encrypt.o N 00000342
encrypt.o N 0000034a
encrypt.o N 00000354
encrypt.o N 0000035a
encrypt.o N 0000035e
encrypt.o N 00000362
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv T
Number of similar (implementation,compiler) pairs: 1, 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)) |
Namespace violations
aes-core.o N 00000000
aes-core.o N 00000037
aes-core.o N 00000042
aes-core.o N 00000108
aes-core.o N 0000010f
aes-core.o N 0000011d
aes-core.o N 00000127
aes-core.o N 0000012f
aes-core.o N 00000143
aes-core.o N 0000014a
aes-core.o N 00000158
aes-core.o N 00000166
aes-core.o N 0000016e
aes-core.o N 00000177
aes-core.o N 00000180
aes-core.o N 00000189
aes-core.o N 00000192
aes-core.o N 000001a8
aes-core.o N 000001ae
aes-core.o N 000001b3
aes-core.o N 000001bd
aes-core.o N 000001bf
aes-core.o N 000001cc
aes-core.o N 000001dc
aes-core.o N 000001f3
aes-core.o N 000001f7
aes-core.o N 0000020c
aes-core.o N 00000225
aes-core.o N 00000231
aes-core.o N 0000024f
aes-core.o N 0000025c
aes-core.o N 0000027d
aes-core.o N 0000028a
aes-core.o N 0000028e
aes-core.o N 00000298
aes-core.o N 000002a4
aes-core.o N 000002b0
aes-core.o N 000002bc
aes-core.o N 000002c8
aes-core.o N 000002d3
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000112
encrypt.o N 00000117
encrypt.o N 00000125
encrypt.o N 0000012f
encrypt.o N 00000137
encrypt.o N 0000013b
encrypt.o N 0000013d
encrypt.o N 00000141
encrypt.o N 0000014b
encrypt.o N 0000014f
encrypt.o N 00000151
encrypt.o N 0000015c
encrypt.o N 00000160
encrypt.o N 0000016b
encrypt.o N 0000016e
encrypt.o N 00000182
encrypt.o N 0000018a
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a4
encrypt.o N 000001a8
encrypt.o N 000001ab
encrypt.o N 000001af
encrypt.o N 000001b3
encrypt.o N 000001ba
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001cd
encrypt.o N 000001d6
encrypt.o N 000001da
encrypt.o N 000001de
encrypt.o N 000001e1
encrypt.o N 000001ed
encrypt.o N 000001f4
encrypt.o N 0000020a
encrypt.o N 0000020c
encrypt.o N 0000020e
encrypt.o N 00000213
encrypt.o N 00000215
encrypt.o N 00000218
encrypt.o N 0000021a
encrypt.o N 00000222
encrypt.o N 0000022b
encrypt.o N 00000232
encrypt.o N 00000238
encrypt.o N 0000023a
encrypt.o N 0000023c
encrypt.o N 00000245
encrypt.o N 0000024d
encrypt.o N 00000255
encrypt.o N 00000257
encrypt.o N 0000026d
encrypt.o N 0000026f
encrypt.o N 00000271
encrypt.o N 00000275
encrypt.o N 00000279
encrypt.o N 00000284
encrypt.o N 0000028b
encrypt.o N 000002b9
encrypt.o N 000002e7
encrypt.o N 000002e9
encrypt.o N 000002ef
encrypt.o N 000002f3
encrypt.o N 0000030a
encrypt.o N 00000310
encrypt.o N 00000314
encrypt.o N 00000317
encrypt.o N 00000320
encrypt.o N 00000325
encrypt.o N 0000032f
encrypt.o N 00000334
encrypt.o N 00000339
encrypt.o N 0000033f
encrypt.o N 00000342
encrypt.o N 0000034a
encrypt.o N 00000354
encrypt.o N 0000035a
encrypt.o N 0000035e
encrypt.o N 00000362
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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
aes-core.o N 00000000
aes-core.o N 00000037
aes-core.o N 00000042
aes-core.o N 00000107
aes-core.o N 0000010e
aes-core.o N 0000011c
aes-core.o N 00000126
aes-core.o N 0000012e
aes-core.o N 00000142
aes-core.o N 00000149
aes-core.o N 00000157
aes-core.o N 00000165
aes-core.o N 0000016d
aes-core.o N 00000176
aes-core.o N 0000017f
aes-core.o N 00000188
aes-core.o N 00000191
aes-core.o N 000001a7
aes-core.o N 000001ad
aes-core.o N 000001b2
aes-core.o N 000001bc
aes-core.o N 000001be
aes-core.o N 000001cb
aes-core.o N 000001db
aes-core.o N 000001f2
aes-core.o N 000001f6
aes-core.o N 0000020b
aes-core.o N 00000224
aes-core.o N 00000230
aes-core.o N 0000024e
aes-core.o N 0000025b
aes-core.o N 0000027c
aes-core.o N 00000289
aes-core.o N 0000028d
aes-core.o N 00000297
aes-core.o N 000002a3
aes-core.o N 000002af
aes-core.o N 000002bb
aes-core.o N 000002c7
aes-core.o N 000002d2
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 00000111
encrypt.o N 00000116
encrypt.o N 00000124
encrypt.o N 0000012e
encrypt.o N 00000136
encrypt.o N 0000013a
encrypt.o N 0000013c
encrypt.o N 00000140
encrypt.o N 0000014a
encrypt.o N 0000014e
encrypt.o N 00000150
encrypt.o N 0000015b
encrypt.o N 0000015f
encrypt.o N 0000016a
encrypt.o N 0000016d
encrypt.o N 00000181
encrypt.o N 00000189
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 00000197
encrypt.o N 000001a3
encrypt.o N 000001a7
encrypt.o N 000001aa
encrypt.o N 000001ae
encrypt.o N 000001b2
encrypt.o N 000001b9
encrypt.o N 000001bd
encrypt.o N 000001bf
encrypt.o N 000001cc
encrypt.o N 000001d5
encrypt.o N 000001d9
encrypt.o N 000001dd
encrypt.o N 000001e0
encrypt.o N 000001ec
encrypt.o N 00000202
encrypt.o N 00000204
encrypt.o N 00000206
encrypt.o N 0000020b
encrypt.o N 0000020d
encrypt.o N 00000210
encrypt.o N 00000212
encrypt.o N 0000021a
encrypt.o N 00000223
encrypt.o N 0000022a
encrypt.o N 00000230
encrypt.o N 00000232
encrypt.o N 00000234
encrypt.o N 0000023d
encrypt.o N 00000245
encrypt.o N 0000024d
encrypt.o N 0000024f
encrypt.o N 00000265
encrypt.o N 00000267
encrypt.o N 00000269
encrypt.o N 0000026d
encrypt.o N 00000274
encrypt.o N 00000278
encrypt.o N 00000283
encrypt.o N 0000028a
encrypt.o N 000002b8
encrypt.o N 000002e6
encrypt.o N 000002e8
encrypt.o N 000002ee
encrypt.o N 000002f2
encrypt.o N 00000309
encrypt.o N 0000030f
encrypt.o N 00000313
encrypt.o N 00000316
encrypt.o N 0000031f
encrypt.o N 00000324
encrypt.o N 0000032e
encrypt.o N 00000333
encrypt.o N 00000338
encrypt.o N 0000033e
encrypt.o N 00000341
encrypt.o N 00000349
encrypt.o N 00000353
encrypt.o N 00000359
encrypt.o N 0000035d
encrypt.o N 00000361
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv 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
aes-core.o N 00000000
aes-core.o N 00000037
aes-core.o N 00000042
aes-core.o N 00000108
aes-core.o N 0000010f
aes-core.o N 0000011d
aes-core.o N 00000127
aes-core.o N 0000012f
aes-core.o N 00000143
aes-core.o N 0000014a
aes-core.o N 00000158
aes-core.o N 00000166
aes-core.o N 0000016e
aes-core.o N 00000177
aes-core.o N 00000180
aes-core.o N 00000189
aes-core.o N 00000192
aes-core.o N 000001a8
aes-core.o N 000001ae
aes-core.o N 000001b3
aes-core.o N 000001bd
aes-core.o N 000001bf
aes-core.o N 000001cc
aes-core.o N 000001dc
aes-core.o N 000001f1
aes-core.o N 000001fd
aes-core.o N 00000214
aes-core.o N 00000232
aes-core.o N 0000023f
aes-core.o N 00000258
aes-core.o N 00000279
aes-core.o N 00000286
aes-core.o N 0000028a
aes-core.o N 00000294
aes-core.o N 00000298
aes-core.o N 000002a4
aes-core.o N 000002b0
aes-core.o N 000002bc
aes-core.o N 000002c8
aes-core.o N 000002d3
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000112
encrypt.o N 00000117
encrypt.o N 00000125
encrypt.o N 0000012f
encrypt.o N 00000137
encrypt.o N 0000013b
encrypt.o N 0000013d
encrypt.o N 00000141
encrypt.o N 0000014c
encrypt.o N 00000150
encrypt.o N 00000152
encrypt.o N 00000156
encrypt.o N 00000161
encrypt.o N 00000164
encrypt.o N 00000178
encrypt.o N 00000180
encrypt.o N 0000018a
encrypt.o N 00000194
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001a4
encrypt.o N 000001a8
encrypt.o N 000001ab
encrypt.o N 000001af
encrypt.o N 000001b6
encrypt.o N 000001ba
encrypt.o N 000001be
encrypt.o N 000001c0
encrypt.o N 000001cd
encrypt.o N 000001d6
encrypt.o N 000001da
encrypt.o N 000001e6
encrypt.o N 000001ed
encrypt.o N 00000203
encrypt.o N 00000205
encrypt.o N 00000207
encrypt.o N 0000020c
encrypt.o N 0000020e
encrypt.o N 00000211
encrypt.o N 00000213
encrypt.o N 0000021b
encrypt.o N 00000223
encrypt.o N 0000022b
encrypt.o N 00000234
encrypt.o N 0000023d
encrypt.o N 00000244
encrypt.o N 0000024a
encrypt.o N 0000024c
encrypt.o N 0000024e
encrypt.o N 00000250
encrypt.o N 00000266
encrypt.o N 00000268
encrypt.o N 0000026a
encrypt.o N 0000026e
encrypt.o N 00000272
encrypt.o N 00000276
encrypt.o N 00000281
encrypt.o N 00000288
encrypt.o N 000002b6
encrypt.o N 000002e4
encrypt.o N 000002e6
encrypt.o N 000002ec
encrypt.o N 000002f0
encrypt.o N 00000307
encrypt.o N 0000030a
encrypt.o N 0000030e
encrypt.o N 00000314
encrypt.o N 00000317
encrypt.o N 00000321
encrypt.o N 00000325
encrypt.o N 0000032b
encrypt.o N 00000334
encrypt.o N 00000339
encrypt.o N 00000343
encrypt.o N 00000348
encrypt.o N 0000034d
encrypt.o N 00000353
encrypt.o N 00000356
encrypt.o N 0000035e
encrypt.o N 00000362
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv 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
aes-core.o N 00000000
aes-core.o N 00000037
aes-core.o N 00000042
aes-core.o N 00000107
aes-core.o N 0000010e
aes-core.o N 0000011c
aes-core.o N 00000126
aes-core.o N 0000012e
aes-core.o N 00000142
aes-core.o N 00000149
aes-core.o N 00000157
aes-core.o N 00000165
aes-core.o N 0000016d
aes-core.o N 00000176
aes-core.o N 0000017f
aes-core.o N 00000188
aes-core.o N 00000191
aes-core.o N 000001a7
aes-core.o N 000001ad
aes-core.o N 000001b2
aes-core.o N 000001bc
aes-core.o N 000001be
aes-core.o N 000001cb
aes-core.o N 000001db
aes-core.o N 000001f2
aes-core.o N 000001f6
aes-core.o N 0000020b
aes-core.o N 00000224
aes-core.o N 00000230
aes-core.o N 0000024e
aes-core.o N 0000025b
aes-core.o N 0000027c
aes-core.o N 00000289
aes-core.o N 0000028d
aes-core.o N 00000297
aes-core.o N 000002a3
aes-core.o N 000002af
aes-core.o N 000002bb
aes-core.o N 000002c7
aes-core.o N 000002d2
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 00000111
encrypt.o N 00000116
encrypt.o N 00000124
encrypt.o N 0000012e
encrypt.o N 00000136
encrypt.o N 0000013a
encrypt.o N 0000013c
encrypt.o N 00000140
encrypt.o N 0000014a
encrypt.o N 0000014e
encrypt.o N 00000150
encrypt.o N 0000015b
encrypt.o N 0000015f
encrypt.o N 0000016a
encrypt.o N 0000016d
encrypt.o N 00000181
encrypt.o N 00000189
encrypt.o N 00000193
encrypt.o N 00000195
encrypt.o N 00000197
encrypt.o N 000001a3
encrypt.o N 000001a7
encrypt.o N 000001aa
encrypt.o N 000001ae
encrypt.o N 000001b5
encrypt.o N 000001b9
encrypt.o N 000001bd
encrypt.o N 000001bf
encrypt.o N 000001cc
encrypt.o N 000001d5
encrypt.o N 000001d9
encrypt.o N 000001dd
encrypt.o N 000001e0
encrypt.o N 000001ec
encrypt.o N 000001f3
encrypt.o N 00000209
encrypt.o N 0000020b
encrypt.o N 0000020d
encrypt.o N 00000212
encrypt.o N 00000214
encrypt.o N 00000217
encrypt.o N 00000219
encrypt.o N 00000220
encrypt.o N 00000229
encrypt.o N 00000231
encrypt.o N 00000239
encrypt.o N 0000023b
encrypt.o N 00000243
encrypt.o N 0000024c
encrypt.o N 00000252
encrypt.o N 00000254
encrypt.o N 00000256
encrypt.o N 0000026c
encrypt.o N 0000026e
encrypt.o N 00000270
encrypt.o N 00000274
encrypt.o N 00000278
encrypt.o N 00000283
encrypt.o N 0000028a
encrypt.o N 000002b8
encrypt.o N 000002e6
encrypt.o N 000002ec
encrypt.o N 000002f0
encrypt.o N 00000307
encrypt.o N 00000309
encrypt.o N 0000030f
encrypt.o N 00000313
encrypt.o N 00000316
encrypt.o N 0000031b
encrypt.o N 00000325
encrypt.o N 0000032a
encrypt.o N 0000032f
encrypt.o N 00000335
encrypt.o N 00000338
encrypt.o N 00000340
encrypt.o N 0000034a
encrypt.o N 00000350
encrypt.o N 00000354
encrypt.o N 0000035d
encrypt.o N 0000036a
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv 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
aes-core.o aes_addroundkey T
aes-core.o aes_first_addroundkey T
aes-core.o aes_isubbyte_ishiftrows_imixcols T
aes-core.o aes_isubbytes_ishiftrows T
aes-core.o aes_last_addroundkey T
aes-core.o aes_subbyte_shiftrows_mixcols T
aes-core.o aes_subbytes_shiftrows T
aes-core.o aesc_decrypt T
aes-core.o aesc_encrypt T
aes-core.o aesc_keyexp T
encrypt.o AES_DECRYPT T
encrypt.o AES_ENCRYPT T
encrypt.o invmix T
encrypt.o mac T
encrypt.o mix T
encrypt.o rol T
encrypt.o xls T
encrypt.o xlsinv 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) |