Test results for armeabi, berry0, crypto_aead/kiasueq128v1
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/kiasueq128v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: kiasueq128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1242234 | 28748 0 0 | 43295 356 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1307074 | 29412 0 0 | 44660 384 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1310429 | 28668 0 0 | 45884 384 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1320978 | 29400 0 0 | 44632 384 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1325727 | 24056 0 0 | 36951 356 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1335660 | 23508 0 0 | 38826 380 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1499943 | 22520 0 0 | 34631 348 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1793242 | 22896 0 0 | 38258 380 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1882085 | 22740 0 0 | 35574 352 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
Compiler output
kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: void printBlock(block B) {
kiasu.c: ^
kiasu.c: kiasu.c:262:14: error: expected expression
kiasu.c: *(block *)tag=B;
kiasu.c: ^
kiasu.c: kiasu.c:262:7: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c: *(block *)tag=B;
kiasu.c: ^~~~~
kiasu.c: lockf
kiasu.c: /usr/include/unistd.h:1079:12: note: 'lockf' declared here
kiasu.c: extern int lockf (int __fd, int __cmd, __off_t __len) __wur;
kiasu.c: ^
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c: ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: ^
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c: ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: ^
kiasu.c: kiasu.c:338:17: error: expected expression
kiasu.c: adp=(block *)M1;
kiasu.c: ^
kiasu.c: kiasu.c:338:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c: adp=(block *)M1;
kiasu.c: ^~~~~
kiasu.c: ...
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
T:bitslice | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:bitslice | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:bitslice | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:bitslice | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:bitslice | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
kiasu.c: kiasu.c:259:17: error: unknown type name 'block'
kiasu.c: 259 | void printBlock(block B) {
kiasu.c: | ^~~~~
kiasu.c: kiasu.c: In function 'XLS':
kiasu.c: kiasu.c:324:15: error: unknown type name 'block'
kiasu.c: 324 | ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:326:21: error: unknown type name 'block'
kiasu.c: 326 | ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:338:10: error: 'block' undeclared (first use in this function)
kiasu.c: 338 | adp=(block *)M1;
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:338:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:338:17: error: expected expression before ')' token
kiasu.c: 338 | adp=(block *)M1;
kiasu.c: | ^
kiasu.c: kiasu.c:368:17: error: expected expression before ')' token
kiasu.c: 368 | adp=(block *)Xp1;
kiasu.c: | ^
kiasu.c: kiasu.c:399:17: error: expected expression before ')' token
kiasu.c: 399 | adp=(block *)Yp1;
kiasu.c: | ^
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:443:15: error: unknown type name 'block'
kiasu.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:bitslice | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:bitslice | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:bitslice | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
T:bitslice | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Compiler output
kiasu.c: In file included from kiasu.c:26:
kiasu.c: In file included from /usr/lib/llvm-11/lib/clang/11.0.1/include/xmmintrin.h:13:
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_packsswb((__v4hi)__m1, (__v4hi)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_packssdw((__v2si)__m1, (__v2si)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_packuswb((__v4hi)__m1, (__v4hi)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_punpckhbw((__v8qi)__m1, (__v8qi)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_punpckhwd((__v4hi)__m1, (__v4hi)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_punpckhdq((__v2si)__m1, (__v2si)__m2);
kiasu.c: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kiasu.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
kiasu.c: return (__m64)__builtin_ia32_punpcklbw((__v8qi)__m1, (__v8qi)__m2);
kiasu.c: ...
Number of similar (implementation,compiler) pairs: 5, 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) |
T:opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
T:opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Compiler output
kiasu.c: kiasu.c:26:10: fatal error: xmmintrin.h: No such file or directory
kiasu.c: 26 | #include <xmmintrin.h> /* SSE instructions and _mm_malloc */
kiasu.c: | ^~~~~~~~~~~~~
kiasu.c: compilation terminated.
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) |
Compiler output
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:59:23: warning: 'tweak' is used uninitialized in this function [-Wuninitialized]
kiasu.c: 59 | tweak[0] = (tweak[0]&0xf0) ^ nonce[0] >> 4;
kiasu.c: | ~~~~~^~~
kiasu.c: kiasu.c: In function 'kiasu_aead_decrypt':
kiasu.c: kiasu.c:59:23: warning: 'tweak' is used uninitialized in this function [-Wuninitialized]
kiasu.c: 59 | tweak[0] = (tweak[0]&0xf0) ^ nonce[0] >> 4;
kiasu.c: | ~~~~~^~~
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
encrypt.o N 0
encrypt.o N 104
encrypt.o N 117
encrypt.o N 125
encrypt.o N 138
encrypt.o N 13c
encrypt.o N 16d
encrypt.o N 19e
encrypt.o N 1a0
encrypt.o N 1a5
encrypt.o N 1bc
encrypt.o N 1be
encrypt.o N 1c5
encrypt.o N 1c7
encrypt.o N 1cc
encrypt.o N 1d1
encrypt.o N 1d7
encrypt.o N 1da
encrypt.o N 1df
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f0
encrypt.o N fd
kiasu.o N 0
kiasu.o N 108
kiasu.o N 10e
kiasu.o N 11c
kiasu.o N 126
kiasu.o N 12e
kiasu.o N 137
kiasu.o N 144
kiasu.o N 14f
kiasu.o N 158
kiasu.o N 16b
kiasu.o N 171
kiasu.o N 175
kiasu.o N 177
kiasu.o N 179
kiasu.o N 17b
kiasu.o N 180
kiasu.o N 185
kiasu.o N 187
kiasu.o N 19b
kiasu.o N 1a0
kiasu.o N 1a2
kiasu.o N 1b2
kiasu.o N 1c2
kiasu.o N 1d5
kiasu.o N 1db
kiasu.o N 1e6
kiasu.o N 1e9
kiasu.o N 1ec
kiasu.o N 1f0
kiasu.o N 202
kiasu.o N 209
kiasu.o N 211
kiasu.o N 215
kiasu.o N 228
kiasu.o N 23b
kiasu.o N 23e
kiasu.o N 241
kiasu.o N 244
kiasu.o N 249
kiasu.o N 24d
kiasu.o N 25
kiasu.o N 253
kiasu.o N 258
kiasu.o N 25b
kiasu.o N 25f
kiasu.o N 262
kiasu.o N 267
kiasu.o N 26b
kiasu.o N 271
kiasu.o N 276
kiasu.o N 27a
kiasu.o N 27d
kiasu.o N 280
kiasu.o N 289
kiasu.o N 290
kiasu.o N 292
kiasu.o N 296
kiasu.o N 29b
kiasu.o N 2a6
kiasu.o N 2af
kiasu.o N 2b5
kiasu.o N 2ba
kiasu.o N 2c1
kiasu.o N 2c7
kiasu.o N 2ce
kiasu.o N 2d
kiasu.o N 2d7
kiasu.o N 2e4
kiasu.o N 2ea
kiasu.o N 2f0
kiasu.o N 2fb
kiasu.o N ee
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o N 0
tweakable_aes.o N 108
tweakable_aes.o N 113
tweakable_aes.o N 11c
tweakable_aes.o N 130
tweakable_aes.o N 134
tweakable_aes.o N 138
tweakable_aes.o N 13c
tweakable_aes.o N 140
tweakable_aes.o N 144
tweakable_aes.o N 148
tweakable_aes.o N 14c
tweakable_aes.o N 150
tweakable_aes.o N 154
tweakable_aes.o N 158
tweakable_aes.o N 166
tweakable_aes.o N 170
tweakable_aes.o N 178
tweakable_aes.o N 187
tweakable_aes.o N 18b
tweakable_aes.o N 18e
tweakable_aes.o N 198
tweakable_aes.o N 19a
tweakable_aes.o N 19c
tweakable_aes.o N 19f
tweakable_aes.o N 1a4
tweakable_aes.o N 1b4
tweakable_aes.o N 1c3
tweakable_aes.o N 1d3
tweakable_aes.o N 1d6
tweakable_aes.o N 1da
tweakable_aes.o N 1e0
tweakable_aes.o N 1e3
tweakable_aes.o N 1ea
tweakable_aes.o N 1ed
tweakable_aes.o N 1f0
tweakable_aes.o N 1f3
tweakable_aes.o N 1f6
tweakable_aes.o N 1f9
tweakable_aes.o N 1fc
tweakable_aes.o N 1ff
tweakable_aes.o N 202
tweakable_aes.o N 25
tweakable_aes.o N 35
tweakable_aes.o N f6
tweakable_aes.o N fb
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt 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 103
encrypt.o N 116
encrypt.o N 124
encrypt.o N 137
encrypt.o N 13b
encrypt.o N 16c
encrypt.o N 19d
encrypt.o N 19f
encrypt.o N 1a4
encrypt.o N 1bb
encrypt.o N 1bd
encrypt.o N 1c4
encrypt.o N 1c6
encrypt.o N 1cb
encrypt.o N 1d0
encrypt.o N 1d6
encrypt.o N 1d9
encrypt.o N 1de
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ef
encrypt.o N fc
kiasu.o N 0
kiasu.o N 10b
kiasu.o N 11b
kiasu.o N 12e
kiasu.o N 148
kiasu.o N 15b
kiasu.o N 15f
kiasu.o N 171
kiasu.o N 17e
kiasu.o N 185
kiasu.o N 189
kiasu.o N 19c
kiasu.o N 1a7
kiasu.o N 1ba
kiasu.o N 1be
kiasu.o N 1c4
kiasu.o N 1ce
kiasu.o N 1d6
kiasu.o N 1dc
kiasu.o N 1e5
kiasu.o N 1f0
kiasu.o N 1f9
kiasu.o N 1ff
kiasu.o N 201
kiasu.o N 215
kiasu.o N 21a
kiasu.o N 21c
kiasu.o N 21e
kiasu.o N 220
kiasu.o N 225
kiasu.o N 22a
kiasu.o N 22c
kiasu.o N 234
kiasu.o N 237
kiasu.o N 23a
kiasu.o N 23d
kiasu.o N 242
kiasu.o N 246
kiasu.o N 24c
kiasu.o N 25
kiasu.o N 251
kiasu.o N 254
kiasu.o N 258
kiasu.o N 25b
kiasu.o N 260
kiasu.o N 264
kiasu.o N 26a
kiasu.o N 26f
kiasu.o N 273
kiasu.o N 276
kiasu.o N 279
kiasu.o N 282
kiasu.o N 289
kiasu.o N 28b
kiasu.o N 28f
kiasu.o N 294
kiasu.o N 29f
kiasu.o N 2a8
kiasu.o N 2ae
kiasu.o N 2b3
kiasu.o N 2ba
kiasu.o N 2c0
kiasu.o N 2c7
kiasu.o N 2d
kiasu.o N 2d0
kiasu.o N 2dd
kiasu.o N 2e3
kiasu.o N 2e9
kiasu.o N 2f4
kiasu.o N 2f7
kiasu.o N 2fa
kiasu.o N ed
kiasu.o N fd
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o N 0
tweakable_aes.o N 107
tweakable_aes.o N 112
tweakable_aes.o N 11b
tweakable_aes.o N 12f
tweakable_aes.o N 133
tweakable_aes.o N 137
tweakable_aes.o N 13b
tweakable_aes.o N 13f
tweakable_aes.o N 143
tweakable_aes.o N 147
tweakable_aes.o N 14b
tweakable_aes.o N 14f
tweakable_aes.o N 153
tweakable_aes.o N 157
tweakable_aes.o N 165
tweakable_aes.o N 16f
tweakable_aes.o N 177
tweakable_aes.o N 187
tweakable_aes.o N 196
tweakable_aes.o N 19a
tweakable_aes.o N 1aa
tweakable_aes.o N 1b9
tweakable_aes.o N 1bc
tweakable_aes.o N 1bf
tweakable_aes.o N 1c3
tweakable_aes.o N 1c9
tweakable_aes.o N 1cc
tweakable_aes.o N 1d3
tweakable_aes.o N 1d6
tweakable_aes.o N 1d9
tweakable_aes.o N 1dc
tweakable_aes.o N 1df
tweakable_aes.o N 1e2
tweakable_aes.o N 1e5
tweakable_aes.o N 1e8
tweakable_aes.o N 1eb
tweakable_aes.o N 1f5
tweakable_aes.o N 1f7
tweakable_aes.o N 1fc
tweakable_aes.o N 208
tweakable_aes.o N 20a
tweakable_aes.o N 25
tweakable_aes.o N 35
tweakable_aes.o N f5
tweakable_aes.o N fa
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt 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 104
encrypt.o N 117
encrypt.o N 125
encrypt.o N 138
encrypt.o N 13c
encrypt.o N 16d
encrypt.o N 19e
encrypt.o N 1a0
encrypt.o N 1a5
encrypt.o N 1bc
encrypt.o N 1be
encrypt.o N 1c5
encrypt.o N 1c7
encrypt.o N 1cc
encrypt.o N 1d1
encrypt.o N 1d7
encrypt.o N 1da
encrypt.o N 1df
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f0
encrypt.o N fd
kiasu.o N 0
kiasu.o N 108
kiasu.o N 10e
kiasu.o N 11c
kiasu.o N 126
kiasu.o N 12e
kiasu.o N 137
kiasu.o N 144
kiasu.o N 14f
kiasu.o N 158
kiasu.o N 16b
kiasu.o N 171
kiasu.o N 181
kiasu.o N 191
kiasu.o N 1a4
kiasu.o N 1aa
kiasu.o N 1b5
kiasu.o N 1b8
kiasu.o N 1bb
kiasu.o N 1bd
kiasu.o N 1c1
kiasu.o N 1d3
kiasu.o N 1da
kiasu.o N 1e2
kiasu.o N 1e6
kiasu.o N 1ea
kiasu.o N 1fd
kiasu.o N 210
kiasu.o N 212
kiasu.o N 226
kiasu.o N 22b
kiasu.o N 22d
kiasu.o N 22f
kiasu.o N 231
kiasu.o N 236
kiasu.o N 23b
kiasu.o N 23e
kiasu.o N 241
kiasu.o N 244
kiasu.o N 249
kiasu.o N 24d
kiasu.o N 25
kiasu.o N 253
kiasu.o N 258
kiasu.o N 25b
kiasu.o N 25f
kiasu.o N 262
kiasu.o N 267
kiasu.o N 26b
kiasu.o N 271
kiasu.o N 276
kiasu.o N 27a
kiasu.o N 27d
kiasu.o N 280
kiasu.o N 289
kiasu.o N 290
kiasu.o N 292
kiasu.o N 296
kiasu.o N 29b
kiasu.o N 2a6
kiasu.o N 2af
kiasu.o N 2b5
kiasu.o N 2ba
kiasu.o N 2c1
kiasu.o N 2c7
kiasu.o N 2ce
kiasu.o N 2d
kiasu.o N 2d7
kiasu.o N 2e4
kiasu.o N 2ea
kiasu.o N 2f0
kiasu.o N 2fb
kiasu.o N ee
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o N 0
tweakable_aes.o N 108
tweakable_aes.o N 113
tweakable_aes.o N 11c
tweakable_aes.o N 130
tweakable_aes.o N 134
tweakable_aes.o N 138
tweakable_aes.o N 13c
tweakable_aes.o N 140
tweakable_aes.o N 144
tweakable_aes.o N 148
tweakable_aes.o N 14c
tweakable_aes.o N 150
tweakable_aes.o N 154
tweakable_aes.o N 158
tweakable_aes.o N 166
tweakable_aes.o N 170
tweakable_aes.o N 178
tweakable_aes.o N 187
tweakable_aes.o N 18b
tweakable_aes.o N 18e
tweakable_aes.o N 198
tweakable_aes.o N 19a
tweakable_aes.o N 19c
tweakable_aes.o N 19f
tweakable_aes.o N 1a4
tweakable_aes.o N 1b4
tweakable_aes.o N 1c3
tweakable_aes.o N 1d3
tweakable_aes.o N 1d6
tweakable_aes.o N 1da
tweakable_aes.o N 1e0
tweakable_aes.o N 1e3
tweakable_aes.o N 1ea
tweakable_aes.o N 1ed
tweakable_aes.o N 1f0
tweakable_aes.o N 1f3
tweakable_aes.o N 1f6
tweakable_aes.o N 1f9
tweakable_aes.o N 1fc
tweakable_aes.o N 1ff
tweakable_aes.o N 202
tweakable_aes.o N 25
tweakable_aes.o N 35
tweakable_aes.o N f6
tweakable_aes.o N fb
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt 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 103
encrypt.o N 116
encrypt.o N 124
encrypt.o N 137
encrypt.o N 13b
encrypt.o N 16c
encrypt.o N 19d
encrypt.o N 19f
encrypt.o N 1a4
encrypt.o N 1bb
encrypt.o N 1bd
encrypt.o N 1c4
encrypt.o N 1c6
encrypt.o N 1cb
encrypt.o N 1d0
encrypt.o N 1d6
encrypt.o N 1d9
encrypt.o N 1de
encrypt.o N 25
encrypt.o N 2f
encrypt.o N ef
encrypt.o N fc
kiasu.o N 0
kiasu.o N 107
kiasu.o N 10d
kiasu.o N 11b
kiasu.o N 125
kiasu.o N 12d
kiasu.o N 136
kiasu.o N 143
kiasu.o N 14e
kiasu.o N 157
kiasu.o N 16a
kiasu.o N 170
kiasu.o N 174
kiasu.o N 176
kiasu.o N 178
kiasu.o N 17a
kiasu.o N 17f
kiasu.o N 184
kiasu.o N 186
kiasu.o N 19a
kiasu.o N 19f
kiasu.o N 1a1
kiasu.o N 1b1
kiasu.o N 1c1
kiasu.o N 1d4
kiasu.o N 1da
kiasu.o N 1e5
kiasu.o N 1e8
kiasu.o N 1eb
kiasu.o N 1ef
kiasu.o N 201
kiasu.o N 208
kiasu.o N 210
kiasu.o N 214
kiasu.o N 227
kiasu.o N 23a
kiasu.o N 23d
kiasu.o N 240
kiasu.o N 243
kiasu.o N 248
kiasu.o N 24c
kiasu.o N 25
kiasu.o N 252
kiasu.o N 257
kiasu.o N 25a
kiasu.o N 25e
kiasu.o N 261
kiasu.o N 266
kiasu.o N 26a
kiasu.o N 270
kiasu.o N 275
kiasu.o N 279
kiasu.o N 27c
kiasu.o N 27f
kiasu.o N 288
kiasu.o N 28f
kiasu.o N 291
kiasu.o N 295
kiasu.o N 29a
kiasu.o N 2a5
kiasu.o N 2ae
kiasu.o N 2b4
kiasu.o N 2b9
kiasu.o N 2c0
kiasu.o N 2c6
kiasu.o N 2cd
kiasu.o N 2d
kiasu.o N 2d6
kiasu.o N 2e3
kiasu.o N 2e9
kiasu.o N 2ef
kiasu.o N 2fa
kiasu.o N ed
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o N 0
tweakable_aes.o N 107
tweakable_aes.o N 112
tweakable_aes.o N 11b
tweakable_aes.o N 12f
tweakable_aes.o N 133
tweakable_aes.o N 137
tweakable_aes.o N 13b
tweakable_aes.o N 13f
tweakable_aes.o N 143
tweakable_aes.o N 147
tweakable_aes.o N 14b
tweakable_aes.o N 14f
tweakable_aes.o N 153
tweakable_aes.o N 157
tweakable_aes.o N 165
tweakable_aes.o N 16f
tweakable_aes.o N 177
tweakable_aes.o N 186
tweakable_aes.o N 18a
tweakable_aes.o N 18d
tweakable_aes.o N 197
tweakable_aes.o N 199
tweakable_aes.o N 19b
tweakable_aes.o N 19e
tweakable_aes.o N 1a3
tweakable_aes.o N 1b3
tweakable_aes.o N 1c2
tweakable_aes.o N 1d2
tweakable_aes.o N 1d5
tweakable_aes.o N 1d9
tweakable_aes.o N 1df
tweakable_aes.o N 1e2
tweakable_aes.o N 1e9
tweakable_aes.o N 1ec
tweakable_aes.o N 1ef
tweakable_aes.o N 1f2
tweakable_aes.o N 1f5
tweakable_aes.o N 1f8
tweakable_aes.o N 1fb
tweakable_aes.o N 1fe
tweakable_aes.o N 201
tweakable_aes.o N 25
tweakable_aes.o N 35
tweakable_aes.o N f5
tweakable_aes.o N fa
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt 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
kiasu.o XLS T
kiasu.o getUnpaddedLength T
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
kiasu.o mix T
kiasu.o set_block_number_in_tweak T
kiasu.o set_nonce_in_tweak T
kiasu.o set_stage_in_tweak T
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt 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) |