Test results for armeabi, berry0, crypto_sign/ronald1536
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_sign
Test results for armeabi, berry0, crypto_sign
Test results for crypto_sign/ronald1536
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_sign
Primitive: ronald1536
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
31129318 | 2688 0 0 | 19174 500 1552 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31156701 | 2708 0 0 | 17422 500 1552 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31191372 | 2312 0 0 | 16262 492 1552 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31261558 | 2740 0 0 | 20468 520 1560 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31285896 | 2740 0 0 | 20496 520 1560 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31301645 | 2276 0 0 | 20944 520 1552 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31311678 | 2384 0 0 | 17214 500 1552 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31385293 | 2660 0 0 | 19386 516 1552 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
31427961 | 2264 0 0 | 19030 516 1552 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241119 | 20240909 |
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:
Implementation | Compiler |
T:openssl | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -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_sign_ronald1536_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:
Implementation | Compiler |
T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
signedshortmessage.c: signedshortmessage.c:25:7: warning: unused variable 'len' [-Wunused-variable]
signedshortmessage.c: int len;
signedshortmessage.c: ^
signedshortmessage.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
signedshortmessage.c: signedshortmessage.c: In function 'crypto_sign_ronald1536_opensslnew_timingleaks_signedshortmessage':
signedshortmessage.c: signedshortmessage.c:25:7: warning: unused variable 'len' [-Wunused-variable]
signedshortmessage.c: 25 | int len;
signedshortmessage.c: | ^~~
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
keypair.o N 0
keypair.o N 104
keypair.o N 10b
keypair.o N 115
keypair.o N 121
keypair.o N 125
keypair.o N 132
keypair.o N 146
keypair.o N 152
keypair.o N 15a
keypair.o N 163
keypair.o N 16e
keypair.o N 17a
keypair.o N 184
keypair.o N 192
keypair.o N 19d
keypair.o N 1a8
keypair.o N 1b3
keypair.o N 1be
keypair.o N 1cc
keypair.o N 1da
keypair.o N 1e8
keypair.o N 1f1
keypair.o N 227
keypair.o N 22a
keypair.o N 22d
keypair.o N 231
keypair.o N 233
keypair.o N 237
keypair.o N 239
keypair.o N 240
keypair.o N 242
keypair.o N 246
keypair.o N 25
keypair.o N 2f
keypair.o N f5
keypair.o N fd
shortmessagesigned.o N 0
shortmessagesigned.o N 100
shortmessagesigned.o N 108
shortmessagesigned.o N 10f
shortmessagesigned.o N 116
shortmessagesigned.o N 120
shortmessagesigned.o N 12a
shortmessagesigned.o N 138
shortmessagesigned.o N 13c
shortmessagesigned.o N 148
shortmessagesigned.o N 155
shortmessagesigned.o N 162
shortmessagesigned.o N 16b
shortmessagesigned.o N 173
shortmessagesigned.o N 17c
shortmessagesigned.o N 18f
shortmessagesigned.o N 1d0
shortmessagesigned.o N 1d2
shortmessagesigned.o N 1d7
shortmessagesigned.o N 1ee
shortmessagesigned.o N 1f1
shortmessagesigned.o N 1f7
shortmessagesigned.o N 1fa
shortmessagesigned.o N 200
shortmessagesigned.o N 202
shortmessagesigned.o N 206
shortmessagesigned.o N 208
shortmessagesigned.o N 20f
shortmessagesigned.o N 216
shortmessagesigned.o N 218
shortmessagesigned.o N 25
shortmessagesigned.o N 3a
signedshortmessage.o N 0
signedshortmessage.o N 100
signedshortmessage.o N 107
signedshortmessage.o N 111
signedshortmessage.o N 119
signedshortmessage.o N 120
signedshortmessage.o N 128
signedshortmessage.o N 131
signedshortmessage.o N 13b
signedshortmessage.o N 149
signedshortmessage.o N 14d
signedshortmessage.o N 15a
signedshortmessage.o N 16b
signedshortmessage.o N 17f
signedshortmessage.o N 188
signedshortmessage.o N 19c
signedshortmessage.o N 1dd
signedshortmessage.o N 1e0
signedshortmessage.o N 1e6
signedshortmessage.o N 1fd
signedshortmessage.o N 1ff
signedshortmessage.o N 206
signedshortmessage.o N 20c
signedshortmessage.o N 20f
signedshortmessage.o N 214
signedshortmessage.o N 216
signedshortmessage.o N 21d
signedshortmessage.o N 21f
signedshortmessage.o N 221
signedshortmessage.o N 223
signedshortmessage.o N 225
signedshortmessage.o N 22a
signedshortmessage.o N 22f
signedshortmessage.o N 234
signedshortmessage.o N 236
signedshortmessage.o N 23a
signedshortmessage.o N 25
signedshortmessage.o N 3a
useshort.o N 0
useshort.o N 137
useshort.o N 13b
useshort.o N 149
useshort.o N 160
useshort.o N 18c
useshort.o N 1cd
useshort.o N 1fb
useshort.o N 22e
useshort.o N 230
useshort.o N 244
useshort.o N 247
useshort.o N 24d
useshort.o N 24f
useshort.o N 25
useshort.o N 252
useshort.o N 257
useshort.o N 259
useshort.o N 260
useshort.o N 263
useshort.o N 268
useshort.o N 30
useshort.o N f6
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
keypair.o N 0
keypair.o N 103
keypair.o N 10a
keypair.o N 114
keypair.o N 120
keypair.o N 124
keypair.o N 131
keypair.o N 145
keypair.o N 151
keypair.o N 159
keypair.o N 162
keypair.o N 16d
keypair.o N 179
keypair.o N 183
keypair.o N 191
keypair.o N 19c
keypair.o N 1a7
keypair.o N 1b2
keypair.o N 1bd
keypair.o N 1cb
keypair.o N 1d9
keypair.o N 1e7
keypair.o N 1f0
keypair.o N 226
keypair.o N 229
keypair.o N 22c
keypair.o N 230
keypair.o N 232
keypair.o N 236
keypair.o N 238
keypair.o N 23f
keypair.o N 241
keypair.o N 245
keypair.o N 25
keypair.o N 2f
keypair.o N f4
keypair.o N fc
shortmessagesigned.o N 0
shortmessagesigned.o N 107
shortmessagesigned.o N 10e
shortmessagesigned.o N 115
shortmessagesigned.o N 11f
shortmessagesigned.o N 129
shortmessagesigned.o N 137
shortmessagesigned.o N 13b
shortmessagesigned.o N 147
shortmessagesigned.o N 154
shortmessagesigned.o N 161
shortmessagesigned.o N 16a
shortmessagesigned.o N 17d
shortmessagesigned.o N 185
shortmessagesigned.o N 18e
shortmessagesigned.o N 1cf
shortmessagesigned.o N 1d1
shortmessagesigned.o N 1d6
shortmessagesigned.o N 1ed
shortmessagesigned.o N 1f0
shortmessagesigned.o N 1f6
shortmessagesigned.o N 1f9
shortmessagesigned.o N 1ff
shortmessagesigned.o N 201
shortmessagesigned.o N 205
shortmessagesigned.o N 207
shortmessagesigned.o N 20e
shortmessagesigned.o N 215
shortmessagesigned.o N 217
shortmessagesigned.o N 25
shortmessagesigned.o N 3a
shortmessagesigned.o N ff
signedshortmessage.o N 0
signedshortmessage.o N 106
signedshortmessage.o N 110
signedshortmessage.o N 118
signedshortmessage.o N 11f
signedshortmessage.o N 129
signedshortmessage.o N 137
signedshortmessage.o N 13b
signedshortmessage.o N 148
signedshortmessage.o N 159
signedshortmessage.o N 16d
signedshortmessage.o N 176
signedshortmessage.o N 18a
signedshortmessage.o N 192
signedshortmessage.o N 19b
signedshortmessage.o N 1dc
signedshortmessage.o N 1df
signedshortmessage.o N 1e5
signedshortmessage.o N 1fc
signedshortmessage.o N 1fe
signedshortmessage.o N 205
signedshortmessage.o N 20b
signedshortmessage.o N 20e
signedshortmessage.o N 213
signedshortmessage.o N 215
signedshortmessage.o N 21c
signedshortmessage.o N 21e
signedshortmessage.o N 220
signedshortmessage.o N 222
signedshortmessage.o N 224
signedshortmessage.o N 229
signedshortmessage.o N 22e
signedshortmessage.o N 233
signedshortmessage.o N 235
signedshortmessage.o N 239
signedshortmessage.o N 25
signedshortmessage.o N 3a
signedshortmessage.o N ff
useshort.o N 0
useshort.o N 136
useshort.o N 13a
useshort.o N 148
useshort.o N 15f
useshort.o N 18b
useshort.o N 1cc
useshort.o N 1fa
useshort.o N 22d
useshort.o N 22f
useshort.o N 243
useshort.o N 246
useshort.o N 24c
useshort.o N 24e
useshort.o N 25
useshort.o N 251
useshort.o N 256
useshort.o N 258
useshort.o N 25f
useshort.o N 262
useshort.o N 267
useshort.o N 30
useshort.o N f5
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opensslnew | clang -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 104
keypair.o N 10b
keypair.o N 115
keypair.o N 121
keypair.o N 125
keypair.o N 132
keypair.o N 146
keypair.o N 152
keypair.o N 15a
keypair.o N 163
keypair.o N 16e
keypair.o N 17a
keypair.o N 184
keypair.o N 192
keypair.o N 19d
keypair.o N 1a8
keypair.o N 1b3
keypair.o N 1be
keypair.o N 1cc
keypair.o N 1da
keypair.o N 1e8
keypair.o N 1f1
keypair.o N 227
keypair.o N 22a
keypair.o N 22d
keypair.o N 231
keypair.o N 233
keypair.o N 237
keypair.o N 239
keypair.o N 240
keypair.o N 242
keypair.o N 246
keypair.o N 25
keypair.o N 2f
keypair.o N f5
keypair.o N fd
shortmessagesigned.o N 0
shortmessagesigned.o N 100
shortmessagesigned.o N 108
shortmessagesigned.o N 10f
shortmessagesigned.o N 116
shortmessagesigned.o N 120
shortmessagesigned.o N 128
shortmessagesigned.o N 131
shortmessagesigned.o N 13b
shortmessagesigned.o N 149
shortmessagesigned.o N 14d
shortmessagesigned.o N 159
shortmessagesigned.o N 166
shortmessagesigned.o N 173
shortmessagesigned.o N 17c
shortmessagesigned.o N 18f
shortmessagesigned.o N 1d0
shortmessagesigned.o N 1d2
shortmessagesigned.o N 1d7
shortmessagesigned.o N 1ee
shortmessagesigned.o N 1f1
shortmessagesigned.o N 1f7
shortmessagesigned.o N 1fa
shortmessagesigned.o N 200
shortmessagesigned.o N 202
shortmessagesigned.o N 206
shortmessagesigned.o N 208
shortmessagesigned.o N 20f
shortmessagesigned.o N 216
shortmessagesigned.o N 218
shortmessagesigned.o N 25
shortmessagesigned.o N 3a
signedshortmessage.o N 0
signedshortmessage.o N 100
signedshortmessage.o N 107
signedshortmessage.o N 111
signedshortmessage.o N 119
signedshortmessage.o N 120
signedshortmessage.o N 128
signedshortmessage.o N 131
signedshortmessage.o N 13b
signedshortmessage.o N 149
signedshortmessage.o N 14d
signedshortmessage.o N 15a
signedshortmessage.o N 16b
signedshortmessage.o N 17f
signedshortmessage.o N 188
signedshortmessage.o N 19c
signedshortmessage.o N 1dd
signedshortmessage.o N 1e0
signedshortmessage.o N 1e6
signedshortmessage.o N 1fd
signedshortmessage.o N 1ff
signedshortmessage.o N 206
signedshortmessage.o N 20c
signedshortmessage.o N 20f
signedshortmessage.o N 214
signedshortmessage.o N 216
signedshortmessage.o N 21d
signedshortmessage.o N 21f
signedshortmessage.o N 221
signedshortmessage.o N 223
signedshortmessage.o N 225
signedshortmessage.o N 22a
signedshortmessage.o N 22f
signedshortmessage.o N 234
signedshortmessage.o N 236
signedshortmessage.o N 23a
signedshortmessage.o N 25
signedshortmessage.o N 3a
useshort.o N 0
useshort.o N 137
useshort.o N 13b
useshort.o N 149
useshort.o N 160
useshort.o N 18c
useshort.o N 1cd
useshort.o N 1fb
useshort.o N 22e
useshort.o N 230
useshort.o N 244
useshort.o N 247
useshort.o N 24d
useshort.o N 24f
useshort.o N 25
useshort.o N 252
useshort.o N 257
useshort.o N 259
useshort.o N 260
useshort.o N 263
useshort.o N 268
useshort.o N 30
useshort.o N f6
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opensslnew | clang -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 103
keypair.o N 10a
keypair.o N 114
keypair.o N 120
keypair.o N 124
keypair.o N 131
keypair.o N 145
keypair.o N 151
keypair.o N 159
keypair.o N 162
keypair.o N 16d
keypair.o N 179
keypair.o N 183
keypair.o N 191
keypair.o N 19c
keypair.o N 1a7
keypair.o N 1b2
keypair.o N 1bd
keypair.o N 1cb
keypair.o N 1d9
keypair.o N 1e7
keypair.o N 1f0
keypair.o N 226
keypair.o N 229
keypair.o N 22c
keypair.o N 230
keypair.o N 232
keypair.o N 236
keypair.o N 238
keypair.o N 23f
keypair.o N 241
keypair.o N 245
keypair.o N 25
keypair.o N 2f
keypair.o N f4
keypair.o N fc
shortmessagesigned.o N 0
shortmessagesigned.o N 107
shortmessagesigned.o N 10e
shortmessagesigned.o N 115
shortmessagesigned.o N 11f
shortmessagesigned.o N 129
shortmessagesigned.o N 137
shortmessagesigned.o N 13b
shortmessagesigned.o N 147
shortmessagesigned.o N 154
shortmessagesigned.o N 161
shortmessagesigned.o N 16a
shortmessagesigned.o N 172
shortmessagesigned.o N 17b
shortmessagesigned.o N 18e
shortmessagesigned.o N 1cf
shortmessagesigned.o N 1d1
shortmessagesigned.o N 1d6
shortmessagesigned.o N 1ed
shortmessagesigned.o N 1f0
shortmessagesigned.o N 1f6
shortmessagesigned.o N 1f9
shortmessagesigned.o N 1ff
shortmessagesigned.o N 201
shortmessagesigned.o N 205
shortmessagesigned.o N 207
shortmessagesigned.o N 20e
shortmessagesigned.o N 215
shortmessagesigned.o N 217
shortmessagesigned.o N 25
shortmessagesigned.o N 3a
shortmessagesigned.o N ff
signedshortmessage.o N 0
signedshortmessage.o N 106
signedshortmessage.o N 110
signedshortmessage.o N 118
signedshortmessage.o N 11f
signedshortmessage.o N 127
signedshortmessage.o N 130
signedshortmessage.o N 13a
signedshortmessage.o N 148
signedshortmessage.o N 14c
signedshortmessage.o N 159
signedshortmessage.o N 16a
signedshortmessage.o N 17e
signedshortmessage.o N 187
signedshortmessage.o N 19b
signedshortmessage.o N 1dc
signedshortmessage.o N 1df
signedshortmessage.o N 1e5
signedshortmessage.o N 1fc
signedshortmessage.o N 1fe
signedshortmessage.o N 205
signedshortmessage.o N 20b
signedshortmessage.o N 20e
signedshortmessage.o N 213
signedshortmessage.o N 215
signedshortmessage.o N 21c
signedshortmessage.o N 21e
signedshortmessage.o N 220
signedshortmessage.o N 222
signedshortmessage.o N 224
signedshortmessage.o N 229
signedshortmessage.o N 22e
signedshortmessage.o N 233
signedshortmessage.o N 235
signedshortmessage.o N 239
signedshortmessage.o N 25
signedshortmessage.o N 3a
signedshortmessage.o N ff
useshort.o N 0
useshort.o N 136
useshort.o N 13a
useshort.o N 148
useshort.o N 15f
useshort.o N 18b
useshort.o N 1cc
useshort.o N 1fa
useshort.o N 22d
useshort.o N 22f
useshort.o N 243
useshort.o N 246
useshort.o N 24c
useshort.o N 24e
useshort.o N 25
useshort.o N 251
useshort.o N 256
useshort.o N 258
useshort.o N 25f
useshort.o N 262
useshort.o N 267
useshort.o N 30
useshort.o N f5
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |