Test results for armeabi, berry0, crypto_aead/aes128gcmv1
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/aes128gcmv1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: aes128gcmv1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
403385 | 736 0 0 | 18653 396 816 | T:opensslnew | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
404436 | 728 0 0 | 22419 424 824 | T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
404874 | 800 0 0 | 19528 400 816 | T:opensslnew | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
405104 | 728 0 0 | 27487 424 816 | T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
405262 | 728 0 0 | 22363 424 824 | T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
406083 | 728 0 0 | 25589 420 816 | T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
406662 | 776 0 0 | 25305 420 816 | T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
406958 | 756 0 0 | 21349 404 816 | T:opensslnew | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
407013 | 756 0 0 | 19697 404 816 | T:opensslnew | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
17064130 | 3924 0 16 | 24352 376 840 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
47936804 | 2124 0 16 | 20900 376 840 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54019755 | 2856 0 16 | 24342 396 848 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54027030 | 1992 0 16 | 26648 392 832 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54061404 | 2844 0 16 | 29398 396 840 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54061811 | 2844 0 16 | 24274 396 848 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54324517 | 2336 0 16 | 26644 392 832 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
54547805 | 1864 0 16 | 19616 368 832 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
68746866 | 2284 0 16 | 20847 372 840 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
Compiler output
armv8crypto.c: In file included from armv8crypto.c:11:
armv8crypto.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
armv8crypto.c: #error "NEON support not enabled"
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:53:13: error: expected ';' after expression
armv8crypto.c: uint8x16_t temp = vld1q_u8(n);
armv8crypto.c: ^
armv8crypto.c: ;
armv8crypto.c: armv8crypto.c:53:3: error: use of undeclared identifier 'uint8x16_t'
armv8crypto.c: uint8x16_t temp = vld1q_u8(n);
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:53:14: error: use of undeclared identifier 'temp'
armv8crypto.c: uint8x16_t temp = vld1q_u8(n);
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:53:21: warning: implicit declaration of function 'vld1q_u8' is invalid in C99 [-Wimplicit-function-declaration]
armv8crypto.c: uint8x16_t temp = vld1q_u8(n);
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:65:15: error: expected ';' after expression
armv8crypto.c: uint32x4_t t;
armv8crypto.c: ^
armv8crypto.c: ;
armv8crypto.c: armv8crypto.c:65:5: error: use of undeclared identifier 'uint32x4_t'
armv8crypto.c: uint32x4_t t;
armv8crypto.c: ^
armv8crypto.c: armv8crypto.c:65:16: error: use of undeclared identifier 't'
armv8crypto.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:dolbeau/armv8crypto | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:dolbeau/armv8crypto | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:dolbeau/armv8crypto | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:dolbeau/armv8crypto | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:dolbeau/armv8crypto | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
armv8crypto.c: armv8crypto.c: In function 'aes_armv8_encrypt1':
armv8crypto.c: armv8crypto.c:62: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
armv8crypto.c: 62 | #pragma unroll(9)
armv8crypto.c: |
armv8crypto.c: armv8crypto.c: In function 'addmul':
armv8crypto.c: armv8crypto.c:326:19: warning: implicit declaration of function 'vrbitq_u8'; did you mean 'vbicq_u8'? [-Wimplicit-function-declaration]
armv8crypto.c: 326 | A = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)A));
armv8crypto.c: | ^~~~~~~~~
armv8crypto.c: | vbicq_u8
armv8crypto.c: armv8crypto.c:326:3: error: cannot convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: 326 | A = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)A));
armv8crypto.c: | ^
armv8crypto.c: armv8crypto.c:327:3: error: cannot convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: 327 | X = (poly8x16_t)vrbitq_u8((uint8x16_t)/* vreversebyteq_u128 */((uint32x4_t)X));
armv8crypto.c: | ^
armv8crypto.c: armv8crypto.c:328:3: error: cannot convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: 328 | Y = (poly8x16_t)vrbitq_u8((uint8x16_t)vreversebyteq_u128((uint32x4_t)Y));
armv8crypto.c: | ^
armv8crypto.c: armv8crypto.c:330:64: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
armv8crypto.c: 330 | unsigned long long mask = -1ull ^ (1ull<<(((16-xlen)%8)*8))-1ull;
armv8crypto.c: | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
armv8crypto.c: armv8crypto.c:331:16: warning: unused variable 'ff' [-Wunused-variable]
armv8crypto.c: 331 | poly8x16_t ff = vdupq_n_p8((poly8_t)0xFF);
armv8crypto.c: | ^~
armv8crypto.c: armv8crypto.c:341:3: error: cannot convert a value of type 'int' to vector type '__simd128_poly8_t' which has different size
armv8crypto.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:dolbeau/armv8crypto | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
decrypt.c: decrypt.c:13:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
decrypt.c: EVP_CIPHER_CTX x;
decrypt.c: ^
decrypt.c: /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
decrypt.c: typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
decrypt.c: ^
decrypt.c: 1 error generated.
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:openssl | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:openssl | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
decrypt.c: decrypt.c: In function 'crypto_aead_aes128gcmv1_openssl_timingleaks_decrypt':
decrypt.c: decrypt.c:13:18: error: storage size of 'x' isn't known
decrypt.c: 13 | EVP_CIPHER_CTX x;
decrypt.c: | ^
decrypt.c: decrypt.c:13:18: warning: unused variable 'x' [-Wunused-variable]
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:openssl | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:openssl | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
try.c: env: 'cargo': No such file or directory
Number of similar (implementation,compiler) pairs: 18, namely:
Implementation | Compiler |
rust_aes_gcm | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
rust_aes_gcm | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
rust_aes_gcm | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
rust_aes_gcm | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
rust_aes_gcm | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
rust_aes_gcm | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
rust_aes_gcm | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
rust_aes_gcm | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
rust_aes_gcm | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:rust_crypto | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:rust_crypto | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:rust_crypto | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:rust_crypto | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:rust_crypto | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:rust_crypto | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:rust_crypto | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:rust_crypto | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:rust_crypto | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
decrypt.o N 0
decrypt.o N 104
decrypt.o N 117
decrypt.o N 129
decrypt.o N 139
decrypt.o N 147
decrypt.o N 15a
decrypt.o N 15e
decrypt.o N 168
decrypt.o N 17c
decrypt.o N 18e
decrypt.o N 1a2
decrypt.o N 1b6
decrypt.o N 1ed
decrypt.o N 1ef
decrypt.o N 1f4
decrypt.o N 20b
decrypt.o N 210
decrypt.o N 212
decrypt.o N 219
decrypt.o N 21b
decrypt.o N 22a
decrypt.o N 231
decrypt.o N 233
decrypt.o N 238
decrypt.o N 23e
decrypt.o N 241
decrypt.o N 246
decrypt.o N 24e
decrypt.o N 25
decrypt.o N 256
decrypt.o N 2f
decrypt.o N f6
encrypt.o N 0
encrypt.o N 109
encrypt.o N 11b
encrypt.o N 12b
encrypt.o N 139
encrypt.o N 14c
encrypt.o N 150
encrypt.o N 15a
encrypt.o N 168
encrypt.o N 17c
encrypt.o N 18e
encrypt.o N 1a2
encrypt.o N 1b6
encrypt.o N 1ed
encrypt.o N 1ef
encrypt.o N 1f4
encrypt.o N 20b
encrypt.o N 20d
encrypt.o N 214
encrypt.o N 216
encrypt.o N 225
encrypt.o N 22c
encrypt.o N 22e
encrypt.o N 233
encrypt.o N 238
encrypt.o N 23e
encrypt.o N 241
encrypt.o N 246
encrypt.o N 24e
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f6
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
decrypt.o N 0
decrypt.o N 103
decrypt.o N 116
decrypt.o N 128
decrypt.o N 138
decrypt.o N 146
decrypt.o N 159
decrypt.o N 15d
decrypt.o N 167
decrypt.o N 17b
decrypt.o N 18d
decrypt.o N 1a1
decrypt.o N 1b5
decrypt.o N 1ec
decrypt.o N 1ee
decrypt.o N 1f3
decrypt.o N 20a
decrypt.o N 20f
decrypt.o N 211
decrypt.o N 218
decrypt.o N 21a
decrypt.o N 229
decrypt.o N 230
decrypt.o N 232
decrypt.o N 237
decrypt.o N 23d
decrypt.o N 240
decrypt.o N 245
decrypt.o N 24d
decrypt.o N 25
decrypt.o N 255
decrypt.o N 2f
decrypt.o N f5
encrypt.o N 0
encrypt.o N 108
encrypt.o N 11a
encrypt.o N 12a
encrypt.o N 138
encrypt.o N 14b
encrypt.o N 14f
encrypt.o N 159
encrypt.o N 167
encrypt.o N 17b
encrypt.o N 18d
encrypt.o N 1a1
encrypt.o N 1b5
encrypt.o N 1ec
encrypt.o N 1ee
encrypt.o N 1f3
encrypt.o N 20a
encrypt.o N 20c
encrypt.o N 213
encrypt.o N 215
encrypt.o N 224
encrypt.o N 22b
encrypt.o N 22d
encrypt.o N 232
encrypt.o N 237
encrypt.o N 23d
encrypt.o N 240
encrypt.o N 245
encrypt.o N 24d
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f5
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opensslnew | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opensslnew | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
encrypt.o N 0
encrypt.o N 102
encrypt.o N 116
encrypt.o N 11e
encrypt.o N 120
encrypt.o N 122
encrypt.o N 139
encrypt.o N 13b
encrypt.o N 13f
encrypt.o N 147
encrypt.o N 175
encrypt.o N 19b
encrypt.o N 1cb
encrypt.o N 1d2
encrypt.o N 202
encrypt.o N 208
encrypt.o N 20a
encrypt.o N 20c
encrypt.o N 20e
encrypt.o N 214
encrypt.o N 21b
encrypt.o N 226
encrypt.o N 228
encrypt.o N 22d
encrypt.o N 22f
encrypt.o N 231
encrypt.o N 236
encrypt.o N 23b
encrypt.o N 241
encrypt.o N 244
encrypt.o N 249
encrypt.o N 24f
encrypt.o N 25
encrypt.o N 258
encrypt.o N 25e
encrypt.o N 264
encrypt.o N 26d
encrypt.o N 26f
encrypt.o N 271
encrypt.o N 276
encrypt.o N 278
encrypt.o N 283
encrypt.o N 28c
encrypt.o N 2f
encrypt.o N ef
encrypt.o N f4
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
encrypt.o N 0
encrypt.o N 101
encrypt.o N 115
encrypt.o N 143
encrypt.o N 147
encrypt.o N 16d
encrypt.o N 19d
encrypt.o N 1a5
encrypt.o N 1ad
encrypt.o N 1b4
encrypt.o N 1e4
encrypt.o N 1ea
encrypt.o N 1ec
encrypt.o N 1ee
encrypt.o N 1f0
encrypt.o N 1f6
encrypt.o N 1fd
encrypt.o N 208
encrypt.o N 20a
encrypt.o N 20f
encrypt.o N 226
encrypt.o N 228
encrypt.o N 22a
encrypt.o N 22c
encrypt.o N 231
encrypt.o N 236
encrypt.o N 23c
encrypt.o N 23f
encrypt.o N 244
encrypt.o N 24a
encrypt.o N 25
encrypt.o N 253
encrypt.o N 255
encrypt.o N 257
encrypt.o N 25d
encrypt.o N 263
encrypt.o N 26c
encrypt.o N 26e
encrypt.o N 270
encrypt.o N 275
encrypt.o N 277
encrypt.o N 282
encrypt.o N 28b
encrypt.o N 2f
encrypt.o N ee
encrypt.o N f3
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
encrypt.o N 0
encrypt.o N 101
encrypt.o N 115
encrypt.o N 11d
encrypt.o N 11f
encrypt.o N 121
encrypt.o N 138
encrypt.o N 13a
encrypt.o N 13e
encrypt.o N 146
encrypt.o N 174
encrypt.o N 19a
encrypt.o N 1ca
encrypt.o N 1d1
encrypt.o N 201
encrypt.o N 207
encrypt.o N 209
encrypt.o N 20b
encrypt.o N 20d
encrypt.o N 213
encrypt.o N 21a
encrypt.o N 225
encrypt.o N 227
encrypt.o N 22c
encrypt.o N 22e
encrypt.o N 230
encrypt.o N 235
encrypt.o N 23a
encrypt.o N 240
encrypt.o N 243
encrypt.o N 248
encrypt.o N 24e
encrypt.o N 25
encrypt.o N 257
encrypt.o N 25d
encrypt.o N 263
encrypt.o N 26c
encrypt.o N 26e
encrypt.o N 270
encrypt.o N 275
encrypt.o N 277
encrypt.o N 282
encrypt.o N 28b
encrypt.o N 2f
encrypt.o N ee
encrypt.o N f3
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |