Test results for armeabi, bblack, crypto_aead/kiasueq128v1

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/kiasueq128v1
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: kiasueq128v1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
64652026264 0 037870 460 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
74243226224 0 050543 412 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
75642421392 0 031933 456 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
75729627880 0 044415 412 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
75738427880 0 044415 412 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
76359228648 0 044183 412 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
78292822804 0 037645 408 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
93196019448 0 029770 452 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080920240716
120290419650 0 030301 456 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080920240716

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:
ImplementationCompiler
T:bitsliceclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:bitsliceclang -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:259:17: error: unknown type name 'block'
kiasu.c:  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:      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:10: error: 'block' undeclared (first use in this function); did you mean 'lockf'?
kiasu.c:      adp=(block *)M1;
kiasu.c:           ^~~~~
kiasu.c:           lockf
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:      adp=(block *)M1;
kiasu.c:                  ^
kiasu.c: kiasu.c:368:17: error: expected expression before ')' token
kiasu.c:      adp=(block *)Xp1;
kiasu.c:                  ^
kiasu.c: kiasu.c:399:17: error: expected expression before ')' token
kiasu.c:      adp=(block *)Yp1;
kiasu.c:                  ^
kiasu.c: kiasu.c: In function 'kiasu_aead_encrypt':
kiasu.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:bitslicegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:bitslicegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:bitslicegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:bitslicegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


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:
ImplementationCompiler
T:optclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optclang -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: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:
ImplementationCompiler
T:optgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:optgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:optgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

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:      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:      tweak[0] =  (tweak[0]&0xf0)    ^ nonce[0] >> 4;
kiasu.c:                   ~~~~~^~~

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refgcc -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 0000010a
encrypt.o N 00000117
encrypt.o N 0000011e
encrypt.o N 0000014f
encrypt.o N 00000153
encrypt.o N 00000184
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b9
encrypt.o N 000001bb
encrypt.o N 000001c0
encrypt.o N 000001c5
encrypt.o N 000001cb
encrypt.o N 000001ce
encrypt.o N 000001d3
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 00000161
kiasu.o N 0000016a
kiasu.o N 00000177
kiasu.o N 00000182
kiasu.o N 0000018b
kiasu.o N 0000018f
kiasu.o N 00000191
kiasu.o N 00000193
kiasu.o N 00000195
kiasu.o N 0000019a
kiasu.o N 0000019f
kiasu.o N 000001a1
kiasu.o N 000001b5
kiasu.o N 000001ba
kiasu.o N 000001bc
kiasu.o N 000001cf
kiasu.o N 000001d5
kiasu.o N 000001e0
kiasu.o N 000001e3
kiasu.o N 000001e6
kiasu.o N 000001ea
kiasu.o N 000001fc
kiasu.o N 00000203
kiasu.o N 0000020b
kiasu.o N 0000020f
kiasu.o N 00000222
kiasu.o N 00000235
kiasu.o N 00000238
kiasu.o N 0000023b
kiasu.o N 0000023e
kiasu.o N 00000243
kiasu.o N 00000247
kiasu.o N 0000024d
kiasu.o N 00000252
kiasu.o N 00000255
kiasu.o N 00000259
kiasu.o N 0000025c
kiasu.o N 00000261
kiasu.o N 00000265
kiasu.o N 0000026b
kiasu.o N 00000270
kiasu.o N 00000274
kiasu.o N 00000277
kiasu.o N 0000027a
kiasu.o N 00000283
kiasu.o N 0000028a
kiasu.o N 0000028c
kiasu.o N 00000290
kiasu.o N 00000295
kiasu.o N 000002a0
kiasu.o N 000002a9
kiasu.o N 000002af
kiasu.o N 000002b4
kiasu.o N 000002bb
kiasu.o N 000002c1
kiasu.o N 000002c8
kiasu.o N 000002d1
kiasu.o N 000002de
kiasu.o N 000002e4
kiasu.o N 000002ea
kiasu.o N 000002f5
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 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: 2, namely:
ImplementationCompiler
T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:refclang -march=native -O3 -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 00000109
encrypt.o N 00000116
encrypt.o N 0000011d
encrypt.o N 0000014e
encrypt.o N 00000152
encrypt.o N 00000183
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 00000198
encrypt.o N 000001af
encrypt.o N 000001b1
encrypt.o N 000001b8
encrypt.o N 000001ba
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001ca
encrypt.o N 000001cd
encrypt.o N 000001d2
kiasu.o N 00000000
kiasu.o N 00000037
kiasu.o N 0000003f
kiasu.o N 00000107
kiasu.o N 0000011a
kiasu.o N 00000120
kiasu.o N 0000012e
kiasu.o N 00000138
kiasu.o N 00000140
kiasu.o N 00000146
kiasu.o N 00000160
kiasu.o N 00000169
kiasu.o N 00000176
kiasu.o N 00000181
kiasu.o N 0000018a
kiasu.o N 0000018e
kiasu.o N 00000190
kiasu.o N 00000192
kiasu.o N 00000194
kiasu.o N 00000199
kiasu.o N 0000019e
kiasu.o N 000001a0
kiasu.o N 000001b4
kiasu.o N 000001b9
kiasu.o N 000001bb
kiasu.o N 000001ce
kiasu.o N 000001d4
kiasu.o N 000001df
kiasu.o N 000001e2
kiasu.o N 000001e5
kiasu.o N 000001e9
kiasu.o N 000001fb
kiasu.o N 00000202
kiasu.o N 0000020a
kiasu.o N 0000020e
kiasu.o N 00000221
kiasu.o N 00000234
kiasu.o N 00000237
kiasu.o N 0000023a
kiasu.o N 0000023d
kiasu.o N 00000242
kiasu.o N 00000246
kiasu.o N 0000024c
kiasu.o N 00000251
kiasu.o N 00000254
kiasu.o N 00000258
kiasu.o N 0000025b
kiasu.o N 00000260
kiasu.o N 00000264
kiasu.o N 0000026a
kiasu.o N 0000026f
kiasu.o N 00000273
kiasu.o N 00000276
kiasu.o N 00000279
kiasu.o N 00000282
kiasu.o N 00000289
kiasu.o N 0000028b
kiasu.o N 0000028f
kiasu.o N 00000294
kiasu.o N 0000029f
kiasu.o N 000002a8
kiasu.o N 000002ae
kiasu.o N 000002b3
kiasu.o N 000002ba
kiasu.o N 000002c0
kiasu.o N 000002c7
kiasu.o N 000002d0
kiasu.o N 000002dd
kiasu.o N 000002e3
kiasu.o N 000002e9
kiasu.o N 000002f4
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 00000000
tweakable_aes.o N 00000037
tweakable_aes.o N 00000047
tweakable_aes.o N 0000010f
tweakable_aes.o N 00000114
tweakable_aes.o N 00000121
tweakable_aes.o N 0000012c
tweakable_aes.o N 00000135
tweakable_aes.o N 00000149
tweakable_aes.o N 0000014d
tweakable_aes.o N 00000151
tweakable_aes.o N 00000155
tweakable_aes.o N 00000159
tweakable_aes.o N 0000015d
tweakable_aes.o N 00000161
tweakable_aes.o N 00000165
tweakable_aes.o N 00000169
tweakable_aes.o N 0000016d
tweakable_aes.o N 00000171
tweakable_aes.o N 0000017f
tweakable_aes.o N 00000189
tweakable_aes.o N 00000191
tweakable_aes.o N 000001a0
tweakable_aes.o N 000001a4
tweakable_aes.o N 000001a7
tweakable_aes.o N 000001b1
tweakable_aes.o N 000001b3
tweakable_aes.o N 000001b5
tweakable_aes.o N 000001b8
tweakable_aes.o N 000001bd
tweakable_aes.o N 000001cd
tweakable_aes.o N 000001dc
tweakable_aes.o N 000001ec
tweakable_aes.o N 000001ef
tweakable_aes.o N 000001f3
tweakable_aes.o N 000001f9
tweakable_aes.o N 000001fc
tweakable_aes.o N 00000203
tweakable_aes.o N 00000206
tweakable_aes.o N 00000209
tweakable_aes.o N 0000020c
tweakable_aes.o N 0000020f
tweakable_aes.o N 00000212
tweakable_aes.o N 00000215
tweakable_aes.o N 00000218
tweakable_aes.o N 0000021b
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 0000014f
encrypt.o N 00000153
encrypt.o N 00000184
encrypt.o N 00000186
encrypt.o N 00000194
encrypt.o N 00000199
encrypt.o N 000001b0
encrypt.o N 000001b2
encrypt.o N 000001b9
encrypt.o N 000001bb
encrypt.o N 000001c0
encrypt.o N 000001c5
encrypt.o N 000001cb
encrypt.o N 000001ce
encrypt.o N 000001d3
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 00000161
kiasu.o N 0000016a
kiasu.o N 00000177
kiasu.o N 00000182
kiasu.o N 0000018b
kiasu.o N 0000019e
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 000001cd
kiasu.o N 000001d4
kiasu.o N 000001dc
kiasu.o N 000001e0
kiasu.o N 000001e4
kiasu.o N 000001f7
kiasu.o N 0000020a
kiasu.o N 0000020c
kiasu.o N 00000220
kiasu.o N 00000225
kiasu.o N 00000227
kiasu.o N 00000229
kiasu.o N 0000022b
kiasu.o N 00000230
kiasu.o N 00000235
kiasu.o N 00000238
kiasu.o N 0000023b
kiasu.o N 0000023e
kiasu.o N 00000243
kiasu.o N 00000247
kiasu.o N 0000024d
kiasu.o N 00000252
kiasu.o N 00000255
kiasu.o N 00000259
kiasu.o N 0000025c
kiasu.o N 00000261
kiasu.o N 00000265
kiasu.o N 0000026b
kiasu.o N 00000270
kiasu.o N 00000274
kiasu.o N 00000277
kiasu.o N 0000027a
kiasu.o N 00000283
kiasu.o N 0000028a
kiasu.o N 0000028c
kiasu.o N 00000290
kiasu.o N 00000295
kiasu.o N 000002a0
kiasu.o N 000002a9
kiasu.o N 000002af
kiasu.o N 000002b4
kiasu.o N 000002bb
kiasu.o N 000002c1
kiasu.o N 000002c8
kiasu.o N 000002d1
kiasu.o N 000002de
kiasu.o N 000002e4
kiasu.o N 000002ea
kiasu.o N 000002f5
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 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:
ImplementationCompiler
T:refclang -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 00000109
encrypt.o N 00000116
encrypt.o N 0000011d
encrypt.o N 0000014e
encrypt.o N 00000152
encrypt.o N 00000183
encrypt.o N 00000185
encrypt.o N 00000193
encrypt.o N 00000198
encrypt.o N 000001af
encrypt.o N 000001b1
encrypt.o N 000001b8
encrypt.o N 000001ba
encrypt.o N 000001bf
encrypt.o N 000001c4
encrypt.o N 000001ca
encrypt.o N 000001cd
encrypt.o N 000001d2
kiasu.o N 00000000
kiasu.o N 00000037
kiasu.o N 0000003f
kiasu.o N 00000107
kiasu.o N 0000011a
kiasu.o N 00000120
kiasu.o N 0000012e
kiasu.o N 00000138
kiasu.o N 00000140
kiasu.o N 00000146
kiasu.o N 00000160
kiasu.o N 00000169
kiasu.o N 00000176
kiasu.o N 00000181
kiasu.o N 0000018a
kiasu.o N 0000018e
kiasu.o N 00000190
kiasu.o N 00000192
kiasu.o N 00000194
kiasu.o N 00000199
kiasu.o N 0000019e
kiasu.o N 000001a0
kiasu.o N 000001b4
kiasu.o N 000001b9
kiasu.o N 000001bb
kiasu.o N 000001ce
kiasu.o N 000001d4
kiasu.o N 000001df
kiasu.o N 000001e2
kiasu.o N 000001e5
kiasu.o N 000001e9
kiasu.o N 000001fb
kiasu.o N 00000202
kiasu.o N 0000020a
kiasu.o N 0000020e
kiasu.o N 00000221
kiasu.o N 00000234
kiasu.o N 00000237
kiasu.o N 0000023a
kiasu.o N 0000023d
kiasu.o N 00000242
kiasu.o N 00000246
kiasu.o N 0000024c
kiasu.o N 00000251
kiasu.o N 00000254
kiasu.o N 00000258
kiasu.o N 0000025b
kiasu.o N 00000260
kiasu.o N 00000264
kiasu.o N 0000026a
kiasu.o N 0000026f
kiasu.o N 00000273
kiasu.o N 00000276
kiasu.o N 00000279
kiasu.o N 00000282
kiasu.o N 00000289
kiasu.o N 0000028b
kiasu.o N 0000028f
kiasu.o N 0000029a
kiasu.o N 000002a3
kiasu.o N 000002a9
kiasu.o N 000002b0
kiasu.o N 000002b6
kiasu.o N 000002bd
kiasu.o N 000002c6
kiasu.o N 000002d3
kiasu.o N 000002d9
kiasu.o N 000002df
kiasu.o N 000002ea
kiasu.o N 000002ef
kiasu.o N 000002f4
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 00000000
tweakable_aes.o N 00000037
tweakable_aes.o N 00000047
tweakable_aes.o N 0000010f
tweakable_aes.o N 00000114
tweakable_aes.o N 00000121
tweakable_aes.o N 0000012c
tweakable_aes.o N 00000135
tweakable_aes.o N 00000149
tweakable_aes.o N 0000014d
tweakable_aes.o N 00000151
tweakable_aes.o N 00000155
tweakable_aes.o N 00000159
tweakable_aes.o N 0000015d
tweakable_aes.o N 00000161
tweakable_aes.o N 00000165
tweakable_aes.o N 00000169
tweakable_aes.o N 0000016d
tweakable_aes.o N 00000171
tweakable_aes.o N 0000017f
tweakable_aes.o N 00000189
tweakable_aes.o N 00000191
tweakable_aes.o N 000001a0
tweakable_aes.o N 000001a4
tweakable_aes.o N 000001a7
tweakable_aes.o N 000001b1
tweakable_aes.o N 000001b3
tweakable_aes.o N 000001b5
tweakable_aes.o N 000001b8
tweakable_aes.o N 000001bd
tweakable_aes.o N 000001cd
tweakable_aes.o N 000001dc
tweakable_aes.o N 000001ec
tweakable_aes.o N 000001ef
tweakable_aes.o N 000001f3
tweakable_aes.o N 000001f9
tweakable_aes.o N 000001fc
tweakable_aes.o N 00000203
tweakable_aes.o N 00000206
tweakable_aes.o N 00000209
tweakable_aes.o N 0000020c
tweakable_aes.o N 0000020f
tweakable_aes.o N 00000212
tweakable_aes.o N 00000215
tweakable_aes.o N 00000218
tweakable_aes.o N 0000021b
tweakable_aes.o aesTweakDecrypt T
tweakable_aes.o aesTweakEncrypt T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:refclang -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 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:
ImplementationCompiler
T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)