Test results for armeabi, bblack, crypto_aead/elmd61271v2
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/elmd61271v2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: elmd61271v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
358616 | 25168 0 0 | 36314 468 1264 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
594024 | 26616 0 0 | 43419 412 1264 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
594064 | 27396 0 0 | 43163 412 1272 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
596264 | 27948 0 0 | 52459 412 1280 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
608720 | 26616 0 0 | 43419 412 1264 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
751552 | 16536 0 0 | 26617 464 1264 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
815048 | 18124 0 0 | 33233 408 1264 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
937336 | 15384 0 0 | 25209 456 1264 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240808 | 20240716 |
941664 | 15976 0 0 | 26217 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:14:
encrypt.c: ./module.h:139:6: warning: unused variable 'i' [-Wunused-variable]
encrypt.c: int i;
encrypt.c: ^
encrypt.c: encrypt.c:156: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:156: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: 3 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:14:
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_elmd61271v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:156: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:156: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:156: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 00000109
encrypt.o N 00000112
encrypt.o N 00000119
encrypt.o N 00000126
encrypt.o N 0000013a
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 00000150
encrypt.o N 00000158
encrypt.o N 00000161
encrypt.o N 00000165
encrypt.o N 00000169
encrypt.o N 0000016d
encrypt.o N 00000171
encrypt.o N 00000175
encrypt.o N 0000017a
encrypt.o N 0000017e
encrypt.o N 00000182
encrypt.o N 00000186
encrypt.o N 0000018a
encrypt.o N 0000018e
encrypt.o N 0000019c
encrypt.o N 0000019f
encrypt.o N 000001ac
encrypt.o N 000001b0
encrypt.o N 000001b4
encrypt.o N 000001b6
encrypt.o N 000001c1
encrypt.o N 000001c5
encrypt.o N 000001c9
encrypt.o N 000001d0
encrypt.o N 000001d2
encrypt.o N 000001d4
encrypt.o N 000001d6
encrypt.o N 000001db
encrypt.o N 000001dd
encrypt.o N 000001e3
encrypt.o N 000001ea
encrypt.o N 000001f4
encrypt.o N 000001f7
encrypt.o N 000001fa
encrypt.o N 00000205
encrypt.o N 00000209
encrypt.o N 0000020c
encrypt.o N 00000217
encrypt.o N 00000219
encrypt.o N 0000021c
encrypt.o N 0000021f
encrypt.o N 00000224
encrypt.o N 00000229
encrypt.o N 00000235
encrypt.o N 00000239
encrypt.o N 0000023f
encrypt.o N 00000244
encrypt.o N 00000249
encrypt.o N 0000024f
encrypt.o N 00000252
encrypt.o N 00000254
encrypt.o N 00000260
encrypt.o N 0000026b
encrypt.o N 0000026d
encrypt.o N 0000026f
encrypt.o N 00000278
encrypt.o N 0000027c
encrypt.o N 00000280
encrypt.o N 00000287
encrypt.o N 0000029d
encrypt.o N 000002b3
encrypt.o N 000002c2
encrypt.o N 000002d1
encrypt.o N 000002e0
encrypt.o N 00000310
encrypt.o N 0000031a
encrypt.o N 00000325
encrypt.o N 00000333
encrypt.o N 00000363
encrypt.o N 0000036b
encrypt.o N 00000370
encrypt.o N 00000373
encrypt.o N 0000037a
encrypt.o N 0000037c
encrypt.o N 0000037f
encrypt.o N 00000382
encrypt.o N 00000385
encrypt.o N 00000388
encrypt.o N 0000038b
encrypt.o N 0000038e
encrypt.o N 00000393
encrypt.o N 00000398
encrypt.o N 000003a0
encrypt.o N 000003a8
encrypt.o N 000003b0
encrypt.o N 000003b4
encrypt.o N 000003bb
encrypt.o N 000003c2
encrypt.o N 000003c4
encrypt.o N 000003c9
encrypt.o N 000003e0
encrypt.o N 000003e2
encrypt.o N 000003e4
encrypt.o N 000003e9
encrypt.o N 000003ee
encrypt.o N 000003f4
encrypt.o N 000003f7
encrypt.o N 000003fc
encrypt.o N 00000402
encrypt.o N 00000404
encrypt.o N 00000410
encrypt.o N 00000415
encrypt.o N 0000041e
encrypt.o N 00000426
encrypt.o N 00000429
encrypt.o N 0000042d
encrypt.o N 00000431
encrypt.o N 00000434
encrypt.o N 0000043b
encrypt.o N 00000446
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 00000108
encrypt.o N 00000111
encrypt.o N 00000118
encrypt.o N 00000125
encrypt.o N 00000139
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000014f
encrypt.o N 00000157
encrypt.o N 00000160
encrypt.o N 00000164
encrypt.o N 00000168
encrypt.o N 0000016c
encrypt.o N 00000170
encrypt.o N 00000174
encrypt.o N 00000179
encrypt.o N 0000017d
encrypt.o N 00000181
encrypt.o N 00000185
encrypt.o N 00000189
encrypt.o N 0000018d
encrypt.o N 0000019b
encrypt.o N 0000019e
encrypt.o N 000001ab
encrypt.o N 000001af
encrypt.o N 000001b3
encrypt.o N 000001b5
encrypt.o N 000001c0
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001cf
encrypt.o N 000001d1
encrypt.o N 000001d3
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001dc
encrypt.o N 000001e2
encrypt.o N 000001e9
encrypt.o N 000001f3
encrypt.o N 000001f6
encrypt.o N 000001f9
encrypt.o N 00000204
encrypt.o N 00000208
encrypt.o N 0000020b
encrypt.o N 00000216
encrypt.o N 00000218
encrypt.o N 0000021b
encrypt.o N 0000021e
encrypt.o N 00000223
encrypt.o N 00000228
encrypt.o N 00000234
encrypt.o N 00000238
encrypt.o N 0000023e
encrypt.o N 00000243
encrypt.o N 00000248
encrypt.o N 0000024e
encrypt.o N 00000251
encrypt.o N 00000253
encrypt.o N 0000025f
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 0000026e
encrypt.o N 00000277
encrypt.o N 0000027b
encrypt.o N 0000027f
encrypt.o N 00000286
encrypt.o N 0000029c
encrypt.o N 000002b2
encrypt.o N 000002c1
encrypt.o N 000002d0
encrypt.o N 000002df
encrypt.o N 0000030f
encrypt.o N 00000319
encrypt.o N 00000324
encrypt.o N 00000332
encrypt.o N 00000362
encrypt.o N 0000036a
encrypt.o N 0000036f
encrypt.o N 00000372
encrypt.o N 00000379
encrypt.o N 0000037b
encrypt.o N 0000037e
encrypt.o N 00000381
encrypt.o N 00000384
encrypt.o N 00000387
encrypt.o N 0000038a
encrypt.o N 0000038d
encrypt.o N 00000392
encrypt.o N 00000397
encrypt.o N 0000039f
encrypt.o N 000003a7
encrypt.o N 000003af
encrypt.o N 000003b3
encrypt.o N 000003ba
encrypt.o N 000003c1
encrypt.o N 000003c3
encrypt.o N 000003c8
encrypt.o N 000003df
encrypt.o N 000003e1
encrypt.o N 000003e3
encrypt.o N 000003e8
encrypt.o N 000003ed
encrypt.o N 000003f3
encrypt.o N 000003f6
encrypt.o N 000003fb
encrypt.o N 00000401
encrypt.o N 00000403
encrypt.o N 0000040f
encrypt.o N 00000414
encrypt.o N 0000041d
encrypt.o N 00000425
encrypt.o N 00000428
encrypt.o N 0000042c
encrypt.o N 00000430
encrypt.o N 00000433
encrypt.o N 0000043a
encrypt.o N 00000445
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 00000109
encrypt.o N 00000112
encrypt.o N 00000119
encrypt.o N 00000126
encrypt.o N 0000013a
encrypt.o N 00000141
encrypt.o N 00000145
encrypt.o N 00000150
encrypt.o N 00000158
encrypt.o N 00000161
encrypt.o N 00000165
encrypt.o N 00000169
encrypt.o N 0000016d
encrypt.o N 00000171
encrypt.o N 00000175
encrypt.o N 0000017a
encrypt.o N 0000017e
encrypt.o N 00000182
encrypt.o N 00000186
encrypt.o N 0000018a
encrypt.o N 0000018e
encrypt.o N 0000019c
encrypt.o N 0000019f
encrypt.o N 000001ac
encrypt.o N 000001b0
encrypt.o N 000001b4
encrypt.o N 000001b6
encrypt.o N 000001c1
encrypt.o N 000001c5
encrypt.o N 000001c9
encrypt.o N 000001d4
encrypt.o N 000001d8
encrypt.o N 000001db
encrypt.o N 000001dd
encrypt.o N 000001e9
encrypt.o N 000001eb
encrypt.o N 000001ef
encrypt.o N 000001f5
encrypt.o N 000001fa
encrypt.o N 00000205
encrypt.o N 00000207
encrypt.o N 0000020a
encrypt.o N 0000020d
encrypt.o N 00000212
encrypt.o N 00000217
encrypt.o N 00000221
encrypt.o N 00000223
encrypt.o N 00000226
encrypt.o N 00000229
encrypt.o N 00000230
encrypt.o N 00000232
encrypt.o N 00000238
encrypt.o N 0000023d
encrypt.o N 00000248
encrypt.o N 0000024a
encrypt.o N 0000024c
encrypt.o N 0000024e
encrypt.o N 00000257
encrypt.o N 0000025b
encrypt.o N 0000025f
encrypt.o N 00000266
encrypt.o N 0000027c
encrypt.o N 00000292
encrypt.o N 000002a1
encrypt.o N 000002b0
encrypt.o N 000002bf
encrypt.o N 000002ef
encrypt.o N 000002f6
encrypt.o N 00000300
encrypt.o N 0000030b
encrypt.o N 00000319
encrypt.o N 0000031e
encrypt.o N 0000034e
encrypt.o N 00000356
encrypt.o N 0000035b
encrypt.o N 0000035e
encrypt.o N 00000365
encrypt.o N 00000367
encrypt.o N 0000036a
encrypt.o N 0000036d
encrypt.o N 00000370
encrypt.o N 00000373
encrypt.o N 00000376
encrypt.o N 00000379
encrypt.o N 0000037e
encrypt.o N 00000383
encrypt.o N 0000038b
encrypt.o N 00000393
encrypt.o N 0000039b
encrypt.o N 0000039f
encrypt.o N 000003a6
encrypt.o N 000003a9
encrypt.o N 000003b0
encrypt.o N 000003b2
encrypt.o N 000003b7
encrypt.o N 000003ce
encrypt.o N 000003d0
encrypt.o N 000003d2
encrypt.o N 000003d7
encrypt.o N 000003dc
encrypt.o N 000003e2
encrypt.o N 000003e5
encrypt.o N 000003ea
encrypt.o N 000003f0
encrypt.o N 000003f2
encrypt.o N 000003fe
encrypt.o N 00000403
encrypt.o N 0000040c
encrypt.o N 00000414
encrypt.o N 00000418
encrypt.o N 0000041c
encrypt.o N 0000041f
encrypt.o N 00000422
encrypt.o N 00000429
encrypt.o N 00000434
encrypt.o N 0000043a
encrypt.o N 00000446
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 00000108
encrypt.o N 00000111
encrypt.o N 00000118
encrypt.o N 00000125
encrypt.o N 00000139
encrypt.o N 00000140
encrypt.o N 00000144
encrypt.o N 0000014f
encrypt.o N 00000157
encrypt.o N 00000160
encrypt.o N 00000164
encrypt.o N 00000168
encrypt.o N 0000016c
encrypt.o N 00000170
encrypt.o N 00000174
encrypt.o N 00000179
encrypt.o N 0000017d
encrypt.o N 00000181
encrypt.o N 00000185
encrypt.o N 00000189
encrypt.o N 0000018d
encrypt.o N 0000019b
encrypt.o N 0000019e
encrypt.o N 000001ab
encrypt.o N 000001af
encrypt.o N 000001b3
encrypt.o N 000001b5
encrypt.o N 000001c0
encrypt.o N 000001c4
encrypt.o N 000001c8
encrypt.o N 000001cf
encrypt.o N 000001d1
encrypt.o N 000001d3
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001dc
encrypt.o N 000001e2
encrypt.o N 000001e9
encrypt.o N 000001f3
encrypt.o N 000001f6
encrypt.o N 000001f9
encrypt.o N 00000204
encrypt.o N 00000208
encrypt.o N 0000020b
encrypt.o N 00000216
encrypt.o N 00000218
encrypt.o N 0000021b
encrypt.o N 0000021e
encrypt.o N 00000223
encrypt.o N 00000228
encrypt.o N 00000234
encrypt.o N 00000238
encrypt.o N 0000023e
encrypt.o N 00000243
encrypt.o N 00000248
encrypt.o N 0000024e
encrypt.o N 00000251
encrypt.o N 00000253
encrypt.o N 0000025f
encrypt.o N 0000026a
encrypt.o N 0000026c
encrypt.o N 0000026e
encrypt.o N 00000277
encrypt.o N 0000027b
encrypt.o N 0000027f
encrypt.o N 00000286
encrypt.o N 0000029c
encrypt.o N 000002b2
encrypt.o N 000002c1
encrypt.o N 000002d0
encrypt.o N 000002df
encrypt.o N 0000030f
encrypt.o N 00000319
encrypt.o N 00000324
encrypt.o N 00000332
encrypt.o N 00000362
encrypt.o N 0000036a
encrypt.o N 0000036f
encrypt.o N 00000372
encrypt.o N 00000379
encrypt.o N 0000037b
encrypt.o N 0000037e
encrypt.o N 00000381
encrypt.o N 00000384
encrypt.o N 00000387
encrypt.o N 0000038a
encrypt.o N 0000038d
encrypt.o N 00000392
encrypt.o N 00000397
encrypt.o N 0000039f
encrypt.o N 000003a7
encrypt.o N 000003af
encrypt.o N 000003b3
encrypt.o N 000003ba
encrypt.o N 000003c1
encrypt.o N 000003c3
encrypt.o N 000003c8
encrypt.o N 000003df
encrypt.o N 000003e1
encrypt.o N 000003ed
encrypt.o N 000003f2
encrypt.o N 000003f4
encrypt.o N 000003f9
encrypt.o N 000003fe
encrypt.o N 00000404
encrypt.o N 00000407
encrypt.o N 0000040c
encrypt.o N 00000412
encrypt.o N 00000414
encrypt.o N 0000041d
encrypt.o N 00000425
encrypt.o N 00000428
encrypt.o N 0000042c
encrypt.o N 00000430
encrypt.o N 00000433
encrypt.o N 0000043a
encrypt.o N 00000445
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) |