Test results for armeabi, bblack, crypto_aead/wheeshtv1mr3fr3t256

[Page version: 20250923 20:25:05]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/wheeshtv1mr3fr3t256
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250415
Operation: crypto_aead
Primitive: wheeshtv1mr3fr3t256
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
12348835177 0 046286 464 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
13396011505 0 021594 464 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
13903218471 0 034151 416 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
14428010789 0 020978 464 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
14595214655 0 031319 416 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
14636814655 0 031319 416 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
15588010495 0 020266 456 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
15657617343 0 041887 416 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025033120250307
16074414323 0 029317 412 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025033120250307

Compiler output


encrypt.c: encrypt.c:310:50: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                       ^  ~~~~~~~~~~~~~
encrypt.c: encrypt.c:310:50: note: use '|' for a bitwise operation
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                       ^~
encrypt.c:                                                                       |
encrypt.c: encrypt.c:310:68: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                                         ^  ~~~~~~~~~~~~~
encrypt.c: encrypt.c:310:68: note: use '|' for a bitwise operation
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                                         ^~
encrypt.c:                                                                                         |
encrypt.c: encrypt.c:310:85: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                                                          ^  ~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:310:85: note: use '|' for a bitwise operation
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB || CRYPT_LASTBLOCK;
encrypt.c:                                                                                                          ^~
encrypt.c:                                                                                                          |
encrypt.c: encrypt.c:350:50: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
encrypt.c:                         aead_params.mode_bits = CRYPT_CIPHERTEXTBLOCK || CRYPT_HASNSEC  || CRYPT_HASNPUB;
encrypt.c:                                                                       ^  ~~~~~~~~~~~~~
encrypt.c: encrypt.c:350:50: note: use '|' for a bitwise operation
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -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: In function 'crypto_aead_wheeshtv1mr3fr3t256_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:286:11: warning: unused variable 'ad_block1' [-Wunused-variable]
encrypt.c:   uint64_t ad_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:            ^~~~~~~~~
encrypt.c: encrypt.c:284:11: warning: unused variable 'm_block1' [-Wunused-variable]
encrypt.c:   uint64_t m_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:            ^~~~~~~~
encrypt.c: encrypt.c: In function 'crypto_aead_wheeshtv1mr3fr3t256_ref_timingleaks_decrypt':
encrypt.c: encrypt.c:576:11: warning: unused variable 'ad_block1' [-Wunused-variable]
encrypt.c:   uint64_t ad_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:            ^~~~~~~~~
encrypt.c: encrypt.c:574:11: warning: unused variable 'm_block1' [-Wunused-variable]
encrypt.c:   uint64_t m_block1 = 0LLU; // Obviously we'll never get this far, more for the sake of completeness
encrypt.c:            ^~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000111
encrypt.o N 00000128
encrypt.o N 00000133
encrypt.o N 0000013c
encrypt.o N 0000014a
encrypt.o N 0000014f
encrypt.o N 0000015e
encrypt.o N 0000016e
encrypt.o N 0000017c
encrypt.o N 000001b4
encrypt.o N 000001b8
encrypt.o N 000001f0
encrypt.o N 000001f7
encrypt.o N 000001fa
encrypt.o N 000001fd
encrypt.o N 00000200
encrypt.o N 00000203
encrypt.o N 00000206
encrypt.o N 00000209
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000216
encrypt.o N 0000021d
encrypt.o N 00000227
encrypt.o N 0000022b
encrypt.o N 00000237
encrypt.o N 00000245
encrypt.o N 0000024f
encrypt.o N 00000252
encrypt.o N 00000255
encrypt.o N 00000258
encrypt.o N 0000025b
encrypt.o N 0000025e
encrypt.o N 00000261
encrypt.o N 00000264
encrypt.o N 00000267
encrypt.o N 00000272
encrypt.o N 0000027f
encrypt.o N 0000028a
encrypt.o N 00000295
encrypt.o N 000002a2
encrypt.o N 000002ab
encrypt.o N 000002af
encrypt.o N 000002b3
encrypt.o N 000002b6
encrypt.o N 000002b9
encrypt.o N 000002bc
encrypt.o N 000002bf
encrypt.o N 000002c2
encrypt.o N 000002c5
encrypt.o N 000002c8
encrypt.o N 000002cb
encrypt.o N 000002d1
encrypt.o N 000002de
encrypt.o N 000002e9
encrypt.o N 000002f2
encrypt.o N 000002fe
encrypt.o N 0000030d
encrypt.o N 0000031c
encrypt.o N 00000325
encrypt.o N 00000327
encrypt.o N 0000032c
encrypt.o N 0000032e
encrypt.o N 00000334
encrypt.o N 00000342
encrypt.o N 0000034f
encrypt.o N 00000351
encrypt.o N 00000356
encrypt.o N 0000035b
encrypt.o N 00000361
encrypt.o N 00000364
encrypt.o N 00000369
encrypt.o N 00000379
encrypt.o N 00000383
encrypt.o N 0000038d
encrypt.o N 00000397
encrypt.o N 000003a0
encrypt.o N 000003a9
encrypt.o N 000003b9
encrypt.o N 000003ca
encrypt.o N 000003da
encrypt.o N 000003ea
encrypt.o N 000003fd
encrypt.o N 00000408
encrypt.o N 0000041c
encrypt.o N 00000428
encrypt.o N 00000436
encrypt.o aead_auth_block T
encrypt.o aead_auth_fin T
encrypt.o aead_enc_block T

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -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 N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000111
encrypt.o N 00000128
encrypt.o N 00000133
encrypt.o N 0000013c
encrypt.o N 0000014a
encrypt.o N 0000014f
encrypt.o N 0000015f
encrypt.o N 0000016b
encrypt.o N 0000016e
encrypt.o N 00000171
encrypt.o N 00000174
encrypt.o N 00000177
encrypt.o N 00000182
encrypt.o N 0000018f
encrypt.o N 0000019e
encrypt.o N 000001ad
encrypt.o N 000001b0
encrypt.o N 000001b3
encrypt.o N 000001b6
encrypt.o N 000001b9
encrypt.o N 000001c8
encrypt.o N 000001d6
encrypt.o N 0000020e
encrypt.o N 00000212
encrypt.o N 0000024a
encrypt.o N 00000251
encrypt.o N 00000254
encrypt.o N 00000257
encrypt.o N 0000025a
encrypt.o N 0000025d
encrypt.o N 00000260
encrypt.o N 00000263
encrypt.o N 00000266
encrypt.o N 00000269
encrypt.o N 00000270
encrypt.o N 00000277
encrypt.o N 00000281
encrypt.o N 00000285
encrypt.o N 00000291
encrypt.o N 0000029f
encrypt.o N 000002a9
encrypt.o N 000002ac
encrypt.o N 000002af
encrypt.o N 000002b2
encrypt.o N 000002b5
encrypt.o N 000002c0
encrypt.o N 000002cd
encrypt.o N 000002d8
encrypt.o N 000002e1
encrypt.o N 000002e5
encrypt.o N 000002e9
encrypt.o N 000002ec
encrypt.o N 000002ef
encrypt.o N 000002f2
encrypt.o N 000002f5
encrypt.o N 000002fb
encrypt.o N 00000308
encrypt.o N 00000313
encrypt.o N 0000031c
encrypt.o N 00000325
encrypt.o N 00000327
encrypt.o N 0000032c
encrypt.o N 0000032e
encrypt.o N 00000334
encrypt.o N 00000342
encrypt.o N 0000034f
encrypt.o N 00000351
encrypt.o N 00000356
encrypt.o N 0000035b
encrypt.o N 00000361
encrypt.o N 00000364
encrypt.o N 00000369
encrypt.o N 00000379
encrypt.o N 00000383
encrypt.o N 0000038d
encrypt.o N 00000397
encrypt.o N 000003a0
encrypt.o N 000003a9
encrypt.o N 000003b9
encrypt.o N 000003ca
encrypt.o N 000003da
encrypt.o N 000003ea
encrypt.o N 000003fd
encrypt.o N 00000408
encrypt.o N 0000041c
encrypt.o N 00000428
encrypt.o N 00000436
encrypt.o aead_auth_block T
encrypt.o aead_auth_fin T
encrypt.o aead_enc_block T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000110
encrypt.o N 00000127
encrypt.o N 00000132
encrypt.o N 0000013b
encrypt.o N 00000149
encrypt.o N 0000014e
encrypt.o N 0000015d
encrypt.o N 0000016d
encrypt.o N 0000017b
encrypt.o N 000001b3
encrypt.o N 000001b7
encrypt.o N 000001ef
encrypt.o N 000001f6
encrypt.o N 000001f9
encrypt.o N 000001fc
encrypt.o N 000001ff
encrypt.o N 00000202
encrypt.o N 00000205
encrypt.o N 00000208
encrypt.o N 0000020b
encrypt.o N 0000020e
encrypt.o N 00000215
encrypt.o N 0000021c
encrypt.o N 00000226
encrypt.o N 0000022a
encrypt.o N 00000236
encrypt.o N 00000244
encrypt.o N 0000024e
encrypt.o N 00000251
encrypt.o N 00000254
encrypt.o N 00000257
encrypt.o N 0000025a
encrypt.o N 0000025d
encrypt.o N 00000260
encrypt.o N 00000263
encrypt.o N 00000266
encrypt.o N 00000271
encrypt.o N 0000027e
encrypt.o N 00000289
encrypt.o N 00000294
encrypt.o N 000002a1
encrypt.o N 000002aa
encrypt.o N 000002ae
encrypt.o N 000002b2
encrypt.o N 000002b5
encrypt.o N 000002b8
encrypt.o N 000002bb
encrypt.o N 000002be
encrypt.o N 000002c1
encrypt.o N 000002c4
encrypt.o N 000002c7
encrypt.o N 000002ca
encrypt.o N 000002d0
encrypt.o N 000002dd
encrypt.o N 000002e8
encrypt.o N 000002f1
encrypt.o N 000002fd
encrypt.o N 0000030c
encrypt.o N 0000031b
encrypt.o N 00000324
encrypt.o N 00000326
encrypt.o N 0000032b
encrypt.o N 0000032d
encrypt.o N 00000333
encrypt.o N 00000341
encrypt.o N 0000034e
encrypt.o N 00000350
encrypt.o N 00000355
encrypt.o N 0000035a
encrypt.o N 00000360
encrypt.o N 00000363
encrypt.o N 00000368
encrypt.o N 00000378
encrypt.o N 00000382
encrypt.o N 0000038c
encrypt.o N 00000396
encrypt.o N 0000039f
encrypt.o N 000003a8
encrypt.o N 000003b8
encrypt.o N 000003c9
encrypt.o N 000003d9
encrypt.o N 000003e9
encrypt.o N 000003fc
encrypt.o N 00000407
encrypt.o N 0000041b
encrypt.o N 00000427
encrypt.o N 00000435
encrypt.o aead_auth_block T
encrypt.o aead_auth_fin T
encrypt.o aead_enc_block T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000110
encrypt.o N 00000127
encrypt.o N 00000132
encrypt.o N 0000013b
encrypt.o N 00000149
encrypt.o N 0000014e
encrypt.o N 0000015e
encrypt.o N 0000016a
encrypt.o N 0000016d
encrypt.o N 00000170
encrypt.o N 00000173
encrypt.o N 00000176
encrypt.o N 00000181
encrypt.o N 0000018e
encrypt.o N 0000019d
encrypt.o N 000001ac
encrypt.o N 000001af
encrypt.o N 000001b2
encrypt.o N 000001b5
encrypt.o N 000001b8
encrypt.o N 000001c7
encrypt.o N 000001d5
encrypt.o N 0000020d
encrypt.o N 00000211
encrypt.o N 00000249
encrypt.o N 00000250
encrypt.o N 00000253
encrypt.o N 00000256
encrypt.o N 00000259
encrypt.o N 0000025c
encrypt.o N 0000025f
encrypt.o N 00000262
encrypt.o N 00000265
encrypt.o N 00000268
encrypt.o N 0000026f
encrypt.o N 00000276
encrypt.o N 00000280
encrypt.o N 00000284
encrypt.o N 00000290
encrypt.o N 0000029e
encrypt.o N 000002a8
encrypt.o N 000002ab
encrypt.o N 000002ae
encrypt.o N 000002b1
encrypt.o N 000002b4
encrypt.o N 000002bf
encrypt.o N 000002cc
encrypt.o N 000002d7
encrypt.o N 000002e0
encrypt.o N 000002e4
encrypt.o N 000002e8
encrypt.o N 000002eb
encrypt.o N 000002ee
encrypt.o N 000002f1
encrypt.o N 000002f4
encrypt.o N 000002fa
encrypt.o N 00000307
encrypt.o N 00000312
encrypt.o N 0000031b
encrypt.o N 00000324
encrypt.o N 00000326
encrypt.o N 0000032b
encrypt.o N 0000032d
encrypt.o N 00000333
encrypt.o N 00000341
encrypt.o N 0000034e
encrypt.o N 00000350
encrypt.o N 00000355
encrypt.o N 0000035a
encrypt.o N 00000360
encrypt.o N 00000363
encrypt.o N 00000368
encrypt.o N 00000378
encrypt.o N 00000382
encrypt.o N 0000038c
encrypt.o N 00000396
encrypt.o N 0000039f
encrypt.o N 000003a8
encrypt.o N 000003b8
encrypt.o N 000003c9
encrypt.o N 000003d9
encrypt.o N 000003e9
encrypt.o N 000003fc
encrypt.o N 00000407
encrypt.o N 0000041b
encrypt.o N 00000427
encrypt.o N 00000435
encrypt.o aead_auth_block T
encrypt.o aead_auth_fin T
encrypt.o aead_enc_block T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 aead_auth_block T
encrypt.o aead_auth_fin T
encrypt.o aead_enc_block T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)