Test results for armeabi, berry0, crypto_encrypt/ronald2048

[Page version: 20250206 00:27:24]

Measurements for armeabi, berry0, crypto_encrypt Test results for armeabi, berry0, crypto_encrypt Test results for crypto_encrypt/ronald2048
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_encrypt
Primitive: ronald2048
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
653524482724 0 019522 500 1560T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
654121662384 0 019350 500 1560T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
655212032388 0 018518 492 1552T:opensslnewgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
655656413004 0 022908 520 1568T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
655690662536 0 023164 520 1560T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
656420882716 0 021402 516 1552T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
657435162528 0 021258 516 1552T:opensslnewclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
657585163004 0 022880 520 1568T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2025010920240909
659431612700 0 021322 500 1560T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025010920240909

Compiler output


keypair.c: keypair.c:15:7: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c:   r = RSA_generate_key(MODULUS_BYTES * 8,3,0,0);
keypair.c:       ^
keypair.c: /usr/include/openssl/rsa.h:235:1: note: 'RSA_generate_key' has been explicitly marked deprecated here
keypair.c: DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
keypair.c: ^
keypair.c: /usr/include/arm-linux-gnueabihf/openssl/opensslconf.h:175:34: note: expanded from macro 'DEPRECATEDIN_0_9_8'
keypair.c: # define DEPRECATEDIN_0_9_8(f)   DECLARE_DEPRECATED(f)
keypair.c:                                  ^
keypair.c: /usr/include/arm-linux-gnueabihf/openssl/opensslconf.h:121:55: note: expanded from macro 'DECLARE_DEPRECATED'
keypair.c: #   define DECLARE_DEPRECATED(f)    f __attribute__ ((deprecated));
keypair.c:                                                       ^
keypair.c: keypair.c:20:23: error: incomplete definition of type 'struct rsa_st'
keypair.c:   len = BN_num_bytes(r->n); if (len > MODULUS_BYTES) goto error;
keypair.c:                      ~^
keypair.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes'
keypair.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
keypair.c:                                        ^
keypair.c: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
keypair.c: typedef struct rsa_st RSA;
keypair.c:                ^
keypair.c: keypair.c:21:36: error: incomplete definition of type 'struct rsa_st'
keypair.c:   out += MODULUS_BYTES; BN_bn2bin(r->n,out - len);
keypair.c:                                   ~^
keypair.c: /usr/include/openssl/ossl_typ.h:110:16: note: forward declaration of 'struct rsa_st'
keypair.c: ...

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

Compiler output


keypair.c: keypair.c: In function 'crypto_encrypt_ronald2048_openssl_timingleaks_keypair':
keypair.c: keypair.c:15:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c:    15 |   r = RSA_generate_key(MODULUS_BYTES * 8,3,0,0);
keypair.c:       |   ^
keypair.c: In file included from /usr/include/openssl/rsa.h:13,
keypair.c:                  from keypair.c:2:
keypair.c: /usr/include/openssl/rsa.h:235:1: note: declared here
keypair.c:   235 | DEPRECATEDIN_0_9_8(RSA *RSA_generate_key(int bits, unsigned long e, void
keypair.c:       | ^~~~~~~~~~~~~~~~~~
keypair.c: In file included from /usr/include/openssl/asn1.h:23,
keypair.c:                  from /usr/include/openssl/rsa.h:16,
keypair.c:                  from keypair.c:2:
keypair.c: keypair.c:20:23: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    20 |   len = BN_num_bytes(r->n); if (len > MODULUS_BYTES) goto error;
keypair.c:       |                       ^~
keypair.c: keypair.c:21:36: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    21 |   out += MODULUS_BYTES; BN_bn2bin(r->n,out - len);
keypair.c:       |                                    ^~
keypair.c: In file included from /usr/include/openssl/asn1.h:23,
keypair.c:                  from /usr/include/openssl/rsa.h:16,
keypair.c:                  from keypair.c:2:
keypair.c: keypair.c:23:23: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c:    23 |   len = BN_num_bytes(r->e); if (len > MODULUS_BYTES) goto error;
keypair.c:       |                       ^~
keypair.c: keypair.c:24:36: error: invalid use of incomplete typedef 'RSA' {aka 'struct rsa_st'}
keypair.c: ...

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

Namespace violations


keypair.o N 0
keypair.o N 100
keypair.o N 107
keypair.o N 10e
keypair.o N 118
keypair.o N 124
keypair.o N 128
keypair.o N 135
keypair.o N 149
keypair.o N 155
keypair.o N 15d
keypair.o N 166
keypair.o N 171
keypair.o N 17d
keypair.o N 187
keypair.o N 195
keypair.o N 1a0
keypair.o N 1ab
keypair.o N 1b6
keypair.o N 1c1
keypair.o N 1cf
keypair.o N 1dd
keypair.o N 1eb
keypair.o N 1f4
keypair.o N 22d
keypair.o N 230
keypair.o N 233
keypair.o N 237
keypair.o N 239
keypair.o N 23d
keypair.o N 23f
keypair.o N 246
keypair.o N 248
keypair.o N 24c
keypair.o N 25
keypair.o N 2f
keypair.o N f8
shortciphertext.o N 0
shortciphertext.o N 100
shortciphertext.o N 107
shortciphertext.o N 111
shortciphertext.o N 119
shortciphertext.o N 120
shortciphertext.o N 128
shortciphertext.o N 131
shortciphertext.o N 13b
shortciphertext.o N 149
shortciphertext.o N 14d
shortciphertext.o N 159
shortciphertext.o N 166
shortciphertext.o N 173
shortciphertext.o N 17c
shortciphertext.o N 18f
shortciphertext.o N 1d0
shortciphertext.o N 1d2
shortciphertext.o N 1d7
shortciphertext.o N 1ee
shortciphertext.o N 1f0
shortciphertext.o N 1f7
shortciphertext.o N 1fd
shortciphertext.o N 200
shortciphertext.o N 205
shortciphertext.o N 207
shortciphertext.o N 20e
shortciphertext.o N 210
shortciphertext.o N 212
shortciphertext.o N 25
shortciphertext.o N 37
shortplaintext.o N 0
shortplaintext.o N 106
shortplaintext.o N 110
shortplaintext.o N 118
shortplaintext.o N 11f
shortplaintext.o N 127
shortplaintext.o N 130
shortplaintext.o N 13a
shortplaintext.o N 148
shortplaintext.o N 14c
shortplaintext.o N 159
shortplaintext.o N 16a
shortplaintext.o N 17e
shortplaintext.o N 187
shortplaintext.o N 19b
shortplaintext.o N 1db
shortplaintext.o N 1dd
shortplaintext.o N 1e2
shortplaintext.o N 1f9
shortplaintext.o N 1fb
shortplaintext.o N 202
shortplaintext.o N 208
shortplaintext.o N 20b
shortplaintext.o N 210
shortplaintext.o N 212
shortplaintext.o N 219
shortplaintext.o N 21b
shortplaintext.o N 21d
shortplaintext.o N 21f
shortplaintext.o N 221
shortplaintext.o N 226
shortplaintext.o N 22b
shortplaintext.o N 230
shortplaintext.o N 232
shortplaintext.o N 236
shortplaintext.o N 25
shortplaintext.o N 36
shortplaintext.o N ff
useshort.o N 0
useshort.o N 10d
useshort.o N 121
useshort.o N 162
useshort.o N 166
useshort.o N 17d
useshort.o N 189
useshort.o N 1ba
useshort.o N 1e6
useshort.o N 226
useshort.o N 25
useshort.o N 257
useshort.o N 28d
useshort.o N 28f
useshort.o N 291
useshort.o N 296
useshort.o N 298
useshort.o N 29b
useshort.o N 2a0
useshort.o N 2a2
useshort.o N 2a9
useshort.o N 2ac
useshort.o N 2b1
useshort.o N 30
useshort.o N f9
useshort.o N ff

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

Namespace violations


keypair.o N 0
keypair.o N 106
keypair.o N 10d
keypair.o N 117
keypair.o N 123
keypair.o N 127
keypair.o N 134
keypair.o N 148
keypair.o N 154
keypair.o N 15c
keypair.o N 165
keypair.o N 170
keypair.o N 17c
keypair.o N 186
keypair.o N 194
keypair.o N 19f
keypair.o N 1aa
keypair.o N 1b5
keypair.o N 1c0
keypair.o N 1ce
keypair.o N 1dc
keypair.o N 1ea
keypair.o N 1f3
keypair.o N 22c
keypair.o N 22f
keypair.o N 232
keypair.o N 236
keypair.o N 238
keypair.o N 23c
keypair.o N 23e
keypair.o N 245
keypair.o N 247
keypair.o N 24b
keypair.o N 25
keypair.o N 2f
keypair.o N f7
keypair.o N ff
shortciphertext.o N 0
shortciphertext.o N 106
shortciphertext.o N 110
shortciphertext.o N 118
shortciphertext.o N 11f
shortciphertext.o N 129
shortciphertext.o N 137
shortciphertext.o N 13b
shortciphertext.o N 147
shortciphertext.o N 154
shortciphertext.o N 161
shortciphertext.o N 16a
shortciphertext.o N 17d
shortciphertext.o N 185
shortciphertext.o N 18e
shortciphertext.o N 1cf
shortciphertext.o N 1d1
shortciphertext.o N 1d6
shortciphertext.o N 1ed
shortciphertext.o N 1ef
shortciphertext.o N 1f6
shortciphertext.o N 1fc
shortciphertext.o N 1ff
shortciphertext.o N 204
shortciphertext.o N 206
shortciphertext.o N 20d
shortciphertext.o N 20f
shortciphertext.o N 211
shortciphertext.o N 25
shortciphertext.o N 37
shortciphertext.o N ff
shortplaintext.o N 0
shortplaintext.o N 105
shortplaintext.o N 10f
shortplaintext.o N 117
shortplaintext.o N 11e
shortplaintext.o N 128
shortplaintext.o N 136
shortplaintext.o N 13a
shortplaintext.o N 147
shortplaintext.o N 158
shortplaintext.o N 16c
shortplaintext.o N 175
shortplaintext.o N 189
shortplaintext.o N 191
shortplaintext.o N 19a
shortplaintext.o N 1da
shortplaintext.o N 1dc
shortplaintext.o N 1e1
shortplaintext.o N 1f8
shortplaintext.o N 1fa
shortplaintext.o N 201
shortplaintext.o N 207
shortplaintext.o N 20a
shortplaintext.o N 20f
shortplaintext.o N 211
shortplaintext.o N 218
shortplaintext.o N 21a
shortplaintext.o N 21c
shortplaintext.o N 21e
shortplaintext.o N 220
shortplaintext.o N 225
shortplaintext.o N 22a
shortplaintext.o N 22f
shortplaintext.o N 231
shortplaintext.o N 235
shortplaintext.o N 25
shortplaintext.o N 36
shortplaintext.o N fe
useshort.o N 0
useshort.o N 10c
useshort.o N 120
useshort.o N 161
useshort.o N 165
useshort.o N 17c
useshort.o N 188
useshort.o N 1b9
useshort.o N 1e5
useshort.o N 225
useshort.o N 25
useshort.o N 256
useshort.o N 28c
useshort.o N 28e
useshort.o N 290
useshort.o N 295
useshort.o N 297
useshort.o N 29a
useshort.o N 29f
useshort.o N 2a1
useshort.o N 2a8
useshort.o N 2ab
useshort.o N 2b0
useshort.o N 30
useshort.o N f8
useshort.o N fe

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

Namespace violations


keypair.o N 0
keypair.o N 106
keypair.o N 10d
keypair.o N 117
keypair.o N 123
keypair.o N 127
keypair.o N 134
keypair.o N 148
keypair.o N 154
keypair.o N 15c
keypair.o N 165
keypair.o N 170
keypair.o N 17c
keypair.o N 186
keypair.o N 194
keypair.o N 19f
keypair.o N 1aa
keypair.o N 1b5
keypair.o N 1c0
keypair.o N 1ce
keypair.o N 1dc
keypair.o N 1ea
keypair.o N 1f3
keypair.o N 22c
keypair.o N 22f
keypair.o N 232
keypair.o N 236
keypair.o N 238
keypair.o N 23c
keypair.o N 23e
keypair.o N 245
keypair.o N 247
keypair.o N 24b
keypair.o N 25
keypair.o N 2f
keypair.o N f7
keypair.o N ff
shortciphertext.o N 0
shortciphertext.o N 106
shortciphertext.o N 110
shortciphertext.o N 118
shortciphertext.o N 11f
shortciphertext.o N 127
shortciphertext.o N 130
shortciphertext.o N 13a
shortciphertext.o N 148
shortciphertext.o N 14c
shortciphertext.o N 158
shortciphertext.o N 165
shortciphertext.o N 172
shortciphertext.o N 17b
shortciphertext.o N 18e
shortciphertext.o N 1cf
shortciphertext.o N 1d1
shortciphertext.o N 1d6
shortciphertext.o N 1ed
shortciphertext.o N 1ef
shortciphertext.o N 1f6
shortciphertext.o N 1fc
shortciphertext.o N 1ff
shortciphertext.o N 204
shortciphertext.o N 206
shortciphertext.o N 20d
shortciphertext.o N 20f
shortciphertext.o N 211
shortciphertext.o N 25
shortciphertext.o N 37
shortciphertext.o N ff
shortplaintext.o N 0
shortplaintext.o N 105
shortplaintext.o N 10f
shortplaintext.o N 117
shortplaintext.o N 11e
shortplaintext.o N 126
shortplaintext.o N 12f
shortplaintext.o N 139
shortplaintext.o N 147
shortplaintext.o N 14b
shortplaintext.o N 158
shortplaintext.o N 169
shortplaintext.o N 17d
shortplaintext.o N 186
shortplaintext.o N 19a
shortplaintext.o N 1da
shortplaintext.o N 1dc
shortplaintext.o N 1e1
shortplaintext.o N 1f8
shortplaintext.o N 1fa
shortplaintext.o N 201
shortplaintext.o N 207
shortplaintext.o N 20a
shortplaintext.o N 20f
shortplaintext.o N 211
shortplaintext.o N 218
shortplaintext.o N 21a
shortplaintext.o N 21c
shortplaintext.o N 21e
shortplaintext.o N 220
shortplaintext.o N 225
shortplaintext.o N 22a
shortplaintext.o N 22f
shortplaintext.o N 231
shortplaintext.o N 235
shortplaintext.o N 25
shortplaintext.o N 36
shortplaintext.o N fe
useshort.o N 0
useshort.o N 10c
useshort.o N 120
useshort.o N 161
useshort.o N 165
useshort.o N 17c
useshort.o N 188
useshort.o N 1b9
useshort.o N 1e5
useshort.o N 225
useshort.o N 25
useshort.o N 256
useshort.o N 28c
useshort.o N 28e
useshort.o N 290
useshort.o N 295
useshort.o N 297
useshort.o N 29a
useshort.o N 29f
useshort.o N 2a1
useshort.o N 2a8
useshort.o N 2ab
useshort.o N 2b0
useshort.o N 30
useshort.o N f8
useshort.o N fe

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