Test results for armeabi, berry0, crypto_aead/aeadaes128ocbtaglen128v1
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/aeadaes128ocbtaglen128v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: aeadaes128ocbtaglen128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
362360 | 13924 18 0 | 32851 422 816 | T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
363304 | 15016 18 0 | 35591 422 816 | T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
365181 | 13216 18 0 | 31115 414 816 | T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
365323 | 13784 18 0 | 32543 422 816 | T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
370035 | 15856 18 0 | 42521 442 816 | T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
371562 | 15132 18 0 | 39895 438 816 | T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
372028 | 16988 18 0 | 38585 442 824 | T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
376990 | 17076 18 0 | 38617 442 824 | T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
428463 | 18344 18 0 | 42765 442 816 | T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
463713 | 10524 0 0 | 36846 400 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
465310 | 10532 0 0 | 31730 400 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
466028 | 10636 0 0 | 31890 400 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
474325 | 8336 0 0 | 28544 380 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
538600 | 2616 0 0 | 21172 380 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
563316 | 2172 0 0 | 20515 376 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
586077 | 1860 0 0 | 19392 372 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
621583 | 2448 0 0 | 26868 396 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
642554 | 2160 0 0 | 26224 396 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241004 | 20240909 |
Compiler output
encrypt.c: In file included from encrypt.c:47:
encrypt.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
encrypt.c: #error "NEON support not enabled"
encrypt.c: ^
encrypt.c: encrypt.c:76:46: error: unknown type name 'uint8x16_t'
encrypt.c: static inline void aes128ni_setkey_e2d(const uint8x16_t ekeys[11], uint8x16_t dkeys[11]) {
encrypt.c: ^
encrypt.c: encrypt.c:76:68: error: unknown type name 'uint8x16_t'
encrypt.c: static inline void aes128ni_setkey_e2d(const uint8x16_t ekeys[11], uint8x16_t dkeys[11]) {
encrypt.c: ^
encrypt.c: encrypt.c:81:16: warning: implicit declaration of function 'vaesimcq_u8' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: dkeys[i] = vaesimcq_u8(ekeys[10-i]);
encrypt.c: ^
encrypt.c: encrypt.c:88:15: error: unknown type name 'uint8x16_t'
encrypt.c: static inline uint8x16_t aes128armv8_encrypt1_neon(const uint8x16_t nv, const unsigned char *rkeys) {
encrypt.c: ^
encrypt.c: encrypt.c:88:58: error: unknown type name 'uint8x16_t'
encrypt.c: static inline uint8x16_t aes128armv8_encrypt1_neon(const uint8x16_t nv, const unsigned char *rkeys) {
encrypt.c: ^
encrypt.c: encrypt.c:89:3: error: use of undeclared identifier 'uint8x16_t'
encrypt.c: uint8x16_t temp = nv;
encrypt.c: ^
encrypt.c: encrypt.c:101:5: error: use of undeclared identifier 'uint8x16_t'
encrypt.c: uint8x16_t t;
encrypt.c: ^
encrypt.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
encrypt.c: encrypt.c: In function 'aes128ni_setkey_e2d':
encrypt.c: encrypt.c:79: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
encrypt.c: 79 | #pragma unroll(9)
encrypt.c: |
encrypt.c: encrypt.c: In function 'aes128armv8_encrypt1_neon':
encrypt.c: encrypt.c:98: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
encrypt.c: 98 | #pragma unroll(9)
encrypt.c: |
encrypt.c: encrypt.c: In function 'aes128armv8_decrypt1_neon':
encrypt.c: encrypt.c:138: warning: ignoring '#pragma unroll ' [-Wunknown-pragmas]
encrypt.c: 138 | #pragma unroll(9)
encrypt.c: |
encrypt.c: In file included from encrypt.c:45:
encrypt.c: At top level:
encrypt.c: stdaes-common.h:548:21: warning: 'KT3' defined but not used [-Wunused-variable]
encrypt.c: 548 | static unsigned int KT3[256] = KT0Data;
encrypt.c: | ^~~
encrypt.c: stdaes-common.h:541:21: warning: 'KT2' defined but not used [-Wunused-variable]
encrypt.c: 541 | static unsigned int KT2[256] = KT0Data;
encrypt.c: | ^~~
encrypt.c: stdaes-common.h:534:21: warning: 'KT1' defined but not used [-Wunused-variable]
encrypt.c: 534 | static unsigned int KT1[256] = KT0Data;
encrypt.c: | ^~~
encrypt.c: stdaes-common.h:527:21: warning: 'KT0' defined but not used [-Wunused-variable]
encrypt.c: 527 | static unsigned int KT0[256] = KT0Data;
encrypt.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
ocb_vaes.c: In file included from ocb_vaes.c:71:
ocb_vaes.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/immintrin.h:15:
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:129:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:159:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:189:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:216:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:239:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:260:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
ocb_vaes.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ocb_vaes.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/mmintrin.h:287:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
ocb_vaes.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
ocb_vaes.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:vaes | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:vaes | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:vaes | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:vaes | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:vaes | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
ocb_vaes.c: ocb_vaes.c:71:10: fatal error: immintrin.h: No such file or directory
ocb_vaes.c: 71 | #include <immintrin.h>
ocb_vaes.c: | ^~~~~~~~~~~~~
ocb_vaes.c: compilation terminated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:vaes | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:vaes | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:vaes | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:vaes | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
encrypt.o N 0
encrypt.o N 108
encrypt.o N 110
encrypt.o N 118
encrypt.o N 11c
encrypt.o N 127
encrypt.o N 132
encrypt.o N 16f
encrypt.o N 1ac
encrypt.o N 1ae
encrypt.o N 1bc
encrypt.o N 1c1
encrypt.o N 1d8
encrypt.o N 1da
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e6
encrypt.o N 1ec
encrypt.o N 1ef
encrypt.o N 1f4
encrypt.o N 1f8
encrypt.o N 25
encrypt.o N 2f
encrypt.o N fc
ocb.o N 0
ocb.o N 103
ocb.o N 108
ocb.o N 11c
ocb.o N 123
ocb.o N 125
ocb.o N 13c
ocb.o N 147
ocb.o N 150
ocb.o N 152
ocb.o N 158
ocb.o N 161
ocb.o N 167
ocb.o N 16f
ocb.o N 171
ocb.o N 17d
ocb.o N 187
ocb.o N 192
ocb.o N 19a
ocb.o N 1ae
ocb.o N 1bb
ocb.o N 1c6
ocb.o N 1cf
ocb.o N 1e0
ocb.o N 1ec
ocb.o N 1fe
ocb.o N 20d
ocb.o N 215
ocb.o N 221
ocb.o N 229
ocb.o N 230
ocb.o N 234
ocb.o N 242
ocb.o N 24c
ocb.o N 25
ocb.o N 254
ocb.o N 25f
ocb.o N 261
ocb.o N 268
ocb.o N 26a
ocb.o N 271
ocb.o N 285
ocb.o N 28a
ocb.o N 297
ocb.o N 29f
ocb.o N 2a4
ocb.o N 2a9
ocb.o N 2ae
ocb.o N 2b
ocb.o N 2b0
ocb.o N 2bc
ocb.o N 2bf
ocb.o N 2c3
ocb.o N 2c7
ocb.o N 2cb
ocb.o N 2d8
ocb.o N 2eb
ocb.o N 2fb
ocb.o N 309
ocb.o N 31c
ocb.o N 326
ocb.o N 339
ocb.o N 354
ocb.o N 366
ocb.o N 37c
ocb.o N 380
ocb.o N 386
ocb.o N 38a
ocb.o N 38e
ocb.o N 391
ocb.o N 394
ocb.o N 39c
ocb.o N 3a0
ocb.o N 3ab
ocb.o N 3af
ocb.o N 3b4
ocb.o N 3be
ocb.o N 3c0
ocb.o N 3d5
ocb.o N 3da
ocb.o N 3e0
ocb.o N 3eb
ocb.o N 3ed
ocb.o N 402
ocb.o N 417
ocb.o N 41a
ocb.o N 41d
ocb.o N 41f
ocb.o N 426
ocb.o N 438
ocb.o N 444
ocb.o N 44c
ocb.o N 455
ocb.o N 463
ocb.o N 46b
ocb.o N 476
ocb.o N 481
ocb.o N 48c
ocb.o N 491
ocb.o N 493
ocb.o N 49b
ocb.o N 4a5
ocb.o N 4ad
ocb.o N 4af
ocb.o N 4b2
ocb.o N 4b5
ocb.o N 4b8
ocb.o N 4bf
ocb.o N 4c3
ocb.o N 4c9
ocb.o N 4cd
ocb.o N 4d0
ocb.o N 4d7
ocb.o N 4da
ocb.o N 4de
ocb.o N 4e8
ocb.o N 4ea
ocb.o N 4f4
ocb.o N 4f8
ocb.o N 505
ocb.o N 508
ocb.o N 50f
ocb.o N f8
ocb.o ae_allocate T
ocb.o ae_clear T
ocb.o ae_ctx_sizeof T
ocb.o ae_decrypt T
ocb.o ae_encrypt T
ocb.o ae_free T
ocb.o ae_init T
ocb.o gen_offset T
ocb.o infoString D
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
T:opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
encrypt.o N 0
encrypt.o N 107
encrypt.o N 10f
encrypt.o N 117
encrypt.o N 11b
encrypt.o N 126
encrypt.o N 131
encrypt.o N 16e
encrypt.o N 1ab
encrypt.o N 1ad
encrypt.o N 1bb
encrypt.o N 1c0
encrypt.o N 1d7
encrypt.o N 1d9
encrypt.o N 1db
encrypt.o N 1e0
encrypt.o N 1e5
encrypt.o N 1eb
encrypt.o N 1ee
encrypt.o N 1f3
encrypt.o N 1f7
encrypt.o N 25
encrypt.o N 2f
encrypt.o N fb
ocb.o N 0
ocb.o N 102
ocb.o N 107
ocb.o N 11b
ocb.o N 122
ocb.o N 124
ocb.o N 13b
ocb.o N 146
ocb.o N 14f
ocb.o N 151
ocb.o N 157
ocb.o N 160
ocb.o N 166
ocb.o N 16e
ocb.o N 170
ocb.o N 17c
ocb.o N 186
ocb.o N 191
ocb.o N 199
ocb.o N 1ad
ocb.o N 1ba
ocb.o N 1c5
ocb.o N 1ce
ocb.o N 1df
ocb.o N 1eb
ocb.o N 1fd
ocb.o N 20c
ocb.o N 214
ocb.o N 220
ocb.o N 228
ocb.o N 22f
ocb.o N 233
ocb.o N 241
ocb.o N 24b
ocb.o N 25
ocb.o N 253
ocb.o N 267
ocb.o N 26c
ocb.o N 27f
ocb.o N 28f
ocb.o N 29d
ocb.o N 2b
ocb.o N 2b0
ocb.o N 2ba
ocb.o N 2ca
ocb.o N 2dd
ocb.o N 2f8
ocb.o N 30a
ocb.o N 31c
ocb.o N 327
ocb.o N 332
ocb.o N 33e
ocb.o N 346
ocb.o N 34f
ocb.o N 35d
ocb.o N 365
ocb.o N 372
ocb.o N 37d
ocb.o N 389
ocb.o N 396
ocb.o N 3a1
ocb.o N 3b7
ocb.o N 3c2
ocb.o N 3cc
ocb.o N 3e1
ocb.o N 3ec
ocb.o N 401
ocb.o N 416
ocb.o N 41a
ocb.o N 41f
ocb.o N 421
ocb.o N 428
ocb.o N 42a
ocb.o N 431
ocb.o N 436
ocb.o N 438
ocb.o N 43c
ocb.o N 440
ocb.o N 448
ocb.o N 452
ocb.o N 45a
ocb.o N 462
ocb.o N 464
ocb.o N 46c
ocb.o N 471
ocb.o N 476
ocb.o N 47b
ocb.o N 47d
ocb.o N 47f
ocb.o N 482
ocb.o N 486
ocb.o N 48a
ocb.o N 48e
ocb.o N 492
ocb.o N 495
ocb.o N 498
ocb.o N 49b
ocb.o N 49e
ocb.o N 4a4
ocb.o N 4a7
ocb.o N 4ae
ocb.o N 4b2
ocb.o N 4b6
ocb.o N 4bc
ocb.o N 4c0
ocb.o N 4c3
ocb.o N 4ca
ocb.o N 4cd
ocb.o N 4d7
ocb.o N 4d9
ocb.o N 4e3
ocb.o N 4e7
ocb.o N 4eb
ocb.o N 4f8
ocb.o N 4fb
ocb.o N 4fd
ocb.o N 502
ocb.o N 508
ocb.o N 50f
ocb.o N 513
ocb.o N 516
ocb.o N 519
ocb.o N 520
ocb.o N f7
ocb.o ae_allocate T
ocb.o ae_clear T
ocb.o ae_ctx_sizeof T
ocb.o ae_decrypt T
ocb.o ae_encrypt T
ocb.o ae_free T
ocb.o ae_init T
ocb.o gen_offset T
ocb.o infoString D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | 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 108
encrypt.o N 110
encrypt.o N 118
encrypt.o N 11c
encrypt.o N 127
encrypt.o N 132
encrypt.o N 16f
encrypt.o N 1ac
encrypt.o N 1ae
encrypt.o N 1bc
encrypt.o N 1c1
encrypt.o N 1d8
encrypt.o N 1da
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 1e6
encrypt.o N 1ec
encrypt.o N 1ef
encrypt.o N 1f4
encrypt.o N 1f8
encrypt.o N 25
encrypt.o N 2f
encrypt.o N fc
ocb.o N 0
ocb.o N 103
ocb.o N 108
ocb.o N 11c
ocb.o N 123
ocb.o N 125
ocb.o N 13c
ocb.o N 147
ocb.o N 150
ocb.o N 152
ocb.o N 158
ocb.o N 161
ocb.o N 167
ocb.o N 16f
ocb.o N 171
ocb.o N 17d
ocb.o N 187
ocb.o N 192
ocb.o N 19a
ocb.o N 1ae
ocb.o N 1bb
ocb.o N 1c6
ocb.o N 1cf
ocb.o N 1e0
ocb.o N 1ec
ocb.o N 1fe
ocb.o N 20d
ocb.o N 215
ocb.o N 221
ocb.o N 229
ocb.o N 230
ocb.o N 234
ocb.o N 242
ocb.o N 24c
ocb.o N 25
ocb.o N 254
ocb.o N 25f
ocb.o N 261
ocb.o N 268
ocb.o N 26a
ocb.o N 271
ocb.o N 285
ocb.o N 28a
ocb.o N 297
ocb.o N 29f
ocb.o N 2a4
ocb.o N 2a9
ocb.o N 2ae
ocb.o N 2b
ocb.o N 2b0
ocb.o N 2bc
ocb.o N 2bf
ocb.o N 2c3
ocb.o N 2c7
ocb.o N 2cb
ocb.o N 2d8
ocb.o N 2eb
ocb.o N 2fb
ocb.o N 309
ocb.o N 31c
ocb.o N 326
ocb.o N 339
ocb.o N 354
ocb.o N 366
ocb.o N 370
ocb.o N 372
ocb.o N 387
ocb.o N 38c
ocb.o N 392
ocb.o N 39d
ocb.o N 39f
ocb.o N 3b4
ocb.o N 3c9
ocb.o N 3cc
ocb.o N 3cf
ocb.o N 3d1
ocb.o N 3d8
ocb.o N 3ea
ocb.o N 3f5
ocb.o N 401
ocb.o N 409
ocb.o N 412
ocb.o N 420
ocb.o N 428
ocb.o N 433
ocb.o N 449
ocb.o N 454
ocb.o N 45f
ocb.o N 463
ocb.o N 468
ocb.o N 46d
ocb.o N 46f
ocb.o N 473
ocb.o N 47b
ocb.o N 485
ocb.o N 48d
ocb.o N 495
ocb.o N 497
ocb.o N 49b
ocb.o N 49f
ocb.o N 4a2
ocb.o N 4a5
ocb.o N 4a8
ocb.o N 4ab
ocb.o N 4b1
ocb.o N 4b4
ocb.o N 4bb
ocb.o N 4bf
ocb.o N 4c3
ocb.o N 4c9
ocb.o N 4cd
ocb.o N 4d0
ocb.o N 4d7
ocb.o N 4da
ocb.o N 4e4
ocb.o N 4e6
ocb.o N 4f0
ocb.o N 4f4
ocb.o N 4f8
ocb.o N 505
ocb.o N 508
ocb.o N 50f
ocb.o N f8
ocb.o ae_allocate T
ocb.o ae_clear T
ocb.o ae_ctx_sizeof T
ocb.o ae_decrypt T
ocb.o ae_encrypt T
ocb.o ae_free T
ocb.o ae_init T
ocb.o gen_offset T
ocb.o infoString D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | 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 107
encrypt.o N 10f
encrypt.o N 117
encrypt.o N 11b
encrypt.o N 126
encrypt.o N 131
encrypt.o N 16e
encrypt.o N 1ab
encrypt.o N 1ad
encrypt.o N 1bb
encrypt.o N 1c0
encrypt.o N 1d7
encrypt.o N 1d9
encrypt.o N 1db
encrypt.o N 1e0
encrypt.o N 1e5
encrypt.o N 1eb
encrypt.o N 1ee
encrypt.o N 1f3
encrypt.o N 1f7
encrypt.o N 25
encrypt.o N 2f
encrypt.o N fb
ocb.o N 0
ocb.o N 102
ocb.o N 107
ocb.o N 11b
ocb.o N 122
ocb.o N 124
ocb.o N 13b
ocb.o N 146
ocb.o N 14f
ocb.o N 151
ocb.o N 157
ocb.o N 160
ocb.o N 166
ocb.o N 16e
ocb.o N 170
ocb.o N 17c
ocb.o N 186
ocb.o N 191
ocb.o N 199
ocb.o N 1ad
ocb.o N 1ba
ocb.o N 1c5
ocb.o N 1ce
ocb.o N 1df
ocb.o N 1eb
ocb.o N 1fd
ocb.o N 20c
ocb.o N 214
ocb.o N 220
ocb.o N 228
ocb.o N 22f
ocb.o N 233
ocb.o N 241
ocb.o N 24b
ocb.o N 25
ocb.o N 253
ocb.o N 25e
ocb.o N 260
ocb.o N 267
ocb.o N 269
ocb.o N 270
ocb.o N 284
ocb.o N 289
ocb.o N 296
ocb.o N 29e
ocb.o N 2a3
ocb.o N 2a8
ocb.o N 2ad
ocb.o N 2af
ocb.o N 2b
ocb.o N 2bb
ocb.o N 2be
ocb.o N 2c2
ocb.o N 2c6
ocb.o N 2ca
ocb.o N 2d7
ocb.o N 2ea
ocb.o N 2fa
ocb.o N 308
ocb.o N 31b
ocb.o N 325
ocb.o N 338
ocb.o N 353
ocb.o N 365
ocb.o N 37b
ocb.o N 37f
ocb.o N 385
ocb.o N 389
ocb.o N 38d
ocb.o N 390
ocb.o N 393
ocb.o N 39b
ocb.o N 39f
ocb.o N 3aa
ocb.o N 3ae
ocb.o N 3b3
ocb.o N 3bd
ocb.o N 3bf
ocb.o N 3d4
ocb.o N 3d9
ocb.o N 3df
ocb.o N 3ea
ocb.o N 3ec
ocb.o N 401
ocb.o N 416
ocb.o N 419
ocb.o N 41c
ocb.o N 41e
ocb.o N 425
ocb.o N 437
ocb.o N 443
ocb.o N 44b
ocb.o N 454
ocb.o N 462
ocb.o N 46a
ocb.o N 475
ocb.o N 480
ocb.o N 48b
ocb.o N 490
ocb.o N 492
ocb.o N 49a
ocb.o N 4a4
ocb.o N 4ac
ocb.o N 4ae
ocb.o N 4b1
ocb.o N 4b4
ocb.o N 4b7
ocb.o N 4be
ocb.o N 4c2
ocb.o N 4c8
ocb.o N 4cc
ocb.o N 4cf
ocb.o N 4d6
ocb.o N 4d9
ocb.o N 4dd
ocb.o N 4e7
ocb.o N 4e9
ocb.o N 4f3
ocb.o N 4f7
ocb.o N 504
ocb.o N 507
ocb.o N 50e
ocb.o N f7
ocb.o ae_allocate T
ocb.o ae_clear T
ocb.o ae_ctx_sizeof T
ocb.o ae_decrypt T
ocb.o ae_encrypt T
ocb.o ae_free T
ocb.o ae_init T
ocb.o gen_offset T
ocb.o infoString D
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
ocb.o ae_allocate T
ocb.o ae_clear T
ocb.o ae_ctx_sizeof T
ocb.o ae_decrypt T
ocb.o ae_encrypt T
ocb.o ae_free T
ocb.o ae_init T
ocb.o gen_offset T
ocb.o infoString D
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
encrypt.o N 0
encrypt.o N 10a
encrypt.o N 117
encrypt.o N 119
encrypt.o N 11b
encrypt.o N 11d
encrypt.o N 12a
encrypt.o N 12e
encrypt.o N 138
encrypt.o N 13b
encrypt.o N 13e
encrypt.o N 143
encrypt.o N 14a
encrypt.o N 14c
encrypt.o N 14e
encrypt.o N 155
encrypt.o N 15d
encrypt.o N 164
encrypt.o N 178
encrypt.o N 17f
encrypt.o N 183
encrypt.o N 18e
encrypt.o N 196
encrypt.o N 19c
encrypt.o N 1a2
encrypt.o N 1aa
encrypt.o N 1b1
encrypt.o N 1b5
encrypt.o N 1be
encrypt.o N 1c0
encrypt.o N 1d4
encrypt.o N 1e8
encrypt.o N 1f4
encrypt.o N 200
encrypt.o N 20c
encrypt.o N 216
encrypt.o N 222
encrypt.o N 25
encrypt.o N 25f
encrypt.o N 29c
encrypt.o N 29e
encrypt.o N 2a0
encrypt.o N 2a7
encrypt.o N 2a9
encrypt.o N 2b9
encrypt.o N 2c9
encrypt.o N 2ce
encrypt.o N 2d2
encrypt.o N 2d8
encrypt.o N 2dc
encrypt.o N 2e4
encrypt.o N 2e8
encrypt.o N 2f
encrypt.o N 2f3
encrypt.o N 2fb
encrypt.o N 2fe
encrypt.o N 305
encrypt.o N 30f
encrypt.o N 318
encrypt.o N 320
encrypt.o N 327
encrypt.o N 32c
encrypt.o N 343
encrypt.o N 345
encrypt.o N 34a
encrypt.o N 34f
encrypt.o N 355
encrypt.o N 358
encrypt.o N fc
encrypt.o ocb_decrypt T
encrypt.o ocb_encrypt T
Number of similar (implementation,compiler) pairs: 2, 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) |
Namespace violations
encrypt.o N 0
encrypt.o N 109
encrypt.o N 11d
encrypt.o N 121
encrypt.o N 128
encrypt.o N 135
encrypt.o N 149
encrypt.o N 150
encrypt.o N 15b
encrypt.o N 16f
encrypt.o N 17b
encrypt.o N 187
encrypt.o N 193
encrypt.o N 19d
encrypt.o N 1a9
encrypt.o N 1e6
encrypt.o N 223
encrypt.o N 230
encrypt.o N 23a
encrypt.o N 23f
encrypt.o N 248
encrypt.o N 24a
encrypt.o N 24c
encrypt.o N 24e
encrypt.o N 25
encrypt.o N 250
encrypt.o N 257
encrypt.o N 259
encrypt.o N 260
encrypt.o N 270
encrypt.o N 278
encrypt.o N 288
encrypt.o N 28e
encrypt.o N 294
encrypt.o N 29c
encrypt.o N 2a0
encrypt.o N 2a7
encrypt.o N 2ac
encrypt.o N 2b0
encrypt.o N 2b6
encrypt.o N 2ba
encrypt.o N 2be
encrypt.o N 2c6
encrypt.o N 2ce
encrypt.o N 2d2
encrypt.o N 2dd
encrypt.o N 2e5
encrypt.o N 2e8
encrypt.o N 2ef
encrypt.o N 2f
encrypt.o N 2f9
encrypt.o N 2fb
encrypt.o N 304
encrypt.o N 30b
encrypt.o N 310
encrypt.o N 327
encrypt.o N 329
encrypt.o N 32e
encrypt.o N 333
encrypt.o N 339
encrypt.o N 33c
encrypt.o N 341
encrypt.o N 343
encrypt.o N 345
encrypt.o N 348
encrypt.o N 34b
encrypt.o N 353
encrypt.o N 35a
encrypt.o N fb
encrypt.o ocb_decrypt T
encrypt.o ocb_encrypt T
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 10a
encrypt.o N 117
encrypt.o N 119
encrypt.o N 11b
encrypt.o N 11d
encrypt.o N 12a
encrypt.o N 12e
encrypt.o N 138
encrypt.o N 13b
encrypt.o N 13e
encrypt.o N 143
encrypt.o N 14a
encrypt.o N 14c
encrypt.o N 14e
encrypt.o N 155
encrypt.o N 15d
encrypt.o N 164
encrypt.o N 178
encrypt.o N 17f
encrypt.o N 183
encrypt.o N 18e
encrypt.o N 196
encrypt.o N 19c
encrypt.o N 1a2
encrypt.o N 1aa
encrypt.o N 1b1
encrypt.o N 1b5
encrypt.o N 1c9
encrypt.o N 1dd
encrypt.o N 1e9
encrypt.o N 1f5
encrypt.o N 201
encrypt.o N 20b
encrypt.o N 217
encrypt.o N 25
encrypt.o N 254
encrypt.o N 291
encrypt.o N 29a
encrypt.o N 29c
encrypt.o N 29e
encrypt.o N 2a5
encrypt.o N 2a7
encrypt.o N 2b7
encrypt.o N 2c7
encrypt.o N 2cc
encrypt.o N 2d0
encrypt.o N 2d6
encrypt.o N 2da
encrypt.o N 2e2
encrypt.o N 2ea
encrypt.o N 2ee
encrypt.o N 2f
encrypt.o N 2f9
encrypt.o N 301
encrypt.o N 304
encrypt.o N 30b
encrypt.o N 315
encrypt.o N 31e
encrypt.o N 325
encrypt.o N 32a
encrypt.o N 341
encrypt.o N 343
encrypt.o N 348
encrypt.o N 34d
encrypt.o N 353
encrypt.o N 356
encrypt.o N 35b
encrypt.o N fc
encrypt.o ocb_decrypt T
encrypt.o ocb_encrypt T
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
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 109
encrypt.o N 116
encrypt.o N 118
encrypt.o N 11a
encrypt.o N 11c
encrypt.o N 129
encrypt.o N 12d
encrypt.o N 137
encrypt.o N 13a
encrypt.o N 13d
encrypt.o N 142
encrypt.o N 149
encrypt.o N 14b
encrypt.o N 14d
encrypt.o N 154
encrypt.o N 15c
encrypt.o N 163
encrypt.o N 177
encrypt.o N 17e
encrypt.o N 182
encrypt.o N 18d
encrypt.o N 195
encrypt.o N 19b
encrypt.o N 1a1
encrypt.o N 1a9
encrypt.o N 1b0
encrypt.o N 1b4
encrypt.o N 1bd
encrypt.o N 1bf
encrypt.o N 1d3
encrypt.o N 1e7
encrypt.o N 1f3
encrypt.o N 1ff
encrypt.o N 20b
encrypt.o N 215
encrypt.o N 221
encrypt.o N 25
encrypt.o N 25e
encrypt.o N 29b
encrypt.o N 29d
encrypt.o N 29f
encrypt.o N 2a1
encrypt.o N 2a8
encrypt.o N 2b8
encrypt.o N 2c8
encrypt.o N 2cd
encrypt.o N 2d1
encrypt.o N 2d7
encrypt.o N 2db
encrypt.o N 2e3
encrypt.o N 2e7
encrypt.o N 2f
encrypt.o N 2f2
encrypt.o N 2fa
encrypt.o N 2fd
encrypt.o N 304
encrypt.o N 30e
encrypt.o N 317
encrypt.o N 31f
encrypt.o N 326
encrypt.o N 32b
encrypt.o N 342
encrypt.o N 344
encrypt.o N 349
encrypt.o N 34e
encrypt.o N 354
encrypt.o N 357
encrypt.o N fb
encrypt.o ocb_decrypt T
encrypt.o ocb_encrypt T
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) |
Namespace violations
encrypt.o ocb_decrypt T
encrypt.o ocb_encrypt T
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |