Test results for armeabi, berry0, crypto_aead/ascon128av11

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_aead Test results for armeabi, berry0, crypto_aead Test results for crypto_aead/ascon128av11
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: ascon128av11
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
5354977348 0 021399 356 816T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
6242707340 0 024596 384 816T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
6252277340 0 022612 384 824T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
6319537328 0 022616 384 824T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
8704833484 0 015879 356 816T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
10061523584 0 018942 380 816T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
10666083360 0 015650 352 816T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
11385953096 0 014747 348 816T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100520240909
11974093156 0 018522 380 816T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024100520240909

Test failure


error 111
crypto_aead_decrypt does not match m

Number of similar (implementation,compiler) pairs: 9, namely:
ImplementationCompiler
T:opt64clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt64clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt64clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt64clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt64clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:opt64gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:opt64gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:opt64gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
T:opt64gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c:   int capacity = size - rate;
ascon.c:       ^
ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c:   int capacity = size - rate;
ascon.c:       ^
ascon.c: 2 warnings generated.

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Compiler output


ascon.c: ascon.c: In function 'crypto_aead_ascon128av11_ref_timingleaks_encrypt':
ascon.c: ascon.c:98:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c:    98 |   int capacity = size - rate;
ascon.c:       |       ^~~~~~~~
ascon.c: ascon.c: In function 'crypto_aead_ascon128av11_ref_timingleaks_decrypt':
ascon.c: ascon.c:197:7: warning: unused variable 'capacity' [-Wunused-variable]
ascon.c:   197 |   int capacity = size - rate;
ascon.c:       |       ^~~~~~~~

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

Namespace violations


ascon.o N 0
ascon.o N 105
ascon.o N 109
ascon.o N 117
ascon.o N 11a
ascon.o N 121
ascon.o N 123
ascon.o N 125
ascon.o N 127
ascon.o N 12b
ascon.o N 133
ascon.o N 13e
ascon.o N 149
ascon.o N 155
ascon.o N 186
ascon.o N 1b7
ascon.o N 1bc
ascon.o N 1c1
ascon.o N 1c4
ascon.o N 1c7
ascon.o N 1ca
ascon.o N 1cd
ascon.o N 1d0
ascon.o N 1d7
ascon.o N 1da
ascon.o N 1dd
ascon.o N 1e0
ascon.o N 1e3
ascon.o N 1e6
ascon.o N 1fa
ascon.o N 1fc
ascon.o N 201
ascon.o N 203
ascon.o N 205
ascon.o N 213
ascon.o N 217
ascon.o N 219
ascon.o N 21b
ascon.o N 224
ascon.o N 229
ascon.o N 22e
ascon.o N 233
ascon.o N 235
ascon.o N 23a
ascon.o N 23f
ascon.o N 245
ascon.o N 248
ascon.o N 24d
ascon.o N 25
ascon.o N 259
ascon.o N 266
ascon.o N 268
ascon.o N 274
ascon.o N 280
ascon.o N 282
ascon.o N 284
ascon.o N 286
ascon.o N 2d
ascon.o N ee
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)
T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


ascon.o N 0
ascon.o N 104
ascon.o N 108
ascon.o N 116
ascon.o N 119
ascon.o N 124
ascon.o N 12f
ascon.o N 136
ascon.o N 13e
ascon.o N 14a
ascon.o N 17b
ascon.o N 17f
ascon.o N 1b0
ascon.o N 1b5
ascon.o N 1ba
ascon.o N 1bc
ascon.o N 1bf
ascon.o N 1c2
ascon.o N 1c5
ascon.o N 1c8
ascon.o N 1cb
ascon.o N 1cd
ascon.o N 1cf
ascon.o N 1d6
ascon.o N 1d9
ascon.o N 1dc
ascon.o N 1df
ascon.o N 1e2
ascon.o N 1e5
ascon.o N 1f9
ascon.o N 1fb
ascon.o N 200
ascon.o N 202
ascon.o N 204
ascon.o N 212
ascon.o N 216
ascon.o N 218
ascon.o N 21a
ascon.o N 223
ascon.o N 228
ascon.o N 22d
ascon.o N 232
ascon.o N 234
ascon.o N 239
ascon.o N 23e
ascon.o N 244
ascon.o N 247
ascon.o N 24c
ascon.o N 25
ascon.o N 258
ascon.o N 265
ascon.o N 267
ascon.o N 273
ascon.o N 27f
ascon.o N 281
ascon.o N 283
ascon.o N 285
ascon.o N 2d
ascon.o N ed
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


ascon.o N 0
ascon.o N 104
ascon.o N 108
ascon.o N 116
ascon.o N 119
ascon.o N 120
ascon.o N 122
ascon.o N 124
ascon.o N 126
ascon.o N 12a
ascon.o N 132
ascon.o N 13d
ascon.o N 148
ascon.o N 154
ascon.o N 185
ascon.o N 1b6
ascon.o N 1bb
ascon.o N 1c0
ascon.o N 1c3
ascon.o N 1c6
ascon.o N 1c9
ascon.o N 1cc
ascon.o N 1cf
ascon.o N 1d6
ascon.o N 1d9
ascon.o N 1dc
ascon.o N 1df
ascon.o N 1e2
ascon.o N 1e5
ascon.o N 1f9
ascon.o N 1fb
ascon.o N 200
ascon.o N 202
ascon.o N 20e
ascon.o N 21b
ascon.o N 21d
ascon.o N 222
ascon.o N 227
ascon.o N 22d
ascon.o N 230
ascon.o N 235
ascon.o N 241
ascon.o N 243
ascon.o N 245
ascon.o N 25
ascon.o N 251
ascon.o N 25f
ascon.o N 263
ascon.o N 265
ascon.o N 267
ascon.o N 270
ascon.o N 275
ascon.o N 27a
ascon.o N 27f
ascon.o N 281
ascon.o N 283
ascon.o N 285
ascon.o N 2d
ascon.o N ed
ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1)

Namespace violations


ascon.o load64 T
ascon.o permutation T
ascon.o printstate T
ascon.o printwords T
ascon.o store64 T

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