Test results for armeabi, bblack, crypto_encrypt/ronald3072
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_encrypt
Test results for armeabi, bblack, crypto_encrypt
Test results for crypto_encrypt/ronald3072
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_encrypt
Primitive: ronald3072
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
60911072 | 2568 0 0 | 22755 548 1512 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60926704 | 1930 0 0 | 16762 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60939832 | 1712 0 0 | 16078 584 1512 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60940656 | 2560 0 0 | 21077 544 1512 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60944488 | 1728 0 0 | 16546 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60949832 | 3072 0 0 | 23139 548 1520 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
60961528 | 2568 0 0 | 22755 548 1512 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
61062064 | 1988 0 0 | 17838 592 1512 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 20240716 |
61223952 | 3248 0 0 | 32131 548 1520 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241020 | 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_encrypt_ronald3072_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) |
Namespace violations
keypair.o N 00000000
keypair.o N 00000037
keypair.o N 00000041
keypair.o N 00000112
keypair.o N 0000014b
keypair.o N 0000014f
keypair.o N 00000152
keypair.o N 00000160
keypair.o N 00000163
keypair.o N 00000167
keypair.o N 00000169
keypair.o N 00000170
keypair.o N 00000174
keypair.o N 00000176
keypair.o N 00000180
keypair.o N 00000187
keypair.o N 00000189
shortciphertext.o N 00000000
shortciphertext.o N 00000037
shortciphertext.o N 00000049
shortciphertext.o N 0000011a
shortciphertext.o N 0000015b
shortciphertext.o N 0000015f
shortciphertext.o N 00000161
shortciphertext.o N 0000016f
shortciphertext.o N 00000174
shortciphertext.o N 0000018b
shortciphertext.o N 0000018d
shortciphertext.o N 00000194
shortciphertext.o N 0000019a
shortciphertext.o N 0000019d
shortciphertext.o N 000001a2
shortciphertext.o N 000001a4
shortciphertext.o N 000001ae
shortciphertext.o N 000001b5
shortciphertext.o N 000001b7
shortciphertext.o N 000001b9
shortciphertext.o N 000001c0
shortplaintext.o N 00000000
shortplaintext.o N 00000037
shortplaintext.o N 00000048
shortplaintext.o N 00000119
shortplaintext.o N 00000159
shortplaintext.o N 0000015d
shortplaintext.o N 0000015f
shortplaintext.o N 0000016d
shortplaintext.o N 00000172
shortplaintext.o N 00000189
shortplaintext.o N 0000018b
shortplaintext.o N 00000192
shortplaintext.o N 00000198
shortplaintext.o N 0000019b
shortplaintext.o N 000001a0
shortplaintext.o N 000001a2
shortplaintext.o N 000001ac
shortplaintext.o N 000001b3
shortplaintext.o N 000001b5
shortplaintext.o N 000001b7
shortplaintext.o N 000001b9
shortplaintext.o N 000001bb
shortplaintext.o N 000001c0
shortplaintext.o N 000001c5
shortplaintext.o N 000001ca
shortplaintext.o N 000001cc
shortplaintext.o N 000001d3
shortplaintext.o N 000001d7
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 00000113
useshort.o N 00000119
useshort.o N 00000127
useshort.o N 0000013b
useshort.o N 0000016c
useshort.o N 00000170
useshort.o N 000001a6
useshort.o N 000001a8
useshort.o N 000001aa
useshort.o N 000001af
useshort.o N 000001c6
useshort.o N 000001c8
useshort.o N 000001cb
useshort.o N 000001d0
useshort.o N 000001d2
useshort.o N 000001d9
useshort.o N 000001dc
useshort.o N 000001e1
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 00000111
keypair.o N 0000014a
keypair.o N 0000014e
keypair.o N 00000151
keypair.o N 0000015f
keypair.o N 00000162
keypair.o N 00000166
keypair.o N 00000168
keypair.o N 0000016f
keypair.o N 00000173
keypair.o N 00000175
keypair.o N 0000017f
keypair.o N 00000186
keypair.o N 00000188
shortciphertext.o N 00000000
shortciphertext.o N 00000037
shortciphertext.o N 00000049
shortciphertext.o N 00000119
shortciphertext.o N 0000015a
shortciphertext.o N 0000015e
shortciphertext.o N 00000160
shortciphertext.o N 0000016e
shortciphertext.o N 00000173
shortciphertext.o N 0000018a
shortciphertext.o N 0000018c
shortciphertext.o N 00000193
shortciphertext.o N 00000199
shortciphertext.o N 0000019c
shortciphertext.o N 000001a1
shortciphertext.o N 000001a3
shortciphertext.o N 000001ad
shortciphertext.o N 000001b4
shortciphertext.o N 000001b6
shortciphertext.o N 000001b8
shortciphertext.o N 000001bf
shortplaintext.o N 00000000
shortplaintext.o N 00000037
shortplaintext.o N 00000048
shortplaintext.o N 00000118
shortplaintext.o N 00000158
shortplaintext.o N 0000015c
shortplaintext.o N 0000015e
shortplaintext.o N 0000016c
shortplaintext.o N 00000171
shortplaintext.o N 00000188
shortplaintext.o N 0000018a
shortplaintext.o N 00000191
shortplaintext.o N 00000197
shortplaintext.o N 0000019a
shortplaintext.o N 0000019f
shortplaintext.o N 000001a1
shortplaintext.o N 000001ab
shortplaintext.o N 000001b2
shortplaintext.o N 000001b4
shortplaintext.o N 000001b6
shortplaintext.o N 000001b8
shortplaintext.o N 000001ba
shortplaintext.o N 000001bf
shortplaintext.o N 000001c4
shortplaintext.o N 000001c9
shortplaintext.o N 000001cb
shortplaintext.o N 000001d2
shortplaintext.o N 000001d6
useshort.o N 00000000
useshort.o N 00000037
useshort.o N 00000042
useshort.o N 00000112
useshort.o N 00000118
useshort.o N 00000126
useshort.o N 0000013a
useshort.o N 0000016b
useshort.o N 0000016f
useshort.o N 000001a5
useshort.o N 000001a7
useshort.o N 000001a9
useshort.o N 000001ae
useshort.o N 000001c5
useshort.o N 000001c7
useshort.o N 000001ca
useshort.o N 000001cf
useshort.o N 000001d1
useshort.o N 000001d8
useshort.o N 000001db
useshort.o N 000001e0
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)) |