Test results for armeabi, bblack, crypto_sign/ecdonaldb233
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/ecdonaldb233
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: ecdonaldb233
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
18458488 | 1524 0 0 | 13663 604 1512 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18463064 | 2384 0 0 | 29384 568 1520 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18464824 | 2244 0 0 | 18862 564 1512 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18465432 | 1632 0 0 | 14243 612 1512 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18465776 | 1802 0 0 | 14491 612 1512 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18467856 | 1632 0 0 | 15271 612 1512 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18475152 | 2260 0 0 | 20552 568 1512 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18480312 | 2284 0 0 | 20392 568 1520 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
18499856 | 2260 0 0 | 20552 568 1512 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
Compiler output
signatureofshorthash.c: signatureofshorthash.c:54:24: error: incomplete definition of type 'struct ECDSA_SIG_st'
signatureofshorthash.c: len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror;
signatureofshorthash.c: ~~^
signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes'
signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
signatureofshorthash.c: ^
signatureofshorthash.c: /usr/include/openssl/ec.h:1130:16: note: forward declaration of 'struct ECDSA_SIG_st'
signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG;
signatureofshorthash.c: ^
signatureofshorthash.c: signatureofshorthash.c:55:15: error: incomplete definition of type 'struct ECDSA_SIG_st'
signatureofshorthash.c: BN_bn2bin(rs->r,sm + PRIME_BYTES - len); sm += PRIME_BYTES;
signatureofshorthash.c: ~~^
signatureofshorthash.c: /usr/include/openssl/ec.h:1130:16: note: forward declaration of 'struct ECDSA_SIG_st'
signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG;
signatureofshorthash.c: ^
signatureofshorthash.c: signatureofshorthash.c:57:24: error: incomplete definition of type 'struct ECDSA_SIG_st'
signatureofshorthash.c: len = BN_num_bytes(rs->s); if (len > PRIME_BYTES) goto rserror;
signatureofshorthash.c: ~~^
signatureofshorthash.c: /usr/include/openssl/bn.h:181:40: note: expanded from macro 'BN_num_bytes'
signatureofshorthash.c: # define BN_num_bytes(a) ((BN_num_bits(a)+7)/8)
signatureofshorthash.c: ^
signatureofshorthash.c: /usr/include/openssl/ec.h:1130:16: note: forward declaration of 'struct ECDSA_SIG_st'
signatureofshorthash.c: typedef struct ECDSA_SIG_st ECDSA_SIG;
signatureofshorthash.c: ^
signatureofshorthash.c: signatureofshorthash.c:58:15: error: incomplete definition of type 'struct ECDSA_SIG_st'
signatureofshorthash.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
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_ecdonaldb233_openssl_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:39:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:39:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:42:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:42:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: In file included from /usr/include/openssl/asn1.h:23,
signatureofshorthash.c: from /usr/include/openssl/objects.h:15,
signatureofshorthash.c: from signatureofshorthash.c:2:
signatureofshorthash.c: signatureofshorthash.c:54:24: error: dereferencing pointer to incomplete type 'ECDSA_SIG' {aka 'struct ECDSA_SIG_st'}
signatureofshorthash.c: len = BN_num_bytes(rs->r); if (len > PRIME_BYTES) goto rserror;
signatureofshorthash.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
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_ecdonaldb233_opensslnew_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:41:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:41:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:44:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
signatureofshorthash.c: signatureofshorthash.c:44:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
signatureofshorthash.c: if (!BN_bin2bn(sk,PRIME_BYTES,kx)) goto error; sk += PRIME_BYTES;
signatureofshorthash.c: ^~
verification.c: verification.c: In function 'crypto_sign_ecdonaldb233_opensslnew_timingleaks_verification':
verification.c: verification.c:39:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
verification.c: if (!BN_bin2bn(pk,PRIME_BYTES,kx)) goto error; pk += PRIME_BYTES;
verification.c: ^~
verification.c: verification.c:39:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
verification.c: if (!BN_bin2bn(pk,PRIME_BYTES,kx)) goto error; pk += PRIME_BYTES;
verification.c: ^~
verification.c: verification.c:50:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
verification.c: if (!BN_bin2bn(sm,PRIME_BYTES,r)) goto error; sm += PRIME_BYTES;
verification.c: ^~
verification.c: verification.c:50:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
verification.c: if (!BN_bin2bn(sm,PRIME_BYTES,r)) goto error; sm += PRIME_BYTES;
verification.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 00000111
keypair.o N 00000149
keypair.o N 0000014d
keypair.o N 00000150
keypair.o N 0000015e
keypair.o N 00000161
keypair.o N 00000168
keypair.o N 0000016b
keypair.o N 00000175
keypair.o N 0000017c
keypair.o N 0000017f
keypair.o N 00000181
keypair.o N 0000018b
keypair.o N 00000192
keypair.o N 00000198
keypair.o N 000001a4
keypair.o N 000001ad
signatureofshorthash.o N 00000000
signatureofshorthash.o N 00000037
signatureofshorthash.o N 0000004e
signatureofshorthash.o N 0000011e
signatureofshorthash.o N 00000163
signatureofshorthash.o N 00000167
signatureofshorthash.o N 00000169
signatureofshorthash.o N 00000177
signatureofshorthash.o N 0000018b
signatureofshorthash.o N 0000018e
signatureofshorthash.o N 00000194
signatureofshorthash.o N 000001ab
signatureofshorthash.o N 000001ad
signatureofshorthash.o N 000001b4
signatureofshorthash.o N 000001ba
signatureofshorthash.o N 000001bd
signatureofshorthash.o N 000001c2
signatureofshorthash.o N 000001c8
signatureofshorthash.o N 000001d4
signatureofshorthash.o N 000001dd
signatureofshorthash.o N 000001e0
signatureofshorthash.o N 000001ea
signatureofshorthash.o N 000001f1
signatureofshorthash.o N 000001f4
signatureofshorthash.o N 000001f8
signatureofshorthash.o N 00000204
signatureofshorthash.o N 0000020d
signatureofshorthash.o N 0000020f
signatureofshorthash.o N 00000219
signatureofshorthash.o N 00000220
signatureofshorthash.o N 00000223
signatureofshorthash.o N 00000230
signatureofshorthash.o N 0000023a
signatureofshorthash.o N 0000023c
usehash.o N 00000000
usehash.o N 00000037
usehash.o N 00000041
usehash.o N 00000111
usehash.o N 00000141
usehash.o N 00000145
usehash.o N 0000017a
usehash.o N 0000017c
usehash.o N 0000018a
usehash.o N 0000019e
usehash.o N 000001a1
usehash.o N 000001a7
usehash.o N 000001be
usehash.o N 000001c0
usehash.o N 000001c3
usehash.o N 000001c8
usehash.o N 000001ca
usehash.o N 000001cd
verification.o N 00000000
verification.o N 00000037
verification.o N 00000046
verification.o N 00000116
verification.o N 00000153
verification.o N 00000157
verification.o N 00000159
verification.o N 00000167
verification.o N 0000017b
verification.o N 0000017d
verification.o N 00000182
verification.o N 00000199
verification.o N 000001a0
verification.o N 000001a6
verification.o N 000001a9
verification.o N 000001af
verification.o N 000001b2
verification.o N 000001b8
verification.o N 000001c4
verification.o N 000001cd
verification.o N 000001d0
verification.o N 000001da
verification.o N 000001e1
verification.o N 000001e4
verification.o N 000001e8
verification.o N 000001f4
verification.o N 000001fd
verification.o N 000001ff
verification.o N 00000209
verification.o N 00000210
verification.o N 00000212
verification.o N 00000214
verification.o N 00000217
verification.o N 00000224
verification.o N 0000022e
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 00000110
keypair.o N 00000148
keypair.o N 0000014c
keypair.o N 0000014f
keypair.o N 0000015d
keypair.o N 00000160
keypair.o N 00000167
keypair.o N 0000016a
keypair.o N 00000174
keypair.o N 0000017b
keypair.o N 0000017e
keypair.o N 00000180
keypair.o N 0000018a
keypair.o N 00000191
keypair.o N 00000197
keypair.o N 000001a3
keypair.o N 000001ac
signatureofshorthash.o N 00000000
signatureofshorthash.o N 00000037
signatureofshorthash.o N 0000004e
signatureofshorthash.o N 0000011d
signatureofshorthash.o N 00000162
signatureofshorthash.o N 00000166
signatureofshorthash.o N 00000168
signatureofshorthash.o N 00000176
signatureofshorthash.o N 0000018a
signatureofshorthash.o N 0000018d
signatureofshorthash.o N 00000193
signatureofshorthash.o N 000001aa
signatureofshorthash.o N 000001ac
signatureofshorthash.o N 000001b3
signatureofshorthash.o N 000001b9
signatureofshorthash.o N 000001bc
signatureofshorthash.o N 000001c1
signatureofshorthash.o N 000001c7
signatureofshorthash.o N 000001d3
signatureofshorthash.o N 000001dc
signatureofshorthash.o N 000001df
signatureofshorthash.o N 000001e9
signatureofshorthash.o N 000001f0
signatureofshorthash.o N 000001f3
signatureofshorthash.o N 000001f7
signatureofshorthash.o N 00000203
signatureofshorthash.o N 0000020c
signatureofshorthash.o N 0000020e
signatureofshorthash.o N 00000218
signatureofshorthash.o N 0000021f
signatureofshorthash.o N 00000222
signatureofshorthash.o N 0000022f
signatureofshorthash.o N 00000239
signatureofshorthash.o N 0000023b
usehash.o N 00000000
usehash.o N 00000037
usehash.o N 00000041
usehash.o N 00000110
usehash.o N 00000140
usehash.o N 00000144
usehash.o N 00000179
usehash.o N 0000017b
usehash.o N 00000189
usehash.o N 0000019d
usehash.o N 000001a0
usehash.o N 000001a6
usehash.o N 000001bd
usehash.o N 000001bf
usehash.o N 000001c2
usehash.o N 000001c7
usehash.o N 000001c9
usehash.o N 000001cc
verification.o N 00000000
verification.o N 00000037
verification.o N 00000046
verification.o N 00000115
verification.o N 00000152
verification.o N 00000156
verification.o N 00000158
verification.o N 00000166
verification.o N 0000017a
verification.o N 0000017c
verification.o N 00000181
verification.o N 00000198
verification.o N 0000019f
verification.o N 000001a5
verification.o N 000001a8
verification.o N 000001ae
verification.o N 000001b1
verification.o N 000001b7
verification.o N 000001c3
verification.o N 000001cc
verification.o N 000001cf
verification.o N 000001d9
verification.o N 000001e0
verification.o N 000001e3
verification.o N 000001e7
verification.o N 000001f3
verification.o N 000001fc
verification.o N 000001fe
verification.o N 00000208
verification.o N 0000020f
verification.o N 00000211
verification.o N 00000213
verification.o N 00000216
verification.o N 00000223
verification.o N 0000022d
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)) |