Test results for armeabi, berry0, crypto_aead/kiasuneq128v1
[Page version: 20250206 00:27:24]
Measurements for armeabi, berry0, crypto_aead
Test results for armeabi, berry0, crypto_aead
Test results for crypto_aead/kiasuneq128v1
Computer: berry0
Microarchitecture: armeabi; ARM1176 (410fb767)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_aead
Primitive: kiasuneq128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
801209 | 24300 0 0 | 38323 356 816 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
835636 | 24484 0 0 | 41748 384 816 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
838799 | 25216 0 0 | 40496 384 824 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
839632 | 25296 0 0 | 40592 384 824 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
841725 | 22044 0 0 | 34415 356 816 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
862945 | 21396 0 0 | 36766 380 816 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
957973 | 20772 0 0 | 32363 348 816 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1158019 | 21140 0 0 | 36530 380 816 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
1183182 | 20912 0 0 | 33271 356 816 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241008 | 20240909 |
Compiler output
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Auth; /* Auth value during the mode */
kiasu.c: ^
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block Checksum; /* Checksum on the plaintext blocks */
kiasu.c: ^
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block PaddedBlock; /* Padded blocks if needed, otherwise the zero bock */
kiasu.c: ^
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c: ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: ^
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c: ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: ^
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c: ALIGN(16) __m128i tmpblock;
kiasu.c: ^
kiasu.c: kiasu.c:271:17: error: expected expression
kiasu.c: adp = (block *)ad;
kiasu.c: ^
kiasu.c: kiasu.c:271:10: error: use of undeclared identifier 'block'; did you mean 'lockf'?
kiasu.c: adp = (block *)ad;
kiasu.c: ^~~~~
kiasu.c: lockf
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: In function 'kiasu_aead_encrypt':
kiasu.c: kiasu.c:256:13: error: unknown type name 'block'
kiasu.c: 256 | ALIGN(16) block Auth; /* Auth value during the mode */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:257:13: error: unknown type name 'block'
kiasu.c: 257 | ALIGN(16) block Checksum; /* Checksum on the plaintext blocks */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:258:13: error: unknown type name 'block'
kiasu.c: 258 | ALIGN(16) block PaddedBlock; /* Padded blocks if needed, otherwise the zero bock */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:259:13: error: unknown type name 'block'
kiasu.c: 259 | ALIGN(16) block ta[BPI]; /* 8 blocks for parallel processing */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:260:19: error: unknown type name 'block'
kiasu.c: 260 | ALIGN(16) const block* adp; /* Pointer to the blocks to process */
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:262:13: error: unknown type name '__m128i'
kiasu.c: 262 | ALIGN(16) __m128i tmpblock;
kiasu.c: | ^~~~~~~
kiasu.c: kiasu.c:271:10: error: 'block' undeclared (first use in this function)
kiasu.c: 271 | adp = (block *)ad;
kiasu.c: | ^~~~~
kiasu.c: kiasu.c:271:10: note: each undeclared identifier is reported only once for each function it appears in
kiasu.c: kiasu.c:271:17: error: expected expression before ')' token
kiasu.c: 271 | adp = (block *)ad;
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
encrypt.c: encrypt.c:70:12: warning: unused variable 'outlen' [-Wunused-variable]
encrypt.c: size_t outlen = 0;
encrypt.c: ^
encrypt.c: 1 warning generated.
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
encrypt.c: encrypt.c: In function 'crypto_aead_kiasuneq128v1_opt_timingleaks_decrypt':
encrypt.c: encrypt.c:70:12: warning: unused variable 'outlen' [-Wunused-variable]
encrypt.c: 70 | size_t outlen = 0;
encrypt.c: | ^~~~~~
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_decrypt':
kiasu.c: kiasu.c:53:21: warning: 'tweak' is used uninitialized in this function [-Wuninitialized]
kiasu.c: 53 | tweak[0]= (tweak[0]&0xe0) ^ (nonce[0] >> 3);
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 105
encrypt.o N 118
encrypt.o N 126
encrypt.o N 139
encrypt.o N 13d
encrypt.o N 16f
encrypt.o N 1a1
encrypt.o N 1a3
encrypt.o N 1a8
encrypt.o N 1bf
encrypt.o N 1c1
encrypt.o N 1c8
encrypt.o N 1ca
encrypt.o N 1cf
encrypt.o N 1d4
encrypt.o N 1da
encrypt.o N 1dd
encrypt.o N 1e2
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f1
encrypt.o N fe
kiasu.o N 0
kiasu.o N 102
kiasu.o N 108
kiasu.o N 116
kiasu.o N 120
kiasu.o N 128
kiasu.o N 12e
kiasu.o N 141
kiasu.o N 147
kiasu.o N 161
kiasu.o N 16a
kiasu.o N 177
kiasu.o N 182
kiasu.o N 18b
kiasu.o N 196
kiasu.o N 199
kiasu.o N 19c
kiasu.o N 19e
kiasu.o N 1a2
kiasu.o N 1b2
kiasu.o N 1c2
kiasu.o N 1d5
kiasu.o N 1e8
kiasu.o N 1ed
kiasu.o N 201
kiasu.o N 20c
kiasu.o N 215
kiasu.o N 21b
kiasu.o N 226
kiasu.o N 22a
kiasu.o N 22f
kiasu.o N 238
kiasu.o N 245
kiasu.o N 24c
kiasu.o N 25
kiasu.o N 254
kiasu.o N 25a
kiasu.o N 260
kiasu.o N 26b
kiasu.o N 26f
kiasu.o N 271
kiasu.o N 2d
kiasu.o N ef
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
tweakable_aes.o N 0
tweakable_aes.o N 109
tweakable_aes.o N 114
tweakable_aes.o N 11d
tweakable_aes.o N 131
tweakable_aes.o N 135
tweakable_aes.o N 139
tweakable_aes.o N 13d
tweakable_aes.o N 141
tweakable_aes.o N 145
tweakable_aes.o N 149
tweakable_aes.o N 14d
tweakable_aes.o N 151
tweakable_aes.o N 155
tweakable_aes.o N 159
tweakable_aes.o N 167
tweakable_aes.o N 171
tweakable_aes.o N 179
tweakable_aes.o N 188
tweakable_aes.o N 18c
tweakable_aes.o N 18f
tweakable_aes.o N 199
tweakable_aes.o N 19b
tweakable_aes.o N 19d
tweakable_aes.o N 1a0
tweakable_aes.o N 1a5
tweakable_aes.o N 1b5
tweakable_aes.o N 1c4
tweakable_aes.o N 1d4
tweakable_aes.o N 1d7
tweakable_aes.o N 1db
tweakable_aes.o N 1e1
tweakable_aes.o N 1e4
tweakable_aes.o N 1eb
tweakable_aes.o N 1ee
tweakable_aes.o N 1f1
tweakable_aes.o N 1f4
tweakable_aes.o N 1f7
tweakable_aes.o N 1fa
tweakable_aes.o N 1fd
tweakable_aes.o N 200
tweakable_aes.o N 203
tweakable_aes.o N 25
tweakable_aes.o N 35
tweakable_aes.o N f7
tweakable_aes.o N fc
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt T
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 104
encrypt.o N 117
encrypt.o N 125
encrypt.o N 138
encrypt.o N 13c
encrypt.o N 16e
encrypt.o N 1a0
encrypt.o N 1a2
encrypt.o N 1a7
encrypt.o N 1be
encrypt.o N 1c0
encrypt.o N 1c7
encrypt.o N 1c9
encrypt.o N 1ce
encrypt.o N 1d3
encrypt.o N 1d9
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f0
encrypt.o N fd
kiasu.o N 0
kiasu.o N 10c
kiasu.o N 11c
kiasu.o N 12f
kiasu.o N 142
kiasu.o N 155
kiasu.o N 16f
kiasu.o N 17a
kiasu.o N 18d
kiasu.o N 191
kiasu.o N 196
kiasu.o N 1a0
kiasu.o N 1a8
kiasu.o N 1bc
kiasu.o N 1c7
kiasu.o N 1d0
kiasu.o N 1d6
kiasu.o N 1e1
kiasu.o N 1e5
kiasu.o N 1ea
kiasu.o N 1f3
kiasu.o N 200
kiasu.o N 20d
kiasu.o N 214
kiasu.o N 21c
kiasu.o N 222
kiasu.o N 228
kiasu.o N 22e
kiasu.o N 239
kiasu.o N 23f
kiasu.o N 243
kiasu.o N 245
kiasu.o N 25
kiasu.o N 250
kiasu.o N 259
kiasu.o N 25b
kiasu.o N 261
kiasu.o N 26a
kiasu.o N 26d
kiasu.o N 270
kiasu.o N 2d
kiasu.o N ee
kiasu.o N fe
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt 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 188
tweakable_aes.o N 197
tweakable_aes.o N 19b
tweakable_aes.o N 1ab
tweakable_aes.o N 1ba
tweakable_aes.o N 1bd
tweakable_aes.o N 1c0
tweakable_aes.o N 1c4
tweakable_aes.o N 1ca
tweakable_aes.o N 1cd
tweakable_aes.o N 1d4
tweakable_aes.o N 1d7
tweakable_aes.o N 1da
tweakable_aes.o N 1dd
tweakable_aes.o N 1e0
tweakable_aes.o N 1e3
tweakable_aes.o N 1e6
tweakable_aes.o N 1e9
tweakable_aes.o N 1ec
tweakable_aes.o N 1f6
tweakable_aes.o N 1f8
tweakable_aes.o N 1fd
tweakable_aes.o N 209
tweakable_aes.o N 20b
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 -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 16e
encrypt.o N 1a0
encrypt.o N 1a2
encrypt.o N 1a7
encrypt.o N 1be
encrypt.o N 1c0
encrypt.o N 1c7
encrypt.o N 1c9
encrypt.o N 1ce
encrypt.o N 1d3
encrypt.o N 1d9
encrypt.o N 1dc
encrypt.o N 1e1
encrypt.o N 25
encrypt.o N 2f
encrypt.o N f0
encrypt.o N fd
kiasu.o N 0
kiasu.o N 101
kiasu.o N 107
kiasu.o N 115
kiasu.o N 11f
kiasu.o N 127
kiasu.o N 12d
kiasu.o N 140
kiasu.o N 146
kiasu.o N 160
kiasu.o N 169
kiasu.o N 176
kiasu.o N 181
kiasu.o N 18a
kiasu.o N 195
kiasu.o N 198
kiasu.o N 19b
kiasu.o N 19d
kiasu.o N 1a1
kiasu.o N 1b1
kiasu.o N 1c1
kiasu.o N 1d4
kiasu.o N 1e7
kiasu.o N 1ec
kiasu.o N 200
kiasu.o N 20b
kiasu.o N 214
kiasu.o N 21a
kiasu.o N 225
kiasu.o N 229
kiasu.o N 22e
kiasu.o N 237
kiasu.o N 244
kiasu.o N 24b
kiasu.o N 25
kiasu.o N 253
kiasu.o N 259
kiasu.o N 25f
kiasu.o N 26a
kiasu.o N 26e
kiasu.o N 270
kiasu.o N 2d
kiasu.o N ee
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt 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 -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Raspbian_Clang_11.0.1) |
Namespace violations
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt 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) |