Test results for armeabi, berry0, crypto_aead/elmd600v2
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/elmd600v2
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: elmd600v2
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
732432 | 33552 0 488 | 47795 356 1304 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
830280 | 25660 0 488 | 43208 384 1304 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
830423 | 26456 0 488 | 41932 384 1312 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
867995 | 26584 0 488 | 42080 384 1312 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
1000066 | 18908 0 488 | 31499 356 1304 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
1215693 | 18220 0 488 | 33870 380 1304 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
1246752 | 17656 0 488 | 29495 348 1304 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
1363230 | 18368 0 488 | 30942 352 1304 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
1529317 | 17892 0 488 | 33514 380 1304 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241006 | 20240909 |
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:148:44: warning: unused variable 'blen' [-Wunused-variable]
encrypt.c: int i, j, flag=0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: ^
encrypt.c: encrypt.c:148:69: warning: unused variable 'Is_complete' [-Wunused-variable]
encrypt.c: int i, j, flag=0; 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 (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
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: 139 | int i;
encrypt.c: | ^
encrypt.c: encrypt.c: In function 'crypto_aead_elmd600v2_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:148:69: warning: unused variable 'Is_complete' [-Wunused-variable]
encrypt.c: 148 | int i, j, flag=0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: | ^~~~~~~~~~~
encrypt.c: encrypt.c:148:44: warning: unused variable 'blen' [-Wunused-variable]
encrypt.c: 148 | int i, j, flag=0; u8 zeroes[16], ozs[16], blen = 16, Is_final = 0, Is_complete =1;
encrypt.c: | ^~~~
encrypt.c: encrypt.c:148:35: warning: variable 'ozs' set but not used [-Wunused-but-set-variable]
encrypt.c: 148 | int i, j, flag=0; 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 (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
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 0
encrypt.o N 10a
encrypt.o N 11e
encrypt.o N 125
encrypt.o N 129
encrypt.o N 134
encrypt.o N 13c
encrypt.o N 145
encrypt.o N 149
encrypt.o N 14d
encrypt.o N 151
encrypt.o N 155
encrypt.o N 159
encrypt.o N 15e
encrypt.o N 162
encrypt.o N 166
encrypt.o N 16a
encrypt.o N 16e
encrypt.o N 172
encrypt.o N 180
encrypt.o N 183
encrypt.o N 190
encrypt.o N 194
encrypt.o N 198
encrypt.o N 19a
encrypt.o N 1a5
encrypt.o N 1a9
encrypt.o N 1ad
encrypt.o N 1b4
encrypt.o N 1b6
encrypt.o N 1b8
encrypt.o N 1ba
encrypt.o N 1bc
encrypt.o N 1c2
encrypt.o N 1c7
encrypt.o N 1ce
encrypt.o N 1d8
encrypt.o N 1db
encrypt.o N 1de
encrypt.o N 1e9
encrypt.o N 1ed
encrypt.o N 1f0
encrypt.o N 1fb
encrypt.o N 1fd
encrypt.o N 200
encrypt.o N 203
encrypt.o N 208
encrypt.o N 20d
encrypt.o N 219
encrypt.o N 21d
encrypt.o N 223
encrypt.o N 228
encrypt.o N 22d
encrypt.o N 233
encrypt.o N 236
encrypt.o N 238
encrypt.o N 244
encrypt.o N 24f
encrypt.o N 25
encrypt.o N 251
encrypt.o N 253
encrypt.o N 25c
encrypt.o N 260
encrypt.o N 264
encrypt.o N 26b
encrypt.o N 281
encrypt.o N 297
encrypt.o N 2a6
encrypt.o N 2b5
encrypt.o N 2c4
encrypt.o N 2f
encrypt.o N 2f2
encrypt.o N 2fc
encrypt.o N 307
encrypt.o N 315
encrypt.o N 343
encrypt.o N 34b
encrypt.o N 350
encrypt.o N 353
encrypt.o N 35a
encrypt.o N 35c
encrypt.o N 35f
encrypt.o N 362
encrypt.o N 365
encrypt.o N 368
encrypt.o N 36b
encrypt.o N 36e
encrypt.o N 373
encrypt.o N 378
encrypt.o N 380
encrypt.o N 388
encrypt.o N 390
encrypt.o N 394
encrypt.o N 39b
encrypt.o N 3a2
encrypt.o N 3a4
encrypt.o N 3a9
encrypt.o N 3c0
encrypt.o N 3c2
encrypt.o N 3c4
encrypt.o N 3c9
encrypt.o N 3ce
encrypt.o N 3d4
encrypt.o N 3d7
encrypt.o N 3dc
encrypt.o N 3e2
encrypt.o N 3e6
encrypt.o N 3ea
encrypt.o N 3f6
encrypt.o N 3fb
encrypt.o N 3fe
encrypt.o N 402
encrypt.o N 405
encrypt.o N 40c
encrypt.o N 417
encrypt.o N 41c
encrypt.o N ed
encrypt.o N f6
encrypt.o N fd
encrypt.o aes_key1 B
encrypt.o aes_key2 B
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 (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
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 0
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 124
encrypt.o N 128
encrypt.o N 133
encrypt.o N 13b
encrypt.o N 144
encrypt.o N 148
encrypt.o N 14c
encrypt.o N 150
encrypt.o N 154
encrypt.o N 158
encrypt.o N 15d
encrypt.o N 161
encrypt.o N 165
encrypt.o N 169
encrypt.o N 16d
encrypt.o N 171
encrypt.o N 17f
encrypt.o N 182
encrypt.o N 198
encrypt.o N 1ae
encrypt.o N 1bd
encrypt.o N 1cc
encrypt.o N 1db
encrypt.o N 209
encrypt.o N 216
encrypt.o N 21a
encrypt.o N 221
encrypt.o N 22b
encrypt.o N 236
encrypt.o N 241
encrypt.o N 24c
encrypt.o N 25
encrypt.o N 25a
encrypt.o N 266
encrypt.o N 270
encrypt.o N 29e
encrypt.o N 2a5
encrypt.o N 2aa
encrypt.o N 2b5
encrypt.o N 2bc
encrypt.o N 2c4
encrypt.o N 2c9
encrypt.o N 2cd
encrypt.o N 2cf
encrypt.o N 2d2
encrypt.o N 2d7
encrypt.o N 2de
encrypt.o N 2e0
encrypt.o N 2e3
encrypt.o N 2e7
encrypt.o N 2ea
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2f0
encrypt.o N 2f3
encrypt.o N 2f6
encrypt.o N 2f9
encrypt.o N 2fc
encrypt.o N 2ff
encrypt.o N 304
encrypt.o N 309
encrypt.o N 30b
encrypt.o N 311
encrypt.o N 313
encrypt.o N 31b
encrypt.o N 323
encrypt.o N 32b
encrypt.o N 32f
encrypt.o N 336
encrypt.o N 339
encrypt.o N 340
encrypt.o N 344
encrypt.o N 346
encrypt.o N 34b
encrypt.o N 362
encrypt.o N 364
encrypt.o N 36a
encrypt.o N 36c
encrypt.o N 371
encrypt.o N 376
encrypt.o N 37c
encrypt.o N 37f
encrypt.o N 384
encrypt.o N 390
encrypt.o N 399
encrypt.o N 39e
encrypt.o N 3a2
encrypt.o N 3ad
encrypt.o N 3b1
encrypt.o N 3b5
encrypt.o N 3b7
encrypt.o N 3b9
encrypt.o N 3bb
encrypt.o N 3bd
encrypt.o N 3c1
encrypt.o N 3c4
encrypt.o N 3c7
encrypt.o N 3cc
encrypt.o N 3d1
encrypt.o N 3d4
encrypt.o N 3d7
encrypt.o N 3d9
encrypt.o N 3db
encrypt.o N 3e2
encrypt.o N 3ed
encrypt.o N 3f1
encrypt.o N 3f7
encrypt.o N 3fc
encrypt.o N 401
encrypt.o N 40c
encrypt.o N 412
encrypt.o N 41e
encrypt.o N 422
encrypt.o N ec
encrypt.o N f5
encrypt.o N fc
encrypt.o aes_key1 B
encrypt.o aes_key2 B
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 (Raspbian_Clang_11.0.1) |
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 0
encrypt.o N 10a
encrypt.o N 11e
encrypt.o N 125
encrypt.o N 129
encrypt.o N 134
encrypt.o N 13c
encrypt.o N 145
encrypt.o N 149
encrypt.o N 14d
encrypt.o N 151
encrypt.o N 155
encrypt.o N 159
encrypt.o N 15e
encrypt.o N 162
encrypt.o N 166
encrypt.o N 16a
encrypt.o N 16e
encrypt.o N 172
encrypt.o N 180
encrypt.o N 183
encrypt.o N 190
encrypt.o N 194
encrypt.o N 198
encrypt.o N 19a
encrypt.o N 1a5
encrypt.o N 1a9
encrypt.o N 1ad
encrypt.o N 1b8
encrypt.o N 1bc
encrypt.o N 1bf
encrypt.o N 1c1
encrypt.o N 1cd
encrypt.o N 1cf
encrypt.o N 1d3
encrypt.o N 1d9
encrypt.o N 1de
encrypt.o N 1e9
encrypt.o N 1eb
encrypt.o N 1ee
encrypt.o N 1f1
encrypt.o N 1f6
encrypt.o N 1fb
encrypt.o N 205
encrypt.o N 207
encrypt.o N 20a
encrypt.o N 20d
encrypt.o N 214
encrypt.o N 216
encrypt.o N 21c
encrypt.o N 221
encrypt.o N 22c
encrypt.o N 22e
encrypt.o N 230
encrypt.o N 232
encrypt.o N 23b
encrypt.o N 23f
encrypt.o N 243
encrypt.o N 24a
encrypt.o N 25
encrypt.o N 260
encrypt.o N 276
encrypt.o N 285
encrypt.o N 294
encrypt.o N 2a3
encrypt.o N 2d1
encrypt.o N 2d8
encrypt.o N 2e2
encrypt.o N 2ed
encrypt.o N 2f
encrypt.o N 2fb
encrypt.o N 329
encrypt.o N 32e
encrypt.o N 336
encrypt.o N 33b
encrypt.o N 33e
encrypt.o N 345
encrypt.o N 347
encrypt.o N 34a
encrypt.o N 34d
encrypt.o N 350
encrypt.o N 353
encrypt.o N 356
encrypt.o N 359
encrypt.o N 35e
encrypt.o N 363
encrypt.o N 36b
encrypt.o N 373
encrypt.o N 37b
encrypt.o N 37f
encrypt.o N 386
encrypt.o N 389
encrypt.o N 390
encrypt.o N 392
encrypt.o N 397
encrypt.o N 3ae
encrypt.o N 3b0
encrypt.o N 3b2
encrypt.o N 3b7
encrypt.o N 3bc
encrypt.o N 3c2
encrypt.o N 3c5
encrypt.o N 3ca
encrypt.o N 3d0
encrypt.o N 3d4
encrypt.o N 3d8
encrypt.o N 3e4
encrypt.o N 3e9
encrypt.o N 3ed
encrypt.o N 3f0
encrypt.o N 3f3
encrypt.o N 3fa
encrypt.o N 405
encrypt.o N 40a
encrypt.o N 415
encrypt.o N 41b
encrypt.o N ed
encrypt.o N f6
encrypt.o N fd
encrypt.o aes_key1 B
encrypt.o aes_key2 B
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 (Raspbian_Clang_11.0.1) |
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 0
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 124
encrypt.o N 128
encrypt.o N 133
encrypt.o N 13b
encrypt.o N 144
encrypt.o N 148
encrypt.o N 14c
encrypt.o N 150
encrypt.o N 154
encrypt.o N 158
encrypt.o N 15d
encrypt.o N 161
encrypt.o N 165
encrypt.o N 169
encrypt.o N 16d
encrypt.o N 171
encrypt.o N 17f
encrypt.o N 182
encrypt.o N 18f
encrypt.o N 193
encrypt.o N 197
encrypt.o N 199
encrypt.o N 1a4
encrypt.o N 1a8
encrypt.o N 1ac
encrypt.o N 1b3
encrypt.o N 1b5
encrypt.o N 1b7
encrypt.o N 1b9
encrypt.o N 1be
encrypt.o N 1c0
encrypt.o N 1c6
encrypt.o N 1cd
encrypt.o N 1d7
encrypt.o N 1da
encrypt.o N 1dd
encrypt.o N 1e8
encrypt.o N 1ec
encrypt.o N 1ef
encrypt.o N 1fa
encrypt.o N 1fc
encrypt.o N 1ff
encrypt.o N 202
encrypt.o N 207
encrypt.o N 20c
encrypt.o N 218
encrypt.o N 21c
encrypt.o N 222
encrypt.o N 227
encrypt.o N 22c
encrypt.o N 232
encrypt.o N 235
encrypt.o N 237
encrypt.o N 243
encrypt.o N 24e
encrypt.o N 25
encrypt.o N 250
encrypt.o N 252
encrypt.o N 25b
encrypt.o N 25f
encrypt.o N 263
encrypt.o N 26a
encrypt.o N 280
encrypt.o N 296
encrypt.o N 2a5
encrypt.o N 2b4
encrypt.o N 2c3
encrypt.o N 2f
encrypt.o N 2f1
encrypt.o N 2fb
encrypt.o N 306
encrypt.o N 314
encrypt.o N 342
encrypt.o N 34a
encrypt.o N 34f
encrypt.o N 352
encrypt.o N 359
encrypt.o N 35b
encrypt.o N 35e
encrypt.o N 361
encrypt.o N 364
encrypt.o N 367
encrypt.o N 36a
encrypt.o N 36d
encrypt.o N 372
encrypt.o N 377
encrypt.o N 37f
encrypt.o N 387
encrypt.o N 38f
encrypt.o N 393
encrypt.o N 39a
encrypt.o N 3a1
encrypt.o N 3a3
encrypt.o N 3a8
encrypt.o N 3bf
encrypt.o N 3c1
encrypt.o N 3c5
encrypt.o N 3cb
encrypt.o N 3cd
encrypt.o N 3d2
encrypt.o N 3d7
encrypt.o N 3dd
encrypt.o N 3e0
encrypt.o N 3e5
encrypt.o N 3e9
encrypt.o N 3f5
encrypt.o N 3fa
encrypt.o N 3fd
encrypt.o N 401
encrypt.o N 404
encrypt.o N 40b
encrypt.o N 416
encrypt.o N 41b
encrypt.o N ec
encrypt.o N f5
encrypt.o N fc
encrypt.o aes_key1 B
encrypt.o aes_key2 B
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 (Raspbian_Clang_11.0.1) |
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 B
encrypt.o aes_key2 B
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 (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |