Test results for armeabi, bblack, crypto_sign/ronald768

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_sign Test results for armeabi, bblack, crypto_sign Test results for crypto_sign/ronald768
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: ronald768
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
45731442364 0 020251 548 1512T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
45891921566 0 013330 584 1512T:opensslnewgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46018081652 0 013794 592 1512T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46038562824 0 020523 548 1520T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46076802364 0 020251 548 1512T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46101043124 0 029643 548 1520T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46136961826 0 014074 592 1512T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46356722332 0 018545 544 1512T:opensslnewclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024091120240716
46427761996 0 015166 592 1512T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024091120240716

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:
ImplementationCompiler
T:opensslclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslclang -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_ronald768_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:
ImplementationCompiler
T:opensslgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslgcc -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:
ImplementationCompiler
T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -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_ronald768_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:
ImplementationCompiler
T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:opensslnewgcc -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 0000010e
keypair.o N 00000143
keypair.o N 00000147
keypair.o N 0000014a
keypair.o N 00000158
keypair.o N 0000015b
keypair.o N 0000015f
keypair.o N 00000161
keypair.o N 00000168
keypair.o N 0000016c
keypair.o N 0000016e
keypair.o N 00000178
keypair.o N 0000017f
keypair.o N 00000181
shortmessagesigned.o N 00000000
shortmessagesigned.o N 00000037
shortmessagesigned.o N 0000004c
shortmessagesigned.o N 00000119
shortmessagesigned.o N 00000159
shortmessagesigned.o N 0000015d
shortmessagesigned.o N 0000015f
shortmessagesigned.o N 0000016d
shortmessagesigned.o N 00000172
shortmessagesigned.o N 00000189
shortmessagesigned.o N 0000018c
shortmessagesigned.o N 00000192
shortmessagesigned.o N 00000195
shortmessagesigned.o N 0000019b
shortmessagesigned.o N 0000019d
shortmessagesigned.o N 000001a4
shortmessagesigned.o N 000001a8
shortmessagesigned.o N 000001aa
shortmessagesigned.o N 000001b4
shortmessagesigned.o N 000001bb
shortmessagesigned.o N 000001c2
shortmessagesigned.o N 000001c4
signedshortmessage.o N 00000000
signedshortmessage.o N 00000037
signedshortmessage.o N 0000004c
signedshortmessage.o N 00000119
signedshortmessage.o N 00000159
signedshortmessage.o N 0000015d
signedshortmessage.o N 00000160
signedshortmessage.o N 0000016e
signedshortmessage.o N 00000174
signedshortmessage.o N 0000018b
signedshortmessage.o N 0000018d
signedshortmessage.o N 00000194
signedshortmessage.o N 0000019a
signedshortmessage.o N 0000019d
signedshortmessage.o N 000001a2
signedshortmessage.o N 000001a4
signedshortmessage.o N 000001ae
signedshortmessage.o N 000001b5
signedshortmessage.o N 000001b7
signedshortmessage.o N 000001b9
signedshortmessage.o N 000001bb
signedshortmessage.o N 000001bd
signedshortmessage.o N 000001c2
signedshortmessage.o N 000001c7
signedshortmessage.o N 000001cc
signedshortmessage.o N 000001ce
signedshortmessage.o N 000001d5
signedshortmessage.o N 000001d9
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010f
useshort.o N 0000013c
useshort.o N 00000140
useshort.o N 00000172
useshort.o N 00000174
useshort.o N 00000182
useshort.o N 00000196
useshort.o N 00000199
useshort.o N 0000019f
useshort.o N 000001b6
useshort.o N 000001b8
useshort.o N 000001bb
useshort.o N 000001c0
useshort.o N 000001c2
useshort.o N 000001c9
useshort.o N 000001cc
useshort.o N 000001d1

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
T:opensslnewclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -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 0000010d
keypair.o N 00000142
keypair.o N 00000146
keypair.o N 00000149
keypair.o N 00000157
keypair.o N 0000015a
keypair.o N 0000015e
keypair.o N 00000160
keypair.o N 00000167
keypair.o N 0000016b
keypair.o N 0000016d
keypair.o N 00000177
keypair.o N 0000017e
keypair.o N 00000180
shortmessagesigned.o N 00000000
shortmessagesigned.o N 00000037
shortmessagesigned.o N 0000004c
shortmessagesigned.o N 00000118
shortmessagesigned.o N 00000158
shortmessagesigned.o N 0000015c
shortmessagesigned.o N 0000015e
shortmessagesigned.o N 0000016c
shortmessagesigned.o N 00000171
shortmessagesigned.o N 00000188
shortmessagesigned.o N 0000018b
shortmessagesigned.o N 00000191
shortmessagesigned.o N 00000194
shortmessagesigned.o N 0000019a
shortmessagesigned.o N 0000019c
shortmessagesigned.o N 000001a3
shortmessagesigned.o N 000001a7
shortmessagesigned.o N 000001a9
shortmessagesigned.o N 000001b3
shortmessagesigned.o N 000001ba
shortmessagesigned.o N 000001c1
shortmessagesigned.o N 000001c3
signedshortmessage.o N 00000000
signedshortmessage.o N 00000037
signedshortmessage.o N 0000004c
signedshortmessage.o N 00000118
signedshortmessage.o N 00000158
signedshortmessage.o N 0000015c
signedshortmessage.o N 0000015f
signedshortmessage.o N 0000016d
signedshortmessage.o N 00000173
signedshortmessage.o N 0000018a
signedshortmessage.o N 0000018c
signedshortmessage.o N 00000193
signedshortmessage.o N 00000199
signedshortmessage.o N 0000019c
signedshortmessage.o N 000001a1
signedshortmessage.o N 000001a3
signedshortmessage.o N 000001ad
signedshortmessage.o N 000001b4
signedshortmessage.o N 000001b6
signedshortmessage.o N 000001b8
signedshortmessage.o N 000001ba
signedshortmessage.o N 000001bc
signedshortmessage.o N 000001c1
signedshortmessage.o N 000001c6
signedshortmessage.o N 000001cb
signedshortmessage.o N 000001cd
signedshortmessage.o N 000001d4
signedshortmessage.o N 000001d8
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 0000010e
useshort.o N 0000013b
useshort.o N 0000013f
useshort.o N 00000171
useshort.o N 00000173
useshort.o N 00000181
useshort.o N 00000195
useshort.o N 00000198
useshort.o N 0000019e
useshort.o N 000001b5
useshort.o N 000001b7
useshort.o N 000001ba
useshort.o N 000001bf
useshort.o N 000001c1
useshort.o N 000001c8
useshort.o N 000001cb
useshort.o N 000001d0

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:opensslnewclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))