Test results for armeabi, h7panda, crypto_sign/donald2048
[Page version: 20260131 15:44:05]
Measurements for armeabi, h7panda, crypto_sign
Test results for armeabi, h7panda, crypto_sign
Test results for crypto_sign/donald2048
Computer: h7panda
Microarchitecture: armeabi; Cortex-A9+NEON (411fc093)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20250922
Operation: crypto_sign
Primitive: donald2048
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 12595031 | 2968 0 0 | 26186 576 1648 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12599924 | 3416 0 0 | 24842 576 1648 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12603419 | 2976 0 0 | 24036 572 1648 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12611768 | 3552 0 0 | 23222 580 1648 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12624088 | 3176 0 0 | 24270 580 1656 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12626592 | 3176 0 0 | 22878 580 1656 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12628597 | 2984 0 0 | 30354 576 1664 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12629163 | 3224 0 0 | 22022 572 1648 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 12649992 | 2984 0 0 | 30522 576 1664 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19139481 | 57043 6072 240 | 1600056 76013 13064 | T:cryptopp | clang++ -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19181943 | 56595 6072 240 | 1598120 76013 13048 | T:cryptopp | clang++ -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19199385 | 59792 8088 240 | 1602445 77861 13048 | T:cryptopp | clang++ -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19201210 | 68690 4960 240 | 1594204 75037 13048 | T:cryptopp | g++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19209687 | 51538 12244 240 | 1577114 82381 13048 | T:cryptopp | g++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19244366 | 80550 4960 240 | 1600270 75129 13048 | T:cryptopp | g++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19253468 | 47453 6072 240 | 1584256 76001 13048 | T:cryptopp | clang++ -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
| 19261316 | 90358 4876 240 | 1611190 75145 13048 | T:cryptopp | g++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251103 | 20250922 |
Compiler output
keypair.c: keypair.c:12:7: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
keypair.c: 12 | x = DSA_new();
keypair.c: | ^
keypair.c: /usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
keypair.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:18:4: error: incomplete definition of type 'DSA' (aka 'struct dsa_st')
keypair.c: 18 | x->p = BN_new(); if (!x->p) goto error;
keypair.c: | ~^
keypair.c: /usr/include/openssl/types.h:150:16: note: forward declaration of 'struct dsa_st'
keypair.c: 150 | typedef struct dsa_st DSA;
keypair.c: | ^
keypair.c: keypair.c:18:26: error: incomplete definition of type 'DSA' (aka 'struct dsa_st')
keypair.c: 18 | x->p = BN_new(); if (!x->p) goto error;
keypair.c: | ~^
keypair.c: /usr/include/openssl/types.h:150:16: note: forward declaration of 'struct dsa_st'
keypair.c: 150 | typedef struct dsa_st DSA;
keypair.c: | ^
keypair.c: keypair.c:19:4: error: incomplete definition of type 'DSA' (aka '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 (Clang_20.1.8) |
| T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:openssl | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:openssl | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
keypair.c: keypair.c: In function 'crypto_sign_donald2048_openssl_timingleaks_keypair':
keypair.c: keypair.c:12:3: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 12 | x = DSA_new();
keypair.c: | ^
keypair.c: In file included from keypair.c:2:
keypair.c: /usr/include/openssl/dsa.h:130:28: note: declared here
keypair.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
keypair.c: | ^~~~~~~
keypair.c: keypair.c:18:4: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 18 | x->p = BN_new(); if (!x->p) goto error;
keypair.c: | ^~
keypair.c: keypair.c:18:26: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 18 | x->p = BN_new(); if (!x->p) goto error;
keypair.c: | ^~
keypair.c: keypair.c:19:4: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 19 | x->q = BN_new(); if (!x->q) goto error;
keypair.c: | ^~
keypair.c: keypair.c:19:26: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 19 | x->q = BN_new(); if (!x->q) goto error;
keypair.c: | ^~
keypair.c: keypair.c:20:4: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 20 | x->g = BN_new(); if (!x->g) goto error;
keypair.c: | ^~
keypair.c: keypair.c:20:26: error: invalid use of incomplete typedef 'DSA' {aka 'struct dsa_st'}
keypair.c: 20 | x->g = BN_new(); if (!x->g) 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 (14.2.1_20250207) |
| T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
Compiler output
keypair.c: keypair.c:20:7: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
keypair.c: 20 | x = DSA_new(); if (!x) goto error;
keypair.c: | ^
keypair.c: /usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
keypair.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:29:8: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
keypair.c: 29 | if (!DSA_set0_pqg(x,p,q,g)) goto error;
keypair.c: | ^
keypair.c: /usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
keypair.c: 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
keypair.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
keypair.c: | ^
keypair.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
keypair.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
keypair.c: | ^
keypair.c: keypair.c:32:8: warning: 'DSA_generate_key' is deprecated [-Wdeprecated-declarations]
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c:39:7: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 39 | x = DSA_new(); if (!x) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
signatureofshorthash.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:41:8: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: 41 | if (!DSA_set0_pqg(x,p,q,g)) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
signatureofshorthash.c: 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
signatureofshorthash.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
signatureofshorthash.c: | ^
signatureofshorthash.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
signatureofshorthash.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
signatureofshorthash.c: | ^
signatureofshorthash.c: signatureofshorthash.c:51:8: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
signatureofshorthash.c: ...
verification.c: verification.c:37:7: warning: 'DSA_new' is deprecated [-Wdeprecated-declarations]
verification.c: 37 | x = DSA_new(); if (!x) goto error;
verification.c: | ^
verification.c: /usr/include/openssl/dsa.h:130:1: note: 'DSA_new' has been explicitly marked deprecated here
verification.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
verification.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
verification.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
verification.c: | ^
verification.c: verification.c:38:8: warning: 'DSA_set0_pqg' is deprecated [-Wdeprecated-declarations]
verification.c: 38 | if (!DSA_set0_pqg(x,p,q,g)) goto error;
verification.c: | ^
verification.c: /usr/include/openssl/dsa.h:208:1: note: 'DSA_set0_pqg' has been explicitly marked deprecated here
verification.c: 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:217:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
verification.c: 217 | # define OSSL_DEPRECATEDIN_3_0 OSSL_DEPRECATED(3.0)
verification.c: | ^
verification.c: /usr/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
verification.c: 62 | # define OSSL_DEPRECATED(since) __attribute__((deprecated))
verification.c: | ^
verification.c: verification.c:44:8: warning: 'DSA_set0_key' is deprecated [-Wdeprecated-declarations]
verification.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
| Implementation | Compiler |
| T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
| T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Clang_20.1.8) |
Compiler output
keypair.c: keypair.c: In function 'crypto_sign_donald2048_opensslnew_timingleaks_keypair':
keypair.c: keypair.c:20:3: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 20 | x = DSA_new(); if (!x) goto error;
keypair.c: | ^
keypair.c: In file included from keypair.c:2:
keypair.c: /usr/include/openssl/dsa.h:130:28: note: declared here
keypair.c: 130 | OSSL_DEPRECATEDIN_3_0 DSA *DSA_new(void);
keypair.c: | ^~~~~~~
keypair.c: keypair.c:29:3: warning: 'DSA_set0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 29 | if (!DSA_set0_pqg(x,p,q,g)) goto error;
keypair.c: | ^~
keypair.c: /usr/include/openssl/dsa.h:208:27: note: declared here
keypair.c: 208 | OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
keypair.c: | ^~~~~~~~~~~~
keypair.c: keypair.c:32:3: warning: 'DSA_generate_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 32 | if (!DSA_generate_key(x)) goto error;
keypair.c: | ^~
keypair.c: /usr/include/openssl/dsa.h:179:27: note: declared here
keypair.c: 179 | OSSL_DEPRECATEDIN_3_0 int DSA_generate_key(DSA *a);
keypair.c: | ^~~~~~~~~~~~~~~~
keypair.c: keypair.c:34:3: warning: 'DSA_get0_pub_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
keypair.c: 34 | z = DSA_get0_pub_key(x);
keypair.c: | ^
keypair.c: /usr/include/openssl/dsa.h:216:37: note: declared here
keypair.c: 216 | OSSL_DEPRECATEDIN_3_0 const BIGNUM *DSA_get0_pub_key(const DSA *d);
keypair.c: ...
signatureofshorthash.c: signatureofshorthash.c:10:19: warning: argument 1 of type 'unsigned char[40]' with mismatched bound [-Warray-parameter=]
signatureofshorthash.c: 10 | unsigned char sm[SIGNATURE_BYTES],unsigned long long *smlen,
signatureofshorthash.c: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: In file included from signatureofshorthash.c:7:
signatureofshorthash.c: short.h:7:33: note: previously declared as 'unsigned char *'
signatureofshorthash.c: 7 | extern int signatureofshorthash(unsigned char *,unsigned long long *,
signatureofshorthash.c: | ^~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:11:25: warning: argument 3 of type 'const unsigned char[64]' with mismatched bound [-Warray-parameter=]
signatureofshorthash.c: 11 | const unsigned char m[SHORTHASH_BYTES],const unsigned long long mlen,
signatureofshorthash.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
signatureofshorthash.c: short.h:8:3: note: previously declared as 'const unsigned char *'
signatureofshorthash.c: 8 | const unsigned char *,unsigned long long,
signatureofshorthash.c: | ^~~~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c:12:25: warning: argument 5 of type 'const unsigned char[276]' with mismatched bound [-Warray-parameter=]
signatureofshorthash.c: 12 | const unsigned char sk[SECRETKEY_BYTES],const unsigned long long sklen
signatureofshorthash.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: short.h:9:3: note: previously declared as 'const unsigned char *'
signatureofshorthash.c: 9 | const unsigned char *,unsigned long long);
signatureofshorthash.c: | ^~~~~~~~~~~~~~~~~~~~~
signatureofshorthash.c: signatureofshorthash.c: In function 'crypto_sign_donald2048_opensslnew_timingleaks_signatureofshorthash':
signatureofshorthash.c: signatureofshorthash.c:39:3: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
signatureofshorthash.c: 39 | x = DSA_new(); if (!x) goto error;
signatureofshorthash.c: | ^
signatureofshorthash.c: In file included from signatureofshorthash.c:2:
signatureofshorthash.c: /usr/include/openssl/dsa.h:130:28: note: declared here
signatureofshorthash.c: ...
verification.c: verification.c:9:25: warning: argument 1 of type 'const unsigned char[64]' with mismatched bound [-Warray-parameter=]
verification.c: 9 | const unsigned char m[SHORTHASH_BYTES],const unsigned long long mlen,
verification.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
verification.c: In file included from verification.c:6:
verification.c: short.h:10:25: note: previously declared as 'const unsigned char *'
verification.c: 10 | extern int verification(const unsigned char *,unsigned long long,
verification.c: | ^~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c:10:25: warning: argument 3 of type 'const unsigned char[40]' with mismatched bound [-Warray-parameter=]
verification.c: 10 | const unsigned char sm[SIGNATURE_BYTES],const unsigned long long smlen,
verification.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
verification.c: short.h:11:3: note: previously declared as 'const unsigned char *'
verification.c: 11 | const unsigned char *,unsigned long long,
verification.c: | ^~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c:11:25: warning: argument 5 of type 'const unsigned char[256]' with mismatched bound [-Warray-parameter=]
verification.c: 11 | const unsigned char pk[PUBLICKEY_BYTES],const unsigned long long pklen
verification.c: | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
verification.c: short.h:12:3: note: previously declared as 'const unsigned char *'
verification.c: 12 | const unsigned char *,unsigned long long);
verification.c: | ^~~~~~~~~~~~~~~~~~~~~
verification.c: verification.c: In function 'crypto_sign_donald2048_opensslnew_timingleaks_verification':
verification.c: verification.c:37:3: warning: 'DSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
verification.c: 37 | x = DSA_new(); if (!x) goto error;
verification.c: | ^
verification.c: In file included from verification.c:2:
verification.c: /usr/include/openssl/dsa.h:130:28: note: declared here
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 (14.2.1_20250207) |
| T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |
| T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.1_20250207) |