Test results for armeabi, bblack, crypto_aead/kiasuneq128v1
[Page version: 20241101 10:17:42]
Measurements for armeabi, bblack, crypto_aead
Test results for armeabi, bblack, crypto_aead
Test results for crypto_aead/kiasuneq128v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: kiasuneq128v1
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
422520 | 21852 0 0 | 32830 460 776 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
466808 | 21236 0 0 | 45599 412 792 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
479184 | 20128 0 0 | 30082 460 776 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
483104 | 23732 0 0 | 40319 412 776 | T:ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
483144 | 23732 0 0 | 40319 412 776 | T:ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
486808 | 24492 0 0 | 40079 412 784 | T:ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
502104 | 20668 0 0 | 35561 408 776 | T:ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
587104 | 18180 0 0 | 27878 452 776 | T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
750048 | 18376 0 0 | 28442 460 776 | T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20240809 | 20240716 |
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:bitslice | 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:bitslice | 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:bitslice | 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:bitslice | 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
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
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:10: error: 'block' undeclared (first use in this function); did you mean 'lockf'?
kiasu.c: adp = (block *)ad;
kiasu.c: ^~~~~
kiasu.c: lockf
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: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:bitslice | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:bitslice | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:bitslice | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:bitslice | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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-7/lib/clang/7.0.1/include/xmmintrin.h:27:
kiasu.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/mmintrin.h:64: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-7/lib/clang/7.0.1/include/mmintrin.h:143: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-7/lib/clang/7.0.1/include/mmintrin.h:173: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-7/lib/clang/7.0.1/include/mmintrin.h:203: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-7/lib/clang/7.0.1/include/mmintrin.h:230: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-7/lib/clang/7.0.1/include/mmintrin.h:253: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-7/lib/clang/7.0.1/include/mmintrin.h:274: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-7/lib/clang/7.0.1/include/mmintrin.h:301: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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:opt | 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:opt | 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:opt | 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:opt | 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
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: size_t outlen = 0;
encrypt.c: ^~~~~~
kiasu.c: kiasu.c:26:10: fatal error: xmmintrin.h: No such file or directory
kiasu.c: #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 (8.3.0) |
T:opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
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: 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 (8.3.0) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010b
encrypt.o N 00000118
encrypt.o N 0000011f
encrypt.o N 00000151
encrypt.o N 00000155
encrypt.o N 00000187
encrypt.o N 00000189
encrypt.o N 00000197
encrypt.o N 0000019c
encrypt.o N 000001b3
encrypt.o N 000001b5
encrypt.o N 000001bc
encrypt.o N 000001be
encrypt.o N 000001c3
encrypt.o N 000001c8
encrypt.o N 000001ce
encrypt.o N 000001d1
encrypt.o N 000001d6
kiasu.o N 00000000
kiasu.o N 00000037
kiasu.o N 0000003f
kiasu.o N 00000109
kiasu.o N 0000011c
kiasu.o N 00000122
kiasu.o N 00000130
kiasu.o N 0000013a
kiasu.o N 00000142
kiasu.o N 00000148
kiasu.o N 0000015b
kiasu.o N 00000161
kiasu.o N 0000017b
kiasu.o N 00000184
kiasu.o N 00000191
kiasu.o N 0000019c
kiasu.o N 000001a5
kiasu.o N 000001b0
kiasu.o N 000001b3
kiasu.o N 000001b6
kiasu.o N 000001b8
kiasu.o N 000001bc
kiasu.o N 000001cf
kiasu.o N 000001e2
kiasu.o N 000001e7
kiasu.o N 000001fb
kiasu.o N 00000206
kiasu.o N 0000020f
kiasu.o N 00000215
kiasu.o N 00000220
kiasu.o N 00000224
kiasu.o N 00000229
kiasu.o N 00000232
kiasu.o N 0000023f
kiasu.o N 00000246
kiasu.o N 0000024e
kiasu.o N 00000254
kiasu.o N 0000025a
kiasu.o N 00000265
kiasu.o N 00000269
kiasu.o N 0000026b
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
tweakable_aes.o N 00000000
tweakable_aes.o N 00000037
tweakable_aes.o N 00000047
tweakable_aes.o N 00000111
tweakable_aes.o N 00000116
tweakable_aes.o N 00000123
tweakable_aes.o N 0000012e
tweakable_aes.o N 00000137
tweakable_aes.o N 0000014b
tweakable_aes.o N 0000014f
tweakable_aes.o N 00000153
tweakable_aes.o N 00000157
tweakable_aes.o N 0000015b
tweakable_aes.o N 0000015f
tweakable_aes.o N 00000163
tweakable_aes.o N 00000167
tweakable_aes.o N 0000016b
tweakable_aes.o N 0000016f
tweakable_aes.o N 00000173
tweakable_aes.o N 00000181
tweakable_aes.o N 0000018b
tweakable_aes.o N 00000193
tweakable_aes.o N 000001a2
tweakable_aes.o N 000001a6
tweakable_aes.o N 000001a9
tweakable_aes.o N 000001b3
tweakable_aes.o N 000001b5
tweakable_aes.o N 000001b7
tweakable_aes.o N 000001ba
tweakable_aes.o N 000001bf
tweakable_aes.o N 000001cf
tweakable_aes.o N 000001de
tweakable_aes.o N 000001ee
tweakable_aes.o N 000001f1
tweakable_aes.o N 000001f5
tweakable_aes.o N 000001fb
tweakable_aes.o N 000001fe
tweakable_aes.o N 00000205
tweakable_aes.o N 00000208
tweakable_aes.o N 0000020b
tweakable_aes.o N 0000020e
tweakable_aes.o N 00000211
tweakable_aes.o N 00000214
tweakable_aes.o N 00000217
tweakable_aes.o N 0000021a
tweakable_aes.o N 0000021d
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
T:ref | 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:ref | 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
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 00000150
encrypt.o N 00000154
encrypt.o N 00000186
encrypt.o N 00000188
encrypt.o N 00000196
encrypt.o N 0000019b
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001bb
encrypt.o N 000001bd
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cd
encrypt.o N 000001d0
encrypt.o N 000001d5
kiasu.o N 00000000
kiasu.o N 00000037
kiasu.o N 0000003f
kiasu.o N 00000108
kiasu.o N 0000011b
kiasu.o N 00000121
kiasu.o N 0000012f
kiasu.o N 00000139
kiasu.o N 00000141
kiasu.o N 00000147
kiasu.o N 0000015a
kiasu.o N 00000160
kiasu.o N 0000017a
kiasu.o N 00000183
kiasu.o N 00000190
kiasu.o N 0000019b
kiasu.o N 000001a4
kiasu.o N 000001af
kiasu.o N 000001b2
kiasu.o N 000001b5
kiasu.o N 000001b7
kiasu.o N 000001bb
kiasu.o N 000001ce
kiasu.o N 000001e1
kiasu.o N 000001e6
kiasu.o N 000001fa
kiasu.o N 00000205
kiasu.o N 0000020e
kiasu.o N 00000214
kiasu.o N 0000021f
kiasu.o N 00000223
kiasu.o N 00000228
kiasu.o N 00000231
kiasu.o N 0000023e
kiasu.o N 00000245
kiasu.o N 0000024d
kiasu.o N 00000253
kiasu.o N 00000259
kiasu.o N 00000264
kiasu.o N 00000268
kiasu.o N 0000026a
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
tweakable_aes.o N 00000000
tweakable_aes.o N 00000037
tweakable_aes.o N 00000047
tweakable_aes.o N 00000110
tweakable_aes.o N 00000115
tweakable_aes.o N 00000122
tweakable_aes.o N 0000012d
tweakable_aes.o N 00000136
tweakable_aes.o N 0000014a
tweakable_aes.o N 0000014e
tweakable_aes.o N 00000152
tweakable_aes.o N 00000156
tweakable_aes.o N 0000015a
tweakable_aes.o N 0000015e
tweakable_aes.o N 00000162
tweakable_aes.o N 00000166
tweakable_aes.o N 0000016a
tweakable_aes.o N 0000016e
tweakable_aes.o N 00000172
tweakable_aes.o N 00000180
tweakable_aes.o N 0000018a
tweakable_aes.o N 00000192
tweakable_aes.o N 000001a1
tweakable_aes.o N 000001a5
tweakable_aes.o N 000001a8
tweakable_aes.o N 000001b2
tweakable_aes.o N 000001b4
tweakable_aes.o N 000001b6
tweakable_aes.o N 000001b9
tweakable_aes.o N 000001be
tweakable_aes.o N 000001ce
tweakable_aes.o N 000001dd
tweakable_aes.o N 000001ed
tweakable_aes.o N 000001f0
tweakable_aes.o N 000001f4
tweakable_aes.o N 000001fa
tweakable_aes.o N 000001fd
tweakable_aes.o N 00000204
tweakable_aes.o N 00000207
tweakable_aes.o N 0000020a
tweakable_aes.o N 0000020d
tweakable_aes.o N 00000210
tweakable_aes.o N 00000213
tweakable_aes.o N 00000216
tweakable_aes.o N 00000219
tweakable_aes.o N 0000021c
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
Namespace violations
encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 00000150
encrypt.o N 00000154
encrypt.o N 00000186
encrypt.o N 00000188
encrypt.o N 00000196
encrypt.o N 0000019b
encrypt.o N 000001b2
encrypt.o N 000001b4
encrypt.o N 000001bb
encrypt.o N 000001bd
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cd
encrypt.o N 000001d0
encrypt.o N 000001d5
kiasu.o N 00000000
kiasu.o N 00000037
kiasu.o N 0000003f
kiasu.o N 00000108
kiasu.o N 0000011b
kiasu.o N 00000121
kiasu.o N 0000012f
kiasu.o N 00000139
kiasu.o N 00000141
kiasu.o N 00000147
kiasu.o N 0000015a
kiasu.o N 00000160
kiasu.o N 0000016b
kiasu.o N 0000016e
kiasu.o N 00000171
kiasu.o N 00000173
kiasu.o N 00000177
kiasu.o N 00000191
kiasu.o N 0000019a
kiasu.o N 000001a7
kiasu.o N 000001b2
kiasu.o N 000001bb
kiasu.o N 000001ce
kiasu.o N 000001e1
kiasu.o N 000001ec
kiasu.o N 00000200
kiasu.o N 00000204
kiasu.o N 0000020d
kiasu.o N 0000021a
kiasu.o N 00000221
kiasu.o N 00000229
kiasu.o N 0000022f
kiasu.o N 00000235
kiasu.o N 00000240
kiasu.o N 00000244
kiasu.o N 00000249
kiasu.o N 00000252
kiasu.o N 00000254
kiasu.o N 0000025f
kiasu.o N 00000265
kiasu.o N 0000026a
kiasu.o kiasu_aead_decrypt T
kiasu.o kiasu_aead_encrypt T
tweakable_aes.o N 00000000
tweakable_aes.o N 00000037
tweakable_aes.o N 00000047
tweakable_aes.o N 00000110
tweakable_aes.o N 00000115
tweakable_aes.o N 00000122
tweakable_aes.o N 0000012d
tweakable_aes.o N 00000136
tweakable_aes.o N 0000014a
tweakable_aes.o N 0000014e
tweakable_aes.o N 00000152
tweakable_aes.o N 00000156
tweakable_aes.o N 0000015a
tweakable_aes.o N 0000015e
tweakable_aes.o N 00000162
tweakable_aes.o N 00000166
tweakable_aes.o N 0000016a
tweakable_aes.o N 0000016e
tweakable_aes.o N 00000172
tweakable_aes.o N 00000180
tweakable_aes.o N 0000018a
tweakable_aes.o N 00000192
tweakable_aes.o N 000001a1
tweakable_aes.o N 000001a5
tweakable_aes.o N 000001a8
tweakable_aes.o N 000001b2
tweakable_aes.o N 000001b4
tweakable_aes.o N 000001b6
tweakable_aes.o N 000001b9
tweakable_aes.o N 000001be
tweakable_aes.o N 000001ce
tweakable_aes.o N 000001dd
tweakable_aes.o N 000001ed
tweakable_aes.o N 000001f0
tweakable_aes.o N 000001f4
tweakable_aes.o N 000001fa
tweakable_aes.o N 000001fd
tweakable_aes.o N 00000204
tweakable_aes.o N 00000207
tweakable_aes.o N 0000020a
tweakable_aes.o N 0000020d
tweakable_aes.o N 00000210
tweakable_aes.o N 00000213
tweakable_aes.o N 00000216
tweakable_aes.o N 00000219
tweakable_aes.o N 0000021c
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 (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final)) |
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 (8.3.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0) |