Test results for armeabi, bblack, crypto_sign/donald512
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_sign
Test results for armeabi, bblack, crypto_sign
Test results for crypto_sign/donald512
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_sign
Primitive: donald512
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1829584 | 2444 0 0 | 20130 548 1512 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1830248 | 1744 0 0 | 13809 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1831160 | 1770 0 0 | 13393 584 1512 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1838712 | 2436 0 0 | 18456 544 1512 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1838744 | 2492 0 0 | 19994 548 1520 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1850712 | 2128 0 0 | 14281 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1854544 | 2444 0 0 | 20130 548 1512 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
1855784 | 1744 0 0 | 14829 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
2002776 | 2564 0 0 | 28962 548 1520 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240817 | 20240716 |
Compiler output
keypair.c: keypair.c:18:4: error: incomplete definition of type 'struct dsa_st'
keypair.c: x->p = BN_new(); if (!x->p) goto error;
keypair.c: ~^
keypair.c: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of 'struct dsa_st'
keypair.c: typedef struct dsa_st DSA;
keypair.c: ^
keypair.c: keypair.c:18:26: error: incomplete definition of type 'struct dsa_st'
keypair.c: x->p = BN_new(); if (!x->p) goto error;
keypair.c: ~^
keypair.c: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of 'struct dsa_st'
keypair.c: typedef struct dsa_st DSA;
keypair.c: ^
keypair.c: keypair.c:19:4: error: incomplete definition of type 'struct dsa_st'
keypair.c: x->q = BN_new(); if (!x->q) goto error;
keypair.c: ~^
keypair.c: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of 'struct dsa_st'
keypair.c: typedef struct dsa_st DSA;
keypair.c: ^
keypair.c: keypair.c:19:26: error: incomplete definition of type 'struct dsa_st'
keypair.c: x->q = BN_new(); if (!x->q) goto error;
keypair.c: ~^
keypair.c: /usr/include/openssl/ossl_typ.h:107:16: note: forward declaration of 'struct dsa_st'
keypair.c: typedef struct dsa_st DSA;
keypair.c: ^
keypair.c: keypair.c:20:4: error: incomplete definition of type 'struct dsa_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_donald512_openssl_timingleaks_keypair':
keypair.c: keypair.c:18:4: error: dereferencing pointer to incomplete type 'DSA' {aka 'struct dsa_st'}
keypair.c: x->p = BN_new(); if (!x->p) 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) |
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 00000162
keypair.o N 00000164
keypair.o N 0000016b
keypair.o N 0000016f
keypair.o N 00000171
keypair.o N 0000017b
keypair.o N 00000182
keypair.o N 00000184
keypair.o N 00000186
keypair.o N 00000188
prime.o N 00000000
prime.o N 00000037
prime.o N 0000003f
prime.o N 0000010c
prime.o N 0000013f
prime.o N 0000014d
prime.o N 00000161
prime.o N 00000196
signatureofshorthash.o N 00000000
signatureofshorthash.o N 00000037
signatureofshorthash.o N 0000004e
signatureofshorthash.o N 0000011b
signatureofshorthash.o N 0000015d
signatureofshorthash.o N 00000161
signatureofshorthash.o N 00000163
signatureofshorthash.o N 00000171
signatureofshorthash.o N 00000185
signatureofshorthash.o N 00000188
signatureofshorthash.o N 0000018e
signatureofshorthash.o N 000001a5
signatureofshorthash.o N 000001a7
signatureofshorthash.o N 000001a9
signatureofshorthash.o N 000001b3
signatureofshorthash.o N 000001ba
signatureofshorthash.o N 000001bc
signatureofshorthash.o N 000001c5
signatureofshorthash.o N 000001cd
signatureofshorthash.o N 000001cf
signatureofshorthash.o N 000001d1
signatureofshorthash.o N 000001d3
signatureofshorthash.o N 000001da
signatureofshorthash.o N 000001e0
signatureofshorthash.o N 000001e3
signatureofshorthash.o N 000001e8
signatureofshorthash.o N 000001ea
signatureofshorthash.o N 000001f1
signatureofshorthash.o N 000001f5
signatureofshorthash.o N 000001f7
signatureofshorthash.o N 00000202
signatureofshorthash.o N 0000020a
usehash.o N 00000000
usehash.o N 00000037
usehash.o N 00000041
usehash.o N 0000010e
usehash.o N 0000013b
usehash.o N 0000013f
usehash.o N 00000171
usehash.o N 00000173
usehash.o N 00000181
usehash.o N 00000195
usehash.o N 00000198
usehash.o N 0000019e
usehash.o N 000001b5
usehash.o N 000001b7
usehash.o N 000001ba
usehash.o N 000001bf
usehash.o N 000001c1
usehash.o N 000001c4
verification.o N 00000000
verification.o N 00000037
verification.o N 00000046
verification.o N 00000113
verification.o N 0000014d
verification.o N 00000151
verification.o N 00000153
verification.o N 00000161
verification.o N 00000175
verification.o N 00000177
verification.o N 0000017c
verification.o N 00000193
verification.o N 0000019a
verification.o N 000001a0
verification.o N 000001a3
verification.o N 000001a9
verification.o N 000001ac
verification.o N 000001ae
verification.o N 000001b8
verification.o N 000001bf
verification.o N 000001c1
verification.o N 000001c3
verification.o N 000001c5
verification.o N 000001cc
verification.o N 000001d0
verification.o N 000001d8
verification.o N 000001da
verification.o N 000001dc
verification.o N 000001de
verification.o N 000001e9
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 0000010d
keypair.o N 00000142
keypair.o N 00000146
keypair.o N 00000149
keypair.o N 00000157
keypair.o N 0000015a
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
keypair.o N 00000185
keypair.o N 00000187
prime.o N 00000000
prime.o N 00000037
prime.o N 0000003f
prime.o N 0000010b
prime.o N 0000013e
prime.o N 0000014c
prime.o N 00000160
prime.o N 00000195
signatureofshorthash.o N 00000000
signatureofshorthash.o N 00000037
signatureofshorthash.o N 0000004e
signatureofshorthash.o N 0000011a
signatureofshorthash.o N 0000015c
signatureofshorthash.o N 00000160
signatureofshorthash.o N 00000162
signatureofshorthash.o N 00000170
signatureofshorthash.o N 00000184
signatureofshorthash.o N 00000187
signatureofshorthash.o N 0000018d
signatureofshorthash.o N 000001a4
signatureofshorthash.o N 000001a6
signatureofshorthash.o N 000001a8
signatureofshorthash.o N 000001b2
signatureofshorthash.o N 000001b9
signatureofshorthash.o N 000001bb
signatureofshorthash.o N 000001c4
signatureofshorthash.o N 000001cc
signatureofshorthash.o N 000001ce
signatureofshorthash.o N 000001d0
signatureofshorthash.o N 000001d2
signatureofshorthash.o N 000001d9
signatureofshorthash.o N 000001df
signatureofshorthash.o N 000001e2
signatureofshorthash.o N 000001e7
signatureofshorthash.o N 000001e9
signatureofshorthash.o N 000001f0
signatureofshorthash.o N 000001f4
signatureofshorthash.o N 000001f6
signatureofshorthash.o N 00000201
signatureofshorthash.o N 00000209
usehash.o N 00000000
usehash.o N 00000037
usehash.o N 00000041
usehash.o N 0000010d
usehash.o N 0000013a
usehash.o N 0000013e
usehash.o N 00000170
usehash.o N 00000172
usehash.o N 00000180
usehash.o N 00000194
usehash.o N 00000197
usehash.o N 0000019d
usehash.o N 000001b4
usehash.o N 000001b6
usehash.o N 000001b9
usehash.o N 000001be
usehash.o N 000001c0
usehash.o N 000001c3
verification.o N 00000000
verification.o N 00000037
verification.o N 00000046
verification.o N 00000112
verification.o N 0000014c
verification.o N 00000150
verification.o N 00000152
verification.o N 00000160
verification.o N 00000174
verification.o N 00000176
verification.o N 0000017b
verification.o N 00000192
verification.o N 00000199
verification.o N 0000019f
verification.o N 000001a2
verification.o N 000001a8
verification.o N 000001ab
verification.o N 000001ad
verification.o N 000001b7
verification.o N 000001be
verification.o N 000001c0
verification.o N 000001c2
verification.o N 000001c4
verification.o N 000001cb
verification.o N 000001cf
verification.o N 000001d7
verification.o N 000001d9
verification.o N 000001db
verification.o N 000001dd
verification.o N 000001e8
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)) |