Test results for armeabi, bblack, crypto_sign/ronald4096
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/ronald4096
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: ronald4096
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
126033616 | 2848 0 0 | 20547 548 1520 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126070912 | 1920 0 0 | 14210 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126111568 | 2388 0 0 | 20275 548 1512 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126153712 | 1648 0 0 | 13450 584 1512 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126189936 | 2004 0 0 | 15206 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126193072 | 2356 0 0 | 18569 544 1512 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126206320 | 1724 0 0 | 13898 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126207024 | 2388 0 0 | 20275 548 1512 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
126558160 | 3032 0 0 | 29547 548 1520 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240911 | 20240716 |
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:172: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:118: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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:openssl | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:openssl | clang -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
keypair.c: keypair.c: In function 'crypto_sign_ronald4096_openssl_timingleaks_keypair':
keypair.c: keypair.c:15:3: warning: 'RSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c: 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: 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: dereferencing pointer to incomplete type 'RSA' {aka 'struct rsa_st'}
keypair.c: len = BN_num_bytes(r->n); if (len > MODULUS_BYTES) goto error;
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 (8.3.0) |
T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -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
signedshortmessage.c: signedshortmessage.c: In function 'crypto_sign_ronald4096_opensslnew_timingleaks_signedshortmessage':
signedshortmessage.c: signedshortmessage.c:25:7: warning: unused variable 'len' [-Wunused-variable]
signedshortmessage.c: 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 (8.3.0) |
T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
Namespace violations
keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 0000010f
keypair.o N 00000145
keypair.o N 00000149
keypair.o N 0000014c
keypair.o N 0000015a
keypair.o N 0000015d
keypair.o N 00000161
keypair.o N 00000163
keypair.o N 0000016a
keypair.o N 0000016e
keypair.o N 00000170
keypair.o N 0000017a
keypair.o N 00000181
keypair.o N 00000183
shortmessagesigned.o N 00000000
shortmessagesigned.o N 00000037
shortmessagesigned.o N 0000004c
shortmessagesigned.o N 0000011a
shortmessagesigned.o N 0000015b
shortmessagesigned.o N 0000015f
shortmessagesigned.o N 00000161
shortmessagesigned.o N 0000016f
shortmessagesigned.o N 00000174
shortmessagesigned.o N 0000018b
shortmessagesigned.o N 0000018e
shortmessagesigned.o N 00000194
shortmessagesigned.o N 00000197
shortmessagesigned.o N 0000019d
shortmessagesigned.o N 0000019f
shortmessagesigned.o N 000001a6
shortmessagesigned.o N 000001aa
shortmessagesigned.o N 000001ac
shortmessagesigned.o N 000001b6
shortmessagesigned.o N 000001bd
shortmessagesigned.o N 000001c4
shortmessagesigned.o N 000001c6
signedshortmessage.o N 00000000
signedshortmessage.o N 00000037
signedshortmessage.o N 0000004c
signedshortmessage.o N 0000011a
signedshortmessage.o N 0000015b
signedshortmessage.o N 0000015f
signedshortmessage.o N 00000162
signedshortmessage.o N 00000170
signedshortmessage.o N 00000176
signedshortmessage.o N 0000018d
signedshortmessage.o N 0000018f
signedshortmessage.o N 00000196
signedshortmessage.o N 0000019c
signedshortmessage.o N 0000019f
signedshortmessage.o N 000001a4
signedshortmessage.o N 000001a6
signedshortmessage.o N 000001b0
signedshortmessage.o N 000001b7
signedshortmessage.o N 000001b9
signedshortmessage.o N 000001bb
signedshortmessage.o N 000001bd
signedshortmessage.o N 000001bf
signedshortmessage.o N 000001c4
signedshortmessage.o N 000001c9
signedshortmessage.o N 000001ce
signedshortmessage.o N 000001d0
signedshortmessage.o N 000001d7
signedshortmessage.o N 000001db
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 00000110
useshort.o N 0000013e
useshort.o N 00000142
useshort.o N 00000175
useshort.o N 00000177
useshort.o N 00000185
useshort.o N 00000199
useshort.o N 0000019c
useshort.o N 000001a2
useshort.o N 000001b9
useshort.o N 000001bb
useshort.o N 000001be
useshort.o N 000001c3
useshort.o N 000001c5
useshort.o N 000001cc
useshort.o N 000001cf
useshort.o N 000001d4
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -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
keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 0000010e
keypair.o N 00000144
keypair.o N 00000148
keypair.o N 0000014b
keypair.o N 00000159
keypair.o N 0000015c
keypair.o N 00000160
keypair.o N 00000162
keypair.o N 00000169
keypair.o N 0000016d
keypair.o N 0000016f
keypair.o N 00000179
keypair.o N 00000180
keypair.o N 00000182
shortmessagesigned.o N 00000000
shortmessagesigned.o N 00000037
shortmessagesigned.o N 0000004c
shortmessagesigned.o N 00000119
shortmessagesigned.o N 0000015a
shortmessagesigned.o N 0000015e
shortmessagesigned.o N 00000160
shortmessagesigned.o N 0000016e
shortmessagesigned.o N 00000173
shortmessagesigned.o N 0000018a
shortmessagesigned.o N 0000018d
shortmessagesigned.o N 00000193
shortmessagesigned.o N 00000196
shortmessagesigned.o N 0000019c
shortmessagesigned.o N 0000019e
shortmessagesigned.o N 000001a5
shortmessagesigned.o N 000001a9
shortmessagesigned.o N 000001ab
shortmessagesigned.o N 000001b5
shortmessagesigned.o N 000001bc
shortmessagesigned.o N 000001c3
shortmessagesigned.o N 000001c5
signedshortmessage.o N 00000000
signedshortmessage.o N 00000037
signedshortmessage.o N 0000004c
signedshortmessage.o N 00000119
signedshortmessage.o N 0000015a
signedshortmessage.o N 0000015e
signedshortmessage.o N 00000161
signedshortmessage.o N 0000016f
signedshortmessage.o N 00000175
signedshortmessage.o N 0000018c
signedshortmessage.o N 0000018e
signedshortmessage.o N 00000195
signedshortmessage.o N 0000019b
signedshortmessage.o N 0000019e
signedshortmessage.o N 000001a3
signedshortmessage.o N 000001a5
signedshortmessage.o N 000001af
signedshortmessage.o N 000001b6
signedshortmessage.o N 000001b8
signedshortmessage.o N 000001ba
signedshortmessage.o N 000001bc
signedshortmessage.o N 000001be
signedshortmessage.o N 000001c3
signedshortmessage.o N 000001c8
signedshortmessage.o N 000001cd
signedshortmessage.o N 000001cf
signedshortmessage.o N 000001d6
signedshortmessage.o N 000001da
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010f
useshort.o N 0000013d
useshort.o N 00000141
useshort.o N 00000174
useshort.o N 00000176
useshort.o N 00000184
useshort.o N 00000198
useshort.o N 0000019b
useshort.o N 000001a1
useshort.o N 000001b8
useshort.o N 000001ba
useshort.o N 000001bd
useshort.o N 000001c2
useshort.o N 000001c4
useshort.o N 000001cb
useshort.o N 000001ce
useshort.o N 000001d3
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |