Test results for armeabi, bblack, crypto_aead/hs1sivhiv2

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/hs1sivhiv2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: hs1sivhiv2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1407924521 0 020190 468 776T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1570407034 0 038655 420 792T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1685766694 0 029519 420 784T:refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1720005450 0 030879 420 776T:refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1722325450 0 030879 420 776T:refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1746964021 0 018613 464 776T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
1820324714 0 028413 416 776T:refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
2233602942 0 016738 460 776T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716
2796083325 0 018366 468 776T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024080820240716

Compiler output


encrypt.c: In file included from encrypt.c:54:
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:28:2: error: "NEON support not enabled"
encrypt.c: #error "NEON support not enabled"
encrypt.c:  ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:48:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:49:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:50:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:51:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:52:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(2))) int32_t int32x2_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:53:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(4))) int32_t int32x4_t;
encrypt.c:                        ^
encrypt.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:54:24: error: 'neon_vector_type' attribute is not supported for this target
encrypt.c: typedef __attribute__((neon_vector_type(1))) int64_t int64x1_t;
encrypt.c:                        ^
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/armv8cryptoclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:dolbeau/armv8cryptoclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:dolbeau/armv8cryptoclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:dolbeau/armv8cryptoclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


encrypt.c: In file included from encrypt.c:192:
encrypt.c: ./c256.h:148:5: warning: implicit declaration of function 'vtrn1q_u32' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c:     ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:     ^
encrypt.c: ./c256.h:134:13: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:       t0l = vtrn1q_u32(x_##a,x_##b);                                    \
encrypt.c:             ^
encrypt.c: ./c256.h:148:5: error: assigning to 'uint32x4_t' (vector of 4 'uint32_t' values) from incompatible type 'int'
encrypt.c:     ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:134:11: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:       t0l = vtrn1q_u32(x_##a,x_##b);                                    \
encrypt.c:           ^ ~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:148:5: warning: implicit declaration of function 'vtrn2q_u32' is invalid in C99 [-Wimplicit-function-declaration]
encrypt.c: ./c256.h:135:13: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:       t0h = vtrn2q_u32(x_##a,x_##b);                                    \
encrypt.c:             ^
encrypt.c: ./c256.h:148:5: error: assigning to 'uint32x4_t' (vector of 4 'uint32_t' values) from incompatible type 'int'
encrypt.c:     ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:135:11: note: expanded from macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:       t0h = vtrn2q_u32(x_##a,x_##b);                                    \
encrypt.c:           ^ ~~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: ./c256.h:148:5: error: assigning to 'uint32x4_t' (vector of 4 'uint32_t' values) from incompatible type 'int'
encrypt.c:     ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:dolbeau/armv8cryptoclang -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: In file included from encrypt.c:192:
encrypt.c: c256.h: In function 'chacha_noxor368':
encrypt.c: c256.h:134:13: warning: implicit declaration of function 'vtrn1q_u32'; did you mean 'vtrnq_u32'? [-Wimplicit-function-declaration]
encrypt.c:        t0l = vtrn1q_u32(x_##a,x_##b);                                    \
encrypt.c:              ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:      ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:      ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:134:11: error: incompatible types when assigning to type 'uint32x4_t' from type 'int'
encrypt.c:        t0l = vtrn1q_u32(x_##a,x_##b);                                    \
encrypt.c:            ^
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:      ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:      ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:135:13: warning: implicit declaration of function 'vtrn2q_u32'; did you mean 'vtrnq_u32'? [-Wimplicit-function-declaration]
encrypt.c:        t0h = vtrn2q_u32(x_##a,x_##b);                                    \
encrypt.c:              ^~~~~~~~~~
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:      ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c:      ^~~~~~~~~~~~~~~~~~~~~~~
encrypt.c: c256.h:135:11: error: incompatible types when assigning to type 'uint32x4_t' from type 'int'
encrypt.c:        t0h = vtrn2q_u32(x_##a,x_##b);                                    \
encrypt.c:            ^
encrypt.c: c256.h:148:5: note: in expansion of macro 'ONEQUAD_TRANSPOSE_NOXOR'
encrypt.c:      ONEQUAD_TRANSPOSE_NOXOR(0,1,2,3);
encrypt.c: ...

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

Compiler output


hs1.c: hs1.c:1033:30: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned int)' [-Wimplicit-function-declaration]
hs1.c:         unsigned char *tmp = malloc(abytes);
hs1.c:                              ^
hs1.c: hs1.c:1033:30: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
hs1.c: hs1.c:1037:9: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration]
hs1.c:         free(tmp);
hs1.c:         ^
hs1.c: 2 warnings generated.
chacha_moon.S: chacha_moon.S:10987:29: error: expected '%<type>' or "<type>"
chacha_moon.S: .section .note.GNU-stack,"",@progbits
chacha_moon.S:                             ^

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:fasterclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:fasterclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:fasterclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:fasterclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


hs1.c: hs1.c:663:16: warning: unused variable 'j' [-Wunused-variable]
hs1.c:     unsigned i,j;
hs1.c:                ^
hs1.c: hs1.c:720:30: warning: unused variable 'kp' [-Wunused-variable]
hs1.c:         const uint32_t *mp, *kp = (const uint32_t *)(ctx->nh_key);
hs1.c:                              ^
hs1.c: hs1.c:1033:30: warning: implicitly declaring library function 'malloc' with type 'void *(unsigned int)' [-Wimplicit-function-declaration]
hs1.c:         unsigned char *tmp = malloc(abytes);
hs1.c:                              ^
hs1.c: hs1.c:1033:30: note: include the header <stdlib.h> or explicitly provide a declaration for 'malloc'
hs1.c: hs1.c:1037:9: warning: implicit declaration of function 'free' is invalid in C99 [-Wimplicit-function-declaration]
hs1.c:         free(tmp);
hs1.c:         ^
hs1.c: hs1.c:116:23: warning: unused variable 'm61' [-Wunused-const-variable]
hs1.c: static const uint64_t m61 = ((uint64_t)1 << 61) - 1;
hs1.c:                       ^
hs1.c: 5 warnings generated.
chacha_moon.S: chacha_moon.S:10987:29: error: expected '%<type>' or "<type>"
chacha_moon.S: .section .note.GNU-stack,"",@progbits
chacha_moon.S:                             ^

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:fasterclang -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


hs1.c: hs1.c: In function 'hs1siv_decrypt':
hs1.c: hs1.c:1033:30: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
hs1.c:          unsigned char *tmp = malloc(abytes);
hs1.c:                               ^~~~~~
hs1.c: hs1.c:1033:30: warning: incompatible implicit declaration of built-in function 'malloc'
hs1.c: hs1.c:1033:30: note: include '<stdlib.h>' or provide a declaration of 'malloc'
hs1.c: hs1.c:25:1:
hs1.c: +#include <stdlib.h>
hs1.c:
hs1.c: hs1.c:1033:30:
hs1.c:          unsigned char *tmp = malloc(abytes);
hs1.c:                               ^~~~~~
hs1.c: hs1.c:1037:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
hs1.c:          free(tmp);
hs1.c:          ^~~~
hs1.c: hs1.c:1037:9: warning: incompatible implicit declaration of built-in function 'free'
hs1.c: hs1.c:1037:9: note: include '<stdlib.h>' or provide a declaration of 'free'
chacha_moon.S: chacha_moon.S: Assembler messages:
chacha_moon.S: chacha_moon.S:10987: Error: junk at end of line, first unrecognized character is `,'

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:fastergcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:fastergcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:fastergcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:fastergcc -march=native -mtune=native -Os -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 00000108
encrypt.o N 0000010c
encrypt.o N 00000123
encrypt.o N 0000012e
encrypt.o N 00000137
encrypt.o N 0000013d
encrypt.o N 00000142
encrypt.o N 00000156
encrypt.o N 0000015a
encrypt.o N 0000015e
encrypt.o N 0000016b
encrypt.o N 00000176
encrypt.o N 0000017f
encrypt.o N 0000018d
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001ab
encrypt.o N 000001b2
encrypt.o N 000001b8
encrypt.o N 000001ba
encrypt.o N 000001bc
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001cd
encrypt.o N 000001cf
encrypt.o N 000001df
encrypt.o N 000001ec
encrypt.o N 000001ee
encrypt.o N 000001f4
encrypt.o N 000001fe
encrypt.o N 0000020d
encrypt.o N 00000210
encrypt.o N 0000021a
encrypt.o N 0000021c
encrypt.o N 0000021e
encrypt.o N 00000220
encrypt.o N 00000222
encrypt.o N 00000224
encrypt.o N 00000232
encrypt.o N 0000023b
encrypt.o N 0000023d
encrypt.o N 00000247
encrypt.o N 00000258
encrypt.o N 0000025c
encrypt.o N 00000265
encrypt.o N 0000026e
encrypt.o N 00000272
encrypt.o N 0000027b
encrypt.o N 00000284
encrypt.o N 0000028f
encrypt.o N 00000296
encrypt.o N 0000029f
encrypt.o N 000002a7
encrypt.o N 000002b4
encrypt.o N 000002b7
encrypt.o N 000002bf
encrypt.o N 000002c6
encrypt.o N 000002d0
encrypt.o N 000002e1
encrypt.o N 000002e5
encrypt.o N 000002f4
encrypt.o N 00000303
encrypt.o N 00000307
encrypt.o N 00000336
encrypt.o N 00000365
encrypt.o N 0000036b
encrypt.o N 00000370
encrypt.o N 00000376
encrypt.o N 00000379
encrypt.o N 0000037c
encrypt.o N 00000383
encrypt.o N 0000038b
encrypt.o N 0000038e
encrypt.o N 00000391
encrypt.o N 00000393
encrypt.o N 0000039d
encrypt.o N 000003a4
encrypt.o N 000003a8
encrypt.o N 000003b0
encrypt.o N 000003bb
encrypt.o N 000003c1
encrypt.o N 000003c8
encrypt.o N 000003ca
encrypt.o N 000003d1
encrypt.o N 000003d9
encrypt.o N 000003e0
encrypt.o N 000003e4
encrypt.o N 000003ec
encrypt.o N 000003f3
encrypt.o N 000003fb
encrypt.o N 00000400
encrypt.o N 00000405
encrypt.o N 0000040a
encrypt.o N 00000410
encrypt.o N 00000413
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 T

Number of similar (implementation,compiler) pairs: 1, 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))

Namespace violations


encrypt.o N 00000000
encrypt.o N 00000037
encrypt.o N 00000041
encrypt.o N 00000108
encrypt.o N 0000010c
encrypt.o N 00000123
encrypt.o N 0000012e
encrypt.o N 00000137
encrypt.o N 0000013d
encrypt.o N 00000142
encrypt.o N 00000156
encrypt.o N 0000015a
encrypt.o N 0000015e
encrypt.o N 0000016b
encrypt.o N 00000176
encrypt.o N 0000017f
encrypt.o N 0000018d
encrypt.o N 000001a0
encrypt.o N 000001a7
encrypt.o N 000001ad
encrypt.o N 000001af
encrypt.o N 000001b1
encrypt.o N 000001b6
encrypt.o N 000001b8
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c6
encrypt.o N 000001d6
encrypt.o N 000001e3
encrypt.o N 000001e5
encrypt.o N 000001eb
encrypt.o N 000001f5
encrypt.o N 00000204
encrypt.o N 00000207
encrypt.o N 00000211
encrypt.o N 00000213
encrypt.o N 00000215
encrypt.o N 00000217
encrypt.o N 00000219
encrypt.o N 0000021b
encrypt.o N 00000229
encrypt.o N 00000232
encrypt.o N 00000234
encrypt.o N 0000023e
encrypt.o N 0000024f
encrypt.o N 00000253
encrypt.o N 0000025c
encrypt.o N 00000265
encrypt.o N 00000269
encrypt.o N 00000272
encrypt.o N 0000027d
encrypt.o N 00000284
encrypt.o N 0000028d
encrypt.o N 00000295
encrypt.o N 000002a2
encrypt.o N 000002a5
encrypt.o N 000002ad
encrypt.o N 000002b1
encrypt.o N 000002b9
encrypt.o N 000002bd
encrypt.o N 000002c8
encrypt.o N 000002cf
encrypt.o N 000002d9
encrypt.o N 000002ea
encrypt.o N 000002f9
encrypt.o N 00000308
encrypt.o N 0000030c
encrypt.o N 0000033b
encrypt.o N 0000036a
encrypt.o N 00000370
encrypt.o N 00000375
encrypt.o N 0000037b
encrypt.o N 0000037e
encrypt.o N 00000381
encrypt.o N 00000388
encrypt.o N 00000390
encrypt.o N 00000393
encrypt.o N 00000396
encrypt.o N 00000398
encrypt.o N 000003a2
encrypt.o N 000003a9
encrypt.o N 000003af
encrypt.o N 000003b6
encrypt.o N 000003b8
encrypt.o N 000003bf
encrypt.o N 000003c7
encrypt.o N 000003ce
encrypt.o N 000003d2
encrypt.o N 000003da
encrypt.o N 000003e1
encrypt.o N 000003e9
encrypt.o N 000003ee
encrypt.o N 000003f3
encrypt.o N 000003f8
encrypt.o N 000003fe
encrypt.o N 00000401
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 T

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
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 00000107
encrypt.o N 0000010b
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 0000013c
encrypt.o N 00000141
encrypt.o N 00000155
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 0000016a
encrypt.o N 00000175
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000195
encrypt.o N 00000197
encrypt.o N 000001aa
encrypt.o N 000001b1
encrypt.o N 000001b7
encrypt.o N 000001b9
encrypt.o N 000001bb
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001cc
encrypt.o N 000001ce
encrypt.o N 000001de
encrypt.o N 000001eb
encrypt.o N 000001ed
encrypt.o N 000001f3
encrypt.o N 000001fd
encrypt.o N 0000020c
encrypt.o N 0000020f
encrypt.o N 00000219
encrypt.o N 0000021b
encrypt.o N 0000021d
encrypt.o N 0000021f
encrypt.o N 00000221
encrypt.o N 00000223
encrypt.o N 00000231
encrypt.o N 0000023a
encrypt.o N 0000023c
encrypt.o N 00000246
encrypt.o N 00000257
encrypt.o N 0000025b
encrypt.o N 00000264
encrypt.o N 0000026d
encrypt.o N 00000271
encrypt.o N 0000027a
encrypt.o N 00000283
encrypt.o N 0000028e
encrypt.o N 00000295
encrypt.o N 0000029e
encrypt.o N 000002a6
encrypt.o N 000002b3
encrypt.o N 000002b6
encrypt.o N 000002be
encrypt.o N 000002c5
encrypt.o N 000002cf
encrypt.o N 000002e0
encrypt.o N 000002e4
encrypt.o N 000002f3
encrypt.o N 00000302
encrypt.o N 00000306
encrypt.o N 00000335
encrypt.o N 00000364
encrypt.o N 0000036a
encrypt.o N 0000036f
encrypt.o N 00000375
encrypt.o N 00000378
encrypt.o N 0000037b
encrypt.o N 00000382
encrypt.o N 0000038a
encrypt.o N 0000038d
encrypt.o N 00000390
encrypt.o N 00000392
encrypt.o N 0000039c
encrypt.o N 000003a3
encrypt.o N 000003a7
encrypt.o N 000003af
encrypt.o N 000003ba
encrypt.o N 000003c0
encrypt.o N 000003c7
encrypt.o N 000003c9
encrypt.o N 000003d0
encrypt.o N 000003d8
encrypt.o N 000003df
encrypt.o N 000003e3
encrypt.o N 000003eb
encrypt.o N 000003f2
encrypt.o N 000003fa
encrypt.o N 000003ff
encrypt.o N 00000404
encrypt.o N 00000409
encrypt.o N 0000040f
encrypt.o N 00000412
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 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 00000108
encrypt.o N 0000010c
encrypt.o N 00000123
encrypt.o N 0000012e
encrypt.o N 00000137
encrypt.o N 0000013d
encrypt.o N 00000142
encrypt.o N 00000156
encrypt.o N 0000015a
encrypt.o N 0000015e
encrypt.o N 0000016b
encrypt.o N 00000176
encrypt.o N 0000017f
encrypt.o N 0000018d
encrypt.o N 00000196
encrypt.o N 00000198
encrypt.o N 000001ab
encrypt.o N 000001b2
encrypt.o N 000001b8
encrypt.o N 000001ba
encrypt.o N 000001bc
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001cd
encrypt.o N 000001cf
encrypt.o N 000001df
encrypt.o N 000001ec
encrypt.o N 000001ee
encrypt.o N 000001f4
encrypt.o N 000001fe
encrypt.o N 0000020d
encrypt.o N 00000210
encrypt.o N 0000021a
encrypt.o N 0000021c
encrypt.o N 0000021e
encrypt.o N 00000220
encrypt.o N 00000222
encrypt.o N 00000224
encrypt.o N 00000232
encrypt.o N 0000023b
encrypt.o N 0000023d
encrypt.o N 00000247
encrypt.o N 00000250
encrypt.o N 00000257
encrypt.o N 00000268
encrypt.o N 00000272
encrypt.o N 0000027b
encrypt.o N 0000028c
encrypt.o N 00000290
encrypt.o N 0000029f
encrypt.o N 000002ae
encrypt.o N 000002b2
encrypt.o N 000002e1
encrypt.o N 00000310
encrypt.o N 00000314
encrypt.o N 0000031a
encrypt.o N 00000323
encrypt.o N 0000032c
encrypt.o N 00000330
encrypt.o N 00000335
encrypt.o N 00000338
encrypt.o N 00000340
encrypt.o N 00000346
encrypt.o N 00000349
encrypt.o N 0000034c
encrypt.o N 00000353
encrypt.o N 0000035b
encrypt.o N 0000035e
encrypt.o N 00000361
encrypt.o N 00000363
encrypt.o N 0000036e
encrypt.o N 00000375
encrypt.o N 0000037e
encrypt.o N 00000386
encrypt.o N 00000393
encrypt.o N 0000039d
encrypt.o N 000003a4
encrypt.o N 000003a8
encrypt.o N 000003b0
encrypt.o N 000003bb
encrypt.o N 000003c1
encrypt.o N 000003c8
encrypt.o N 000003ca
encrypt.o N 000003d1
encrypt.o N 000003d9
encrypt.o N 000003e0
encrypt.o N 000003e4
encrypt.o N 000003ec
encrypt.o N 000003f3
encrypt.o N 000003fb
encrypt.o N 00000400
encrypt.o N 00000405
encrypt.o N 0000040a
encrypt.o N 00000410
encrypt.o N 00000413
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 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 00000107
encrypt.o N 0000010b
encrypt.o N 00000122
encrypt.o N 0000012d
encrypt.o N 00000136
encrypt.o N 0000013c
encrypt.o N 00000141
encrypt.o N 00000155
encrypt.o N 00000159
encrypt.o N 0000015d
encrypt.o N 0000016a
encrypt.o N 00000175
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 0000019f
encrypt.o N 000001a6
encrypt.o N 000001ac
encrypt.o N 000001ae
encrypt.o N 000001b0
encrypt.o N 000001b5
encrypt.o N 000001b7
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001c5
encrypt.o N 000001d5
encrypt.o N 000001e2
encrypt.o N 000001e4
encrypt.o N 000001ea
encrypt.o N 000001f4
encrypt.o N 00000203
encrypt.o N 00000206
encrypt.o N 00000210
encrypt.o N 00000212
encrypt.o N 00000214
encrypt.o N 00000216
encrypt.o N 00000218
encrypt.o N 0000021a
encrypt.o N 00000228
encrypt.o N 00000231
encrypt.o N 00000233
encrypt.o N 0000023d
encrypt.o N 0000024e
encrypt.o N 00000252
encrypt.o N 0000025b
encrypt.o N 00000264
encrypt.o N 00000268
encrypt.o N 00000271
encrypt.o N 0000027c
encrypt.o N 00000283
encrypt.o N 0000028c
encrypt.o N 00000294
encrypt.o N 000002a1
encrypt.o N 000002a4
encrypt.o N 000002ac
encrypt.o N 000002b0
encrypt.o N 000002b8
encrypt.o N 000002bc
encrypt.o N 000002c7
encrypt.o N 000002ce
encrypt.o N 000002d8
encrypt.o N 000002e9
encrypt.o N 000002f8
encrypt.o N 00000307
encrypt.o N 0000030b
encrypt.o N 0000033a
encrypt.o N 00000369
encrypt.o N 0000036f
encrypt.o N 00000374
encrypt.o N 0000037a
encrypt.o N 0000037d
encrypt.o N 00000380
encrypt.o N 00000387
encrypt.o N 0000038f
encrypt.o N 00000392
encrypt.o N 00000395
encrypt.o N 00000397
encrypt.o N 000003a1
encrypt.o N 000003a8
encrypt.o N 000003ae
encrypt.o N 000003b5
encrypt.o N 000003b7
encrypt.o N 000003be
encrypt.o N 000003c6
encrypt.o N 000003cd
encrypt.o N 000003d1
encrypt.o N 000003d9
encrypt.o N 000003e0
encrypt.o N 000003e8
encrypt.o N 000003ed
encrypt.o N 000003f2
encrypt.o N 000003f7
encrypt.o N 000003fd
encrypt.o N 00000400
encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 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


encrypt.o chacha T
encrypt.o chacha_ivsetup T
encrypt.o chacha_keysetup T
encrypt.o hs1 T
encrypt.o hs1_hash T
encrypt.o hs1siv_chacha256 T
encrypt.o hs1siv_decrypt T
encrypt.o hs1siv_encrypt T
encrypt.o hs1siv_subkeygen T
encrypt.o prf_hash2 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)