Test results for armeabi, bblack, crypto_aead/elmd601v2
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/elmd601v2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: elmd601v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
359896 | 24832 0 0 | 35978 468 1264 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
591560 | 25376 0 0 | 41139 412 1272 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
595224 | 24648 0 0 | 41451 412 1264 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
595272 | 24648 0 0 | 41451 412 1264 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
609352 | 24436 0 0 | 48947 412 1280 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
740392 | 15952 0 0 | 26025 464 1264 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
811760 | 17512 0 0 | 32625 408 1264 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
909920 | 14972 0 0 | 24793 456 1264 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
969744 | 15524 0 0 | 25761 464 1264 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
Compiler output
encrypt.c: In file included from encrypt.c:12:
encrypt.c: ./module.h:139:6: warning: unused variable 'i' [-Wunused-variable]
encrypt.c: int i;
encrypt.c: ^
encrypt.c: encrypt.c:141:33: warning: unused variable 'blen' [-Wunused-variable]
encrypt.c: int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^
encrypt.c: encrypt.c:141:58: warning: unused variable 'Is_complete' [-Wunused-variable]
encrypt.c: int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^
encrypt.c: encrypt.c:142:21: warning: unused variable 'tlen' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^
encrypt.c: encrypt.c:142:27: warning: unused variable 'blk_ctr' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^
encrypt.c: encrypt.c:142:38: warning: unused variable 'blk_ctr1' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^
encrypt.c: 6 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
encrypt.c: In file included from encrypt.c:12:
encrypt.c: module.h: In function 'process_block':
encrypt.c: module.h:139:6: warning: unused variable 'i' [-Wunused-variable]
encrypt.c: int i;
encrypt.c: ^
encrypt.c: encrypt.c: In function 'crypto_aead_elmd601v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:142:38: warning: unused variable 'blk_ctr1' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^~~~~~~~
encrypt.c: encrypt.c:142:27: warning: unused variable 'blk_ctr' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^~~~~~~
encrypt.c: encrypt.c:142:21: warning: unused variable 'tlen' [-Wunused-variable]
encrypt.c: unsigned long long tlen, blk_ctr=0, blk_ctr1=0;
encrypt.c: ^~~~
encrypt.c: encrypt.c:141:58: warning: unused variable 'Is_complete' [-Wunused-variable]
encrypt.c: int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^~~~~~~~~~~
encrypt.c: encrypt.c:141:33: warning: unused variable 'blen' [-Wunused-variable]
encrypt.c: int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^~~~
encrypt.c: encrypt.c:141:24: warning: variable 'ozs' set but not used [-Wunused-but-set-variable]
encrypt.c: int i; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^~~
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) |
Namespace violations
encrypt.o AES_decrypt_r6 T
encrypt.o AES_encrypt_r6 T
encrypt.o AES_set_decrypt_key_6 T
encrypt.o AES_set_encrypt_key_6 T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000110
encrypt.o N 00000117
encrypt.o N 00000124
encrypt.o N 00000138
encrypt.o N 0000013f
encrypt.o N 00000143
encrypt.o N 0000014e
encrypt.o N 00000156
encrypt.o N 0000015f
encrypt.o N 00000163
encrypt.o N 00000167
encrypt.o N 0000016b
encrypt.o N 0000016f
encrypt.o N 00000173
encrypt.o N 00000178
encrypt.o N 0000017c
encrypt.o N 00000180
encrypt.o N 00000184
encrypt.o N 00000188
encrypt.o N 0000018c
encrypt.o N 0000019a
encrypt.o N 0000019d
encrypt.o N 000001aa
encrypt.o N 000001ae
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001bf
encrypt.o N 000001c3
encrypt.o N 000001c7
encrypt.o N 000001ce
encrypt.o N 000001d0
encrypt.o N 000001d2
encrypt.o N 000001d4
encrypt.o N 000001d9
encrypt.o N 000001db
encrypt.o N 000001e1
encrypt.o N 000001e8
encrypt.o N 000001f2
encrypt.o N 000001f5
encrypt.o N 000001f8
encrypt.o N 00000203
encrypt.o N 00000207
encrypt.o N 0000020a
encrypt.o N 00000215
encrypt.o N 00000217
encrypt.o N 0000021a
encrypt.o N 0000021d
encrypt.o N 00000222
encrypt.o N 00000227
encrypt.o N 00000233
encrypt.o N 00000237
encrypt.o N 0000023d
encrypt.o N 00000242
encrypt.o N 00000247
encrypt.o N 0000024d
encrypt.o N 00000250
encrypt.o N 00000252
encrypt.o N 0000025e
encrypt.o N 00000269
encrypt.o N 0000026b
encrypt.o N 0000026d
encrypt.o N 00000276
encrypt.o N 0000027a
encrypt.o N 0000027e
encrypt.o N 00000285
encrypt.o N 0000029b
encrypt.o N 000002b1
encrypt.o N 000002c0
encrypt.o N 000002cf
encrypt.o N 000002de
encrypt.o N 0000030c
encrypt.o N 00000316
encrypt.o N 00000321
encrypt.o N 0000032f
encrypt.o N 0000035d
encrypt.o N 00000365
encrypt.o N 0000036a
encrypt.o N 0000036d
encrypt.o N 00000374
encrypt.o N 00000376
encrypt.o N 00000379
encrypt.o N 0000037c
encrypt.o N 0000037f
encrypt.o N 00000382
encrypt.o N 00000385
encrypt.o N 00000388
encrypt.o N 0000038d
encrypt.o N 00000392
encrypt.o N 0000039a
encrypt.o N 000003a2
encrypt.o N 000003aa
encrypt.o N 000003ae
encrypt.o N 000003b5
encrypt.o N 000003bc
encrypt.o N 000003be
encrypt.o N 000003c3
encrypt.o N 000003da
encrypt.o N 000003dc
encrypt.o N 000003e8
encrypt.o N 000003ed
encrypt.o N 000003ef
encrypt.o N 000003f4
encrypt.o N 000003f9
encrypt.o N 000003ff
encrypt.o N 00000402
encrypt.o N 00000407
encrypt.o N 0000040d
encrypt.o N 00000410
encrypt.o N 00000414
encrypt.o N 00000418
encrypt.o N 0000041b
encrypt.o N 00000422
encrypt.o N 0000042d
encrypt.o N 00000436
encrypt.o N 0000043e
encrypt.o aes_key1 C
encrypt.o aes_key2 C
encrypt.o is_equal_block 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
encrypt.o AES_decrypt_r6 T
encrypt.o AES_encrypt_r6 T
encrypt.o AES_set_decrypt_key_6 T
encrypt.o AES_set_encrypt_key_6 T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000010f
encrypt.o N 00000116
encrypt.o N 00000123
encrypt.o N 00000137
encrypt.o N 0000013e
encrypt.o N 00000142
encrypt.o N 0000014d
encrypt.o N 00000155
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000166
encrypt.o N 0000016a
encrypt.o N 0000016e
encrypt.o N 00000172
encrypt.o N 00000177
encrypt.o N 0000017b
encrypt.o N 0000017f
encrypt.o N 00000183
encrypt.o N 00000187
encrypt.o N 0000018b
encrypt.o N 00000199
encrypt.o N 0000019c
encrypt.o N 000001a9
encrypt.o N 000001ad
encrypt.o N 000001b1
encrypt.o N 000001b3
encrypt.o N 000001be
encrypt.o N 000001c2
encrypt.o N 000001c6
encrypt.o N 000001cd
encrypt.o N 000001cf
encrypt.o N 000001d1
encrypt.o N 000001d3
encrypt.o N 000001d8
encrypt.o N 000001da
encrypt.o N 000001e0
encrypt.o N 000001e7
encrypt.o N 000001f1
encrypt.o N 000001f4
encrypt.o N 000001f7
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 00000209
encrypt.o N 00000214
encrypt.o N 00000216
encrypt.o N 00000219
encrypt.o N 0000021c
encrypt.o N 00000221
encrypt.o N 00000226
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000241
encrypt.o N 00000246
encrypt.o N 0000024c
encrypt.o N 0000024f
encrypt.o N 00000251
encrypt.o N 0000025d
encrypt.o N 00000268
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 00000275
encrypt.o N 00000279
encrypt.o N 0000027d
encrypt.o N 00000284
encrypt.o N 0000029a
encrypt.o N 000002b0
encrypt.o N 000002bf
encrypt.o N 000002ce
encrypt.o N 000002dd
encrypt.o N 0000030b
encrypt.o N 00000315
encrypt.o N 00000320
encrypt.o N 0000032e
encrypt.o N 0000035c
encrypt.o N 00000364
encrypt.o N 00000369
encrypt.o N 0000036c
encrypt.o N 00000373
encrypt.o N 00000375
encrypt.o N 00000378
encrypt.o N 0000037b
encrypt.o N 0000037e
encrypt.o N 00000381
encrypt.o N 00000384
encrypt.o N 00000387
encrypt.o N 0000038c
encrypt.o N 00000391
encrypt.o N 00000399
encrypt.o N 000003a1
encrypt.o N 000003a9
encrypt.o N 000003ad
encrypt.o N 000003b4
encrypt.o N 000003bb
encrypt.o N 000003bd
encrypt.o N 000003c2
encrypt.o N 000003d9
encrypt.o N 000003db
encrypt.o N 000003e7
encrypt.o N 000003ec
encrypt.o N 000003ee
encrypt.o N 000003f3
encrypt.o N 000003f8
encrypt.o N 000003fe
encrypt.o N 00000401
encrypt.o N 00000406
encrypt.o N 0000040c
encrypt.o N 0000040f
encrypt.o N 00000413
encrypt.o N 00000417
encrypt.o N 0000041a
encrypt.o N 00000421
encrypt.o N 0000042c
encrypt.o N 00000435
encrypt.o N 0000043d
encrypt.o aes_key1 C
encrypt.o aes_key2 C
encrypt.o is_equal_block 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
encrypt.o AES_decrypt_r6 T
encrypt.o AES_encrypt_r6 T
encrypt.o AES_set_decrypt_key_6 T
encrypt.o AES_set_encrypt_key_6 T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000107
encrypt.o N 00000110
encrypt.o N 00000117
encrypt.o N 00000124
encrypt.o N 00000138
encrypt.o N 0000013f
encrypt.o N 00000143
encrypt.o N 0000014e
encrypt.o N 00000156
encrypt.o N 0000015f
encrypt.o N 00000163
encrypt.o N 00000167
encrypt.o N 0000016b
encrypt.o N 0000016f
encrypt.o N 00000173
encrypt.o N 00000178
encrypt.o N 0000017c
encrypt.o N 00000180
encrypt.o N 00000184
encrypt.o N 00000188
encrypt.o N 0000018c
encrypt.o N 0000019a
encrypt.o N 0000019d
encrypt.o N 000001aa
encrypt.o N 000001ae
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001bf
encrypt.o N 000001c3
encrypt.o N 000001c7
encrypt.o N 000001d2
encrypt.o N 000001d6
encrypt.o N 000001d9
encrypt.o N 000001db
encrypt.o N 000001e7
encrypt.o N 000001e9
encrypt.o N 000001ed
encrypt.o N 000001f3
encrypt.o N 000001f8
encrypt.o N 00000203
encrypt.o N 00000205
encrypt.o N 00000208
encrypt.o N 0000020b
encrypt.o N 00000210
encrypt.o N 00000215
encrypt.o N 0000021f
encrypt.o N 00000221
encrypt.o N 00000224
encrypt.o N 00000227
encrypt.o N 0000022e
encrypt.o N 00000230
encrypt.o N 00000236
encrypt.o N 0000023b
encrypt.o N 00000246
encrypt.o N 00000248
encrypt.o N 0000024a
encrypt.o N 0000024c
encrypt.o N 00000255
encrypt.o N 00000259
encrypt.o N 0000025d
encrypt.o N 00000264
encrypt.o N 0000027a
encrypt.o N 00000290
encrypt.o N 0000029f
encrypt.o N 000002ae
encrypt.o N 000002bd
encrypt.o N 000002eb
encrypt.o N 000002f2
encrypt.o N 000002fc
encrypt.o N 00000307
encrypt.o N 00000315
encrypt.o N 00000343
encrypt.o N 00000348
encrypt.o N 00000350
encrypt.o N 00000355
encrypt.o N 00000358
encrypt.o N 0000035f
encrypt.o N 00000361
encrypt.o N 00000364
encrypt.o N 00000367
encrypt.o N 0000036a
encrypt.o N 0000036d
encrypt.o N 00000370
encrypt.o N 00000373
encrypt.o N 00000378
encrypt.o N 0000037d
encrypt.o N 00000385
encrypt.o N 0000038d
encrypt.o N 00000395
encrypt.o N 00000399
encrypt.o N 000003a0
encrypt.o N 000003a3
encrypt.o N 000003aa
encrypt.o N 000003ac
encrypt.o N 000003b1
encrypt.o N 000003c8
encrypt.o N 000003ca
encrypt.o N 000003cc
encrypt.o N 000003d1
encrypt.o N 000003d6
encrypt.o N 000003dc
encrypt.o N 000003df
encrypt.o N 000003e4
encrypt.o N 000003ea
encrypt.o N 000003f6
encrypt.o N 000003fb
encrypt.o N 000003ff
encrypt.o N 00000403
encrypt.o N 00000406
encrypt.o N 00000409
encrypt.o N 00000410
encrypt.o N 0000041b
encrypt.o N 00000424
encrypt.o N 0000042c
encrypt.o N 00000431
encrypt.o N 00000437
encrypt.o aes_key1 C
encrypt.o aes_key2 C
encrypt.o is_equal_block 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
encrypt.o AES_decrypt_r6 T
encrypt.o AES_encrypt_r6 T
encrypt.o AES_set_decrypt_key_6 T
encrypt.o AES_set_encrypt_key_6 T
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000106
encrypt.o N 0000010f
encrypt.o N 00000116
encrypt.o N 00000123
encrypt.o N 00000137
encrypt.o N 0000013e
encrypt.o N 00000142
encrypt.o N 0000014d
encrypt.o N 00000155
encrypt.o N 0000015e
encrypt.o N 00000162
encrypt.o N 00000166
encrypt.o N 0000016a
encrypt.o N 0000016e
encrypt.o N 00000172
encrypt.o N 00000177
encrypt.o N 0000017b
encrypt.o N 0000017f
encrypt.o N 00000183
encrypt.o N 00000187
encrypt.o N 0000018b
encrypt.o N 00000199
encrypt.o N 0000019c
encrypt.o N 000001a9
encrypt.o N 000001ad
encrypt.o N 000001b1
encrypt.o N 000001b3
encrypt.o N 000001be
encrypt.o N 000001c2
encrypt.o N 000001c6
encrypt.o N 000001cd
encrypt.o N 000001cf
encrypt.o N 000001d1
encrypt.o N 000001d3
encrypt.o N 000001d8
encrypt.o N 000001da
encrypt.o N 000001e0
encrypt.o N 000001e7
encrypt.o N 000001f1
encrypt.o N 000001f4
encrypt.o N 000001f7
encrypt.o N 00000202
encrypt.o N 00000206
encrypt.o N 00000209
encrypt.o N 00000214
encrypt.o N 00000216
encrypt.o N 00000219
encrypt.o N 0000021c
encrypt.o N 00000221
encrypt.o N 00000226
encrypt.o N 00000232
encrypt.o N 00000236
encrypt.o N 0000023c
encrypt.o N 00000241
encrypt.o N 00000246
encrypt.o N 0000024c
encrypt.o N 0000024f
encrypt.o N 00000251
encrypt.o N 0000025d
encrypt.o N 00000268
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 00000275
encrypt.o N 00000279
encrypt.o N 0000027d
encrypt.o N 00000284
encrypt.o N 0000029a
encrypt.o N 000002b0
encrypt.o N 000002bf
encrypt.o N 000002ce
encrypt.o N 000002dd
encrypt.o N 0000030b
encrypt.o N 00000315
encrypt.o N 00000320
encrypt.o N 0000032e
encrypt.o N 0000035c
encrypt.o N 00000364
encrypt.o N 00000369
encrypt.o N 0000036c
encrypt.o N 00000373
encrypt.o N 00000375
encrypt.o N 00000378
encrypt.o N 0000037b
encrypt.o N 0000037e
encrypt.o N 00000381
encrypt.o N 00000384
encrypt.o N 00000387
encrypt.o N 0000038c
encrypt.o N 00000391
encrypt.o N 00000399
encrypt.o N 000003a1
encrypt.o N 000003a9
encrypt.o N 000003ad
encrypt.o N 000003b4
encrypt.o N 000003bb
encrypt.o N 000003bd
encrypt.o N 000003c2
encrypt.o N 000003d9
encrypt.o N 000003db
encrypt.o N 000003dd
encrypt.o N 000003e2
encrypt.o N 000003e7
encrypt.o N 000003ed
encrypt.o N 000003f0
encrypt.o N 000003f5
encrypt.o N 000003fb
encrypt.o N 00000407
encrypt.o N 0000040c
encrypt.o N 0000040f
encrypt.o N 00000413
encrypt.o N 00000417
encrypt.o N 0000041a
encrypt.o N 00000421
encrypt.o N 0000042c
encrypt.o N 00000435
encrypt.o N 0000043d
encrypt.o aes_key1 C
encrypt.o aes_key2 C
encrypt.o is_equal_block 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
encrypt.o AES_decrypt_r6 T
encrypt.o AES_encrypt_r6 T
encrypt.o AES_set_decrypt_key_6 T
encrypt.o AES_set_encrypt_key_6 T
encrypt.o aes_key1 C
encrypt.o aes_key2 C
encrypt.o is_equal_block 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) |