Test results for armeabi, bblack, crypto_aead/pi16cipher128v2

[Page version: 20241101 10:17:42]

Measurements for armeabi, bblack, crypto_aead Test results for armeabi, bblack, crypto_aead Test results for crypto_aead/pi16cipher128v2
Computer: bblack
Microarchitecture: armeabi; Cortex-A8 (413fc082)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240716
Operation: crypto_aead
Primitive: pi16cipher128v2
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
7687529659 4 025403 416 784T:ref2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
7748809599 4 034083 416 792T:ref2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
7798408259 4 024003 416 784T:ref3clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
7860488147 4 032635 416 792T:ref3clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
12008167043 4 018190 464 776T:ref3gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
12189447891 4 024675 416 776T:ref3clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
12189447891 4 024675 416 776T:ref3clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
12202728839 4 025627 416 776T:ref2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
12202808839 4 025627 416 776T:ref2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
14201443287 4 013410 464 776T:ref3gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
14790562453 4 012322 456 776T:ref3gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
150800831079 4 041402 464 776T:goptvgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
15468404663 4 019783 416 776T:ref3clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
157138439975 4 050098 464 776T:goptvgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
17303686593 4 016466 456 776T:goptvgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
177388051491 4 062638 464 776T:goptvgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
20080322605 4 012930 464 776T:ref3gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
27558809819 4 020966 464 776T:ref2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
42322723023 4 013146 464 776T:ref2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
51118162605 4 012482 456 776T:ref2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
57907362769 4 013098 464 776T:ref2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024081020240716
64309204859 4 019897 412 776T:ref2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024081020240716

Compiler output


pi-cipher.c: pi-cipher.c:286:9: error: use of unknown builtin '__builtin_shuffle' [-Wimplicit-function-declaration]
pi-cipher.c:         n_t += __builtin_shuffle(y, g_mask);
pi-cipher.c:                ^
pi-cipher.c: pi-cipher.c:286:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         n_t += __builtin_shuffle(y, g_mask);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:287:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         n_t += __builtin_shuffle(y, n_mask);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:290:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         n_t ^= __builtin_shuffle(n_t, n_x_1) ^ __builtin_shuffle(n_t, n_x_2);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:305:9: error: use of unknown builtin '__builtin_shuffle' [-Wimplicit-function-declaration]
pi-cipher.c:         m_t += __builtin_shuffle(x, g_mask);
pi-cipher.c:                ^
pi-cipher.c: pi-cipher.c:305:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         m_t += __builtin_shuffle(x, g_mask);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:306:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         m_t += __builtin_shuffle(x, m_mask);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:309:6: error: cannot convert between scalar type 'int' and vector type 'vchunk_t' (vector of 4 'word_t' values) as implicit conversion would cause truncation
pi-cipher.c:         m_t ^= __builtin_shuffle(m_t, m_x_1) ^ __builtin_shuffle(m_t, m_x_2);
pi-cipher.c:             ^
pi-cipher.c: pi-cipher.c:354:9: error: use of unknown builtin '__builtin_shuffle' [-Wimplicit-function-declaration]
pi-cipher.c: ...

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
T:goptvclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:goptvclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:goptvclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:goptvclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:goptvclang -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:266:31: warning: unused variable 'ii' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                               ^
encrypt.c: encrypt.c:250:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                        ^
encrypt.c: encrypt.c:266:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                          ^
encrypt.c: encrypt.c:250:40: warning: unused variable 'y3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                        ^
encrypt.c: encrypt.c:250:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                            ^
encrypt.c: encrypt.c:250:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:250:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                    ^
encrypt.c: encrypt.c:250:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                        ^
encrypt.c: encrypt.c:250:20: warning: unused variable 'x2' [-Wunused-variable]
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optimized_nonSSEclang -march=native -O2 -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:266:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                          ^
encrypt.c: encrypt.c:250:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                        ^
encrypt.c: encrypt.c:250:20: warning: unused variable 'x2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                    ^
encrypt.c: encrypt.c:250:16: warning: unused variable 'x1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                ^
encrypt.c: encrypt.c:250:12: warning: unused variable 'x0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:            ^
encrypt.c: encrypt.c:250:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:250:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:250:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:250:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
T:optimized_nonSSEclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))
T:optimized_nonSSEclang -march=native -O -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:266:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                          ^
encrypt.c: encrypt.c:250:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                        ^
encrypt.c: encrypt.c:250:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                    ^
encrypt.c: encrypt.c:250:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:250:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                            ^
encrypt.c: encrypt.c:250:40: warning: unused variable 'y3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                        ^
encrypt.c: encrypt.c:250:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:250:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:250:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optimized_nonSSEclang -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: encrypt.c:250:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:250:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                        ^
encrypt.c: encrypt.c:250:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:250:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:250:12: warning: unused variable 'x0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:            ^
encrypt.c: encrypt.c:250:20: warning: unused variable 'x2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                    ^
encrypt.c: encrypt.c:250:16: warning: unused variable 'x1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                ^
encrypt.c: encrypt.c:266:31: warning: unused variable 'ii' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                               ^
encrypt.c: encrypt.c:266:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:optimized_nonSSEclang -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_pi16cipher128v2_optimized_nonSSE_timingleaks_encrypt':
encrypt.c: encrypt.c:266:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:   unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                           ^~
encrypt.c: encrypt.c:266:31: warning: unused variable 'ii' [-Wunused-variable]
encrypt.c:   unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                ^~
encrypt.c: encrypt.c:262:31: warning: variable 'CommonInternalState8' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int8_t   *InternalState8, *CommonInternalState8, *tempTag8;
encrypt.c:                                ^~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:252:50: warning: variable 'k16' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int16_t *c16, *m16, *ad16, *nsec16, *npub16, *k16;
encrypt.c:                                                   ^~~
encrypt.c: encrypt.c:252:41: warning: variable 'npub16' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int16_t *c16, *m16, *ad16, *nsec16, *npub16, *k16;
encrypt.c:                                          ^~~~~~
encrypt.c: encrypt.c:250:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                         ^~
encrypt.c: encrypt.c:250:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                     ^~
encrypt.c: encrypt.c:250:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                 ^~
encrypt.c: ...

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

Compiler output


encrypt.c: encrypt.c:134:62: warning: unused variable 't12' [-Wunused-variable]
encrypt.c:  u_int16_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
encrypt.c:                                                              ^
encrypt.c: encrypt.c:134:67: warning: unused variable 't13' [-Wunused-variable]
encrypt.c:  u_int16_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
encrypt.c:                                                                   ^
encrypt.c: encrypt.c:136:16: warning: unused variable 'x1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                ^
encrypt.c: encrypt.c:136:12: warning: unused variable 'x0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:            ^
encrypt.c: encrypt.c:136:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                        ^
encrypt.c: encrypt.c:136:20: warning: unused variable 'x2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                    ^
encrypt.c: encrypt.c:152:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                          ^
encrypt.c: encrypt.c:136:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:136:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c: ...

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))

Compiler output


encrypt.c: encrypt.c:136:16: warning: unused variable 'x1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                ^
encrypt.c: encrypt.c:136:12: warning: unused variable 'x0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:            ^
encrypt.c: encrypt.c:134:67: warning: unused variable 't13' [-Wunused-variable]
encrypt.c:  u_int16_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
encrypt.c:                                                                   ^
encrypt.c: encrypt.c:152:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:  unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                          ^
encrypt.c: encrypt.c:134:62: warning: unused variable 't12' [-Wunused-variable]
encrypt.c:  u_int16_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
encrypt.c:                                                              ^
encrypt.c: encrypt.c:136:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                        ^
encrypt.c: encrypt.c:136:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                    ^
encrypt.c: encrypt.c:136:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:136:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c: ...

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))

Compiler output


encrypt.c: encrypt.c:136:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                        ^
encrypt.c: encrypt.c:136:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                    ^
encrypt.c: encrypt.c:136:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:136:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                            ^
encrypt.c: encrypt.c:136:40: warning: unused variable 'y3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                        ^
encrypt.c: encrypt.c:136:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:136:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:136:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:136:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c: ...

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))

Compiler output


encrypt.c: encrypt.c:136:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:136:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:136:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                        ^
encrypt.c: encrypt.c:136:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:136:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                            ^
encrypt.c: encrypt.c:136:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:136:40: warning: unused variable 'y3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                        ^
encrypt.c: encrypt.c:134:67: warning: unused variable 't13' [-Wunused-variable]
encrypt.c:  u_int16_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13;
encrypt.c:                                                                   ^
encrypt.c: encrypt.c:134:62: warning: unused variable 't12' [-Wunused-variable]
encrypt.c: ...

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))

Compiler output


encrypt.c: encrypt.c:136:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                            ^
encrypt.c: encrypt.c:136:40: warning: unused variable 'y3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                        ^
encrypt.c: encrypt.c:136:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                ^
encrypt.c: encrypt.c:136:36: warning: unused variable 'y2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                    ^
encrypt.c: encrypt.c:136:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                    ^
encrypt.c: encrypt.c:136:32: warning: unused variable 'y1' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                ^
encrypt.c: encrypt.c:136:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                        ^
encrypt.c: encrypt.c:136:28: warning: unused variable 'y0' [-Wunused-variable]
encrypt.c:  u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                            ^
encrypt.c: encrypt.c:136:24: warning: unused variable 'x3' [-Wunused-variable]
encrypt.c: ...

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))

Compiler output


encrypt.c: encrypt.c: In function 'crypto_aead_pi16cipher128v2_ref_timingleaks_encrypt':
encrypt.c: encrypt.c:152:42: warning: unused variable 'j1' [-Wunused-variable]
encrypt.c:   unsigned long long i, j, jj, ii, b, i1, j1, a;
encrypt.c:                                           ^~
encrypt.c: encrypt.c:148:31: warning: variable 'CommonInternalState8' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int8_t   *InternalState8, *CommonInternalState8, *tempTag8;
encrypt.c:                                ^~~~~~~~~~~~~~~~~~~~
encrypt.c: encrypt.c:138:50: warning: variable 'k16' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int16_t *c16, *m16, *ad16, *nsec16, *npub16, *k16;
encrypt.c:                                                   ^~~
encrypt.c: encrypt.c:138:41: warning: variable 'npub16' set but not used [-Wunused-but-set-variable]
encrypt.c:   u_int16_t *c16, *m16, *ad16, *nsec16, *npub16, *k16;
encrypt.c:                                          ^~~~~~
encrypt.c: encrypt.c:136:56: warning: unused variable 'z3' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                         ^~
encrypt.c: encrypt.c:136:52: warning: unused variable 'z2' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                     ^~
encrypt.c: encrypt.c:136:48: warning: unused variable 'z1' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                                 ^~
encrypt.c: encrypt.c:136:44: warning: unused variable 'z0' [-Wunused-variable]
encrypt.c:   u_int16_t x0, x1, x2, x3, y0, y1, y2, y3, z0, z1, z2, z3;
encrypt.c:                                             ^~
encrypt.c: ...

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)

Namespace violations


pi-cipher.o PI_DECRYPT_BLOCK_Q T
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_block_q T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_block_q T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:goptvgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:goptvgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:goptvgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:goptvgcc -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d4
encrypt.o N 000001d7
encrypt.o N 000001dc
encrypt.o N 000001df
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000016d
pi-cipher.o N 00000178
pi-cipher.o N 00000186
pi-cipher.o N 00000189
pi-cipher.o N 00000191
pi-cipher.o N 0000019e
pi-cipher.o N 000001a7
pi-cipher.o N 000001b2
pi-cipher.o N 000001bf
pi-cipher.o N 000001d6
pi-cipher.o N 000001da
pi-cipher.o N 000001e3
pi-cipher.o N 000001f3
pi-cipher.o N 000001f7
pi-cipher.o N 000001fb
pi-cipher.o N 000001fd
pi-cipher.o N 00000201
pi-cipher.o N 00000206
pi-cipher.o N 00000208
pi-cipher.o N 0000020a
pi-cipher.o N 0000020e
pi-cipher.o N 00000210
pi-cipher.o N 00000214
pi-cipher.o N 00000217
pi-cipher.o N 0000021b
pi-cipher.o N 0000021d
pi-cipher.o N 0000021f
pi-cipher.o N 00000221
pi-cipher.o N 00000224
pi-cipher.o N 00000226
pi-cipher.o N 00000228
pi-cipher.o N 0000022d
pi-cipher.o N 00000230
pi-cipher.o N 00000236
pi-cipher.o N 00000239
pi-cipher.o N 0000023c
pi-cipher.o N 0000023f
pi-cipher.o N 00000249
pi-cipher.o N 0000024d
pi-cipher.o N 00000251
pi-cipher.o N 00000255
pi-cipher.o N 00000259
pi-cipher.o N 00000264
pi-cipher.o N 00000276
pi-cipher.o N 0000027a
pi-cipher.o N 00000287
pi-cipher.o N 0000028d
pi-cipher.o N 00000295
pi-cipher.o N 000002a7
pi-cipher.o N 000002b0
pi-cipher.o N 000002bd
pi-cipher.o N 000002c4
pi-cipher.o N 000002cf
pi-cipher.o N 000002e0
pi-cipher.o N 000002e4
pi-cipher.o N 000002f2
pi-cipher.o N 00000300
pi-cipher.o N 00000313
pi-cipher.o N 0000031d
pi-cipher.o N 00000321
pi-cipher.o N 0000032e
pi-cipher.o N 00000332
pi-cipher.o N 0000033f
pi-cipher.o N 00000349
pi-cipher.o N 0000035a
pi-cipher.o N 0000035e
pi-cipher.o N 00000361
pi-cipher.o N 00000377
pi-cipher.o N 00000392
pi-cipher.o N 000003a3
pi-cipher.o N 000003b4
pi-cipher.o N 000003c7
pi-cipher.o N 000003df
pi-cipher.o N 000003f2
pi-cipher.o N 0000040a
pi-cipher.o N 0000041e
pi-cipher.o N 00000432
pi-cipher.o N 00000434
pi-cipher.o N 0000043c
pi-cipher.o N 0000043f
pi-cipher.o N 00000446
pi-cipher.o N 00000452
pi-cipher.o N 00000455
pi-cipher.o N 00000459
pi-cipher.o N 0000045d
pi-cipher.o N 00000461
pi-cipher.o N 00000465
pi-cipher.o N 0000046e
pi-cipher.o N 00000475
pi-cipher.o N 00000482
pi-cipher.o N 0000048f
pi-cipher.o N 00000499
pi-cipher.o N 000004ac
pi-cipher.o N 000004b9
pi-cipher.o N 000004c6
pi-cipher.o N 000004cf
pi-cipher.o N 000004d9
pi-cipher.o N 000004dd
pi-cipher.o N 000004e5
pi-cipher.o N 000004ea
pi-cipher.o N 000004ef
pi-cipher.o N 000004f5
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref2clang -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d4
encrypt.o N 000001d7
encrypt.o N 000001dc
encrypt.o N 000001df
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000016d
pi-cipher.o N 00000178
pi-cipher.o N 00000186
pi-cipher.o N 00000189
pi-cipher.o N 00000191
pi-cipher.o N 0000019e
pi-cipher.o N 000001a7
pi-cipher.o N 000001b2
pi-cipher.o N 000001bf
pi-cipher.o N 000001d6
pi-cipher.o N 000001da
pi-cipher.o N 000001e3
pi-cipher.o N 000001f3
pi-cipher.o N 000001f7
pi-cipher.o N 000001fb
pi-cipher.o N 000001fd
pi-cipher.o N 00000201
pi-cipher.o N 00000206
pi-cipher.o N 00000208
pi-cipher.o N 0000020a
pi-cipher.o N 0000020e
pi-cipher.o N 00000210
pi-cipher.o N 00000214
pi-cipher.o N 00000217
pi-cipher.o N 0000021b
pi-cipher.o N 0000021d
pi-cipher.o N 0000021f
pi-cipher.o N 00000221
pi-cipher.o N 00000224
pi-cipher.o N 00000226
pi-cipher.o N 00000228
pi-cipher.o N 0000022d
pi-cipher.o N 00000230
pi-cipher.o N 00000233
pi-cipher.o N 00000239
pi-cipher.o N 0000023c
pi-cipher.o N 0000023f
pi-cipher.o N 00000249
pi-cipher.o N 0000024d
pi-cipher.o N 00000251
pi-cipher.o N 00000255
pi-cipher.o N 00000259
pi-cipher.o N 00000264
pi-cipher.o N 00000276
pi-cipher.o N 0000027a
pi-cipher.o N 00000287
pi-cipher.o N 0000028d
pi-cipher.o N 00000295
pi-cipher.o N 000002a7
pi-cipher.o N 000002b0
pi-cipher.o N 000002bd
pi-cipher.o N 000002c4
pi-cipher.o N 000002cf
pi-cipher.o N 000002e0
pi-cipher.o N 000002e4
pi-cipher.o N 000002f2
pi-cipher.o N 00000300
pi-cipher.o N 00000313
pi-cipher.o N 0000031d
pi-cipher.o N 00000321
pi-cipher.o N 0000032e
pi-cipher.o N 00000332
pi-cipher.o N 0000033f
pi-cipher.o N 00000349
pi-cipher.o N 0000035a
pi-cipher.o N 0000035e
pi-cipher.o N 00000361
pi-cipher.o N 00000377
pi-cipher.o N 00000392
pi-cipher.o N 000003a3
pi-cipher.o N 000003b4
pi-cipher.o N 000003c7
pi-cipher.o N 000003df
pi-cipher.o N 000003f2
pi-cipher.o N 0000040a
pi-cipher.o N 0000041e
pi-cipher.o N 00000432
pi-cipher.o N 00000434
pi-cipher.o N 0000043c
pi-cipher.o N 0000043f
pi-cipher.o N 00000446
pi-cipher.o N 00000452
pi-cipher.o N 00000455
pi-cipher.o N 00000459
pi-cipher.o N 0000045d
pi-cipher.o N 00000461
pi-cipher.o N 00000465
pi-cipher.o N 0000046e
pi-cipher.o N 00000475
pi-cipher.o N 00000482
pi-cipher.o N 0000048f
pi-cipher.o N 00000499
pi-cipher.o N 000004ac
pi-cipher.o N 000004b9
pi-cipher.o N 000004c6
pi-cipher.o N 000004cf
pi-cipher.o N 000004d9
pi-cipher.o N 000004dd
pi-cipher.o N 000004e5
pi-cipher.o N 000004ea
pi-cipher.o N 000004ef
pi-cipher.o N 000004f5
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref2clang -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 0000010d
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000017b
encrypt.o N 0000017d
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001c8
encrypt.o N 000001cd
encrypt.o N 000001d3
encrypt.o N 000001d6
encrypt.o N 000001db
encrypt.o N 000001de
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 0000010f
pi-cipher.o N 0000011e
pi-cipher.o N 00000123
pi-cipher.o N 0000012c
pi-cipher.o N 0000013b
pi-cipher.o N 0000013f
pi-cipher.o N 00000148
pi-cipher.o N 0000014f
pi-cipher.o N 00000163
pi-cipher.o N 0000016c
pi-cipher.o N 00000177
pi-cipher.o N 00000185
pi-cipher.o N 00000188
pi-cipher.o N 00000190
pi-cipher.o N 0000019d
pi-cipher.o N 000001a6
pi-cipher.o N 000001b1
pi-cipher.o N 000001be
pi-cipher.o N 000001d5
pi-cipher.o N 000001d9
pi-cipher.o N 000001e2
pi-cipher.o N 000001f2
pi-cipher.o N 000001f6
pi-cipher.o N 000001fa
pi-cipher.o N 000001fc
pi-cipher.o N 00000200
pi-cipher.o N 00000205
pi-cipher.o N 00000207
pi-cipher.o N 00000209
pi-cipher.o N 0000020d
pi-cipher.o N 0000020f
pi-cipher.o N 00000213
pi-cipher.o N 00000216
pi-cipher.o N 0000021a
pi-cipher.o N 0000021c
pi-cipher.o N 0000021e
pi-cipher.o N 00000220
pi-cipher.o N 00000223
pi-cipher.o N 00000225
pi-cipher.o N 00000227
pi-cipher.o N 0000022c
pi-cipher.o N 0000022f
pi-cipher.o N 00000235
pi-cipher.o N 00000238
pi-cipher.o N 0000023b
pi-cipher.o N 0000023e
pi-cipher.o N 00000248
pi-cipher.o N 0000024c
pi-cipher.o N 00000250
pi-cipher.o N 00000254
pi-cipher.o N 00000258
pi-cipher.o N 00000263
pi-cipher.o N 00000275
pi-cipher.o N 00000279
pi-cipher.o N 00000286
pi-cipher.o N 0000028c
pi-cipher.o N 00000294
pi-cipher.o N 000002a6
pi-cipher.o N 000002af
pi-cipher.o N 000002bc
pi-cipher.o N 000002c3
pi-cipher.o N 000002ce
pi-cipher.o N 000002df
pi-cipher.o N 000002e3
pi-cipher.o N 000002f1
pi-cipher.o N 000002ff
pi-cipher.o N 00000312
pi-cipher.o N 0000031c
pi-cipher.o N 00000320
pi-cipher.o N 0000032d
pi-cipher.o N 00000331
pi-cipher.o N 0000033e
pi-cipher.o N 00000348
pi-cipher.o N 00000359
pi-cipher.o N 0000035d
pi-cipher.o N 00000360
pi-cipher.o N 00000376
pi-cipher.o N 00000391
pi-cipher.o N 000003a2
pi-cipher.o N 000003b3
pi-cipher.o N 000003c6
pi-cipher.o N 000003de
pi-cipher.o N 000003f1
pi-cipher.o N 00000409
pi-cipher.o N 0000041d
pi-cipher.o N 00000431
pi-cipher.o N 00000433
pi-cipher.o N 0000043b
pi-cipher.o N 0000043e
pi-cipher.o N 00000445
pi-cipher.o N 00000451
pi-cipher.o N 00000454
pi-cipher.o N 00000458
pi-cipher.o N 0000045c
pi-cipher.o N 00000460
pi-cipher.o N 00000464
pi-cipher.o N 0000046d
pi-cipher.o N 00000474
pi-cipher.o N 00000481
pi-cipher.o N 0000048e
pi-cipher.o N 00000498
pi-cipher.o N 000004ab
pi-cipher.o N 000004b8
pi-cipher.o N 000004c5
pi-cipher.o N 000004ce
pi-cipher.o N 000004d8
pi-cipher.o N 000004dc
pi-cipher.o N 000004e4
pi-cipher.o N 000004e9
pi-cipher.o N 000004ee
pi-cipher.o N 000004f4
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref2clang -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c4
encrypt.o N 000001c9
encrypt.o N 000001ce
encrypt.o N 000001d4
encrypt.o N 000001d7
encrypt.o N 000001dc
encrypt.o N 000001df
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000016d
pi-cipher.o N 00000178
pi-cipher.o N 00000186
pi-cipher.o N 00000189
pi-cipher.o N 00000191
pi-cipher.o N 0000019e
pi-cipher.o N 000001a7
pi-cipher.o N 000001b2
pi-cipher.o N 000001bf
pi-cipher.o N 000001d6
pi-cipher.o N 000001da
pi-cipher.o N 000001e3
pi-cipher.o N 000001f3
pi-cipher.o N 000001f7
pi-cipher.o N 000001fb
pi-cipher.o N 000001fd
pi-cipher.o N 00000200
pi-cipher.o N 00000205
pi-cipher.o N 00000207
pi-cipher.o N 00000209
pi-cipher.o N 0000020b
pi-cipher.o N 0000020d
pi-cipher.o N 00000210
pi-cipher.o N 00000218
pi-cipher.o N 0000021c
pi-cipher.o N 00000220
pi-cipher.o N 00000224
pi-cipher.o N 00000228
pi-cipher.o N 00000233
pi-cipher.o N 00000235
pi-cipher.o N 00000240
pi-cipher.o N 00000244
pi-cipher.o N 0000024e
pi-cipher.o N 00000260
pi-cipher.o N 00000271
pi-cipher.o N 00000275
pi-cipher.o N 00000288
pi-cipher.o N 0000028e
pi-cipher.o N 00000297
pi-cipher.o N 000002a4
pi-cipher.o N 000002ab
pi-cipher.o N 000002bc
pi-cipher.o N 000002c0
pi-cipher.o N 000002c3
pi-cipher.o N 000002c6
pi-cipher.o N 000002cc
pi-cipher.o N 000002cf
pi-cipher.o N 000002d2
pi-cipher.o N 000002d7
pi-cipher.o N 000002e1
pi-cipher.o N 000002e4
pi-cipher.o N 000002fa
pi-cipher.o N 00000307
pi-cipher.o N 00000322
pi-cipher.o N 00000334
pi-cipher.o N 00000345
pi-cipher.o N 00000353
pi-cipher.o N 00000364
pi-cipher.o N 00000372
pi-cipher.o N 00000385
pi-cipher.o N 0000039d
pi-cipher.o N 000003b0
pi-cipher.o N 000003c8
pi-cipher.o N 000003dc
pi-cipher.o N 000003f0
pi-cipher.o N 000003f4
pi-cipher.o N 000003f8
pi-cipher.o N 00000402
pi-cipher.o N 00000406
pi-cipher.o N 00000413
pi-cipher.o N 00000417
pi-cipher.o N 00000424
pi-cipher.o N 00000426
pi-cipher.o N 0000042e
pi-cipher.o N 00000431
pi-cipher.o N 00000438
pi-cipher.o N 00000444
pi-cipher.o N 00000447
pi-cipher.o N 0000044b
pi-cipher.o N 0000044f
pi-cipher.o N 00000453
pi-cipher.o N 00000457
pi-cipher.o N 00000460
pi-cipher.o N 00000467
pi-cipher.o N 00000474
pi-cipher.o N 00000481
pi-cipher.o N 0000048b
pi-cipher.o N 0000049e
pi-cipher.o N 000004ab
pi-cipher.o N 000004b8
pi-cipher.o N 000004c1
pi-cipher.o N 000004cb
pi-cipher.o N 000004cf
pi-cipher.o N 000004d7
pi-cipher.o N 000004dc
pi-cipher.o N 000004e1
pi-cipher.o N 000004e7
pi-cipher.o N 000004ee
pi-cipher.o N 000004f0
pi-cipher.o N 000004f2
pi-cipher.o N 000004f4
pi-cipher.o N 000004f8
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref2clang -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 0000010d
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000017b
encrypt.o N 0000017d
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c3
encrypt.o N 000001c8
encrypt.o N 000001cd
encrypt.o N 000001d3
encrypt.o N 000001d6
encrypt.o N 000001db
encrypt.o N 000001de
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 0000010f
pi-cipher.o N 0000011e
pi-cipher.o N 00000123
pi-cipher.o N 0000012c
pi-cipher.o N 0000013b
pi-cipher.o N 0000013f
pi-cipher.o N 00000148
pi-cipher.o N 0000014f
pi-cipher.o N 00000163
pi-cipher.o N 0000016c
pi-cipher.o N 00000177
pi-cipher.o N 00000185
pi-cipher.o N 00000188
pi-cipher.o N 00000190
pi-cipher.o N 0000019d
pi-cipher.o N 000001a6
pi-cipher.o N 000001b1
pi-cipher.o N 000001be
pi-cipher.o N 000001d5
pi-cipher.o N 000001d9
pi-cipher.o N 000001e2
pi-cipher.o N 000001f2
pi-cipher.o N 000001f6
pi-cipher.o N 000001fa
pi-cipher.o N 000001fc
pi-cipher.o N 00000200
pi-cipher.o N 00000205
pi-cipher.o N 00000207
pi-cipher.o N 00000209
pi-cipher.o N 0000020d
pi-cipher.o N 0000020f
pi-cipher.o N 00000213
pi-cipher.o N 00000216
pi-cipher.o N 0000021a
pi-cipher.o N 0000021c
pi-cipher.o N 0000021e
pi-cipher.o N 00000220
pi-cipher.o N 00000223
pi-cipher.o N 00000225
pi-cipher.o N 00000227
pi-cipher.o N 0000022c
pi-cipher.o N 0000022f
pi-cipher.o N 00000232
pi-cipher.o N 00000238
pi-cipher.o N 0000023b
pi-cipher.o N 0000023e
pi-cipher.o N 00000248
pi-cipher.o N 0000024c
pi-cipher.o N 00000250
pi-cipher.o N 00000254
pi-cipher.o N 00000258
pi-cipher.o N 00000263
pi-cipher.o N 00000275
pi-cipher.o N 00000279
pi-cipher.o N 00000286
pi-cipher.o N 0000028c
pi-cipher.o N 00000294
pi-cipher.o N 000002a6
pi-cipher.o N 000002af
pi-cipher.o N 000002bc
pi-cipher.o N 000002c3
pi-cipher.o N 000002ce
pi-cipher.o N 000002df
pi-cipher.o N 000002e3
pi-cipher.o N 000002f1
pi-cipher.o N 000002ff
pi-cipher.o N 00000312
pi-cipher.o N 0000031c
pi-cipher.o N 00000320
pi-cipher.o N 0000032d
pi-cipher.o N 00000331
pi-cipher.o N 0000033e
pi-cipher.o N 00000348
pi-cipher.o N 00000359
pi-cipher.o N 0000035d
pi-cipher.o N 00000360
pi-cipher.o N 00000376
pi-cipher.o N 00000391
pi-cipher.o N 000003a2
pi-cipher.o N 000003b3
pi-cipher.o N 000003c6
pi-cipher.o N 000003de
pi-cipher.o N 000003f1
pi-cipher.o N 00000409
pi-cipher.o N 0000041d
pi-cipher.o N 00000431
pi-cipher.o N 00000433
pi-cipher.o N 0000043b
pi-cipher.o N 0000043e
pi-cipher.o N 00000445
pi-cipher.o N 00000451
pi-cipher.o N 00000454
pi-cipher.o N 00000458
pi-cipher.o N 0000045c
pi-cipher.o N 00000460
pi-cipher.o N 00000464
pi-cipher.o N 0000046d
pi-cipher.o N 00000474
pi-cipher.o N 00000481
pi-cipher.o N 0000048e
pi-cipher.o N 00000498
pi-cipher.o N 000004ab
pi-cipher.o N 000004b8
pi-cipher.o N 000004c5
pi-cipher.o N 000004ce
pi-cipher.o N 000004d8
pi-cipher.o N 000004dc
pi-cipher.o N 000004e4
pi-cipher.o N 000004e9
pi-cipher.o N 000004ee
pi-cipher.o N 000004f4
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

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


pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi16_process_smn T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:ref2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ref2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ref2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:ref2gcc -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cc
encrypt.o N 000001d2
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001dd
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000017b
pi-cipher.o N 0000017f
pi-cipher.o N 00000188
pi-cipher.o N 00000196
pi-cipher.o N 00000199
pi-cipher.o N 000001a1
pi-cipher.o N 000001b1
pi-cipher.o N 000001b5
pi-cipher.o N 000001b8
pi-cipher.o N 000001bd
pi-cipher.o N 000001bf
pi-cipher.o N 000001c3
pi-cipher.o N 000001c7
pi-cipher.o N 000001c9
pi-cipher.o N 000001cb
pi-cipher.o N 000001cd
pi-cipher.o N 000001d0
pi-cipher.o N 000001d2
pi-cipher.o N 000001d4
pi-cipher.o N 000001d6
pi-cipher.o N 000001d8
pi-cipher.o N 000001dd
pi-cipher.o N 000001e0
pi-cipher.o N 000001e6
pi-cipher.o N 000001e9
pi-cipher.o N 000001ec
pi-cipher.o N 000001ef
pi-cipher.o N 000001f9
pi-cipher.o N 000001fd
pi-cipher.o N 00000201
pi-cipher.o N 00000205
pi-cipher.o N 00000209
pi-cipher.o N 00000214
pi-cipher.o N 00000226
pi-cipher.o N 0000022a
pi-cipher.o N 00000237
pi-cipher.o N 0000023d
pi-cipher.o N 00000245
pi-cipher.o N 00000257
pi-cipher.o N 00000260
pi-cipher.o N 0000026d
pi-cipher.o N 00000274
pi-cipher.o N 0000027f
pi-cipher.o N 00000290
pi-cipher.o N 00000294
pi-cipher.o N 000002a2
pi-cipher.o N 000002b0
pi-cipher.o N 000002c3
pi-cipher.o N 000002cd
pi-cipher.o N 000002d1
pi-cipher.o N 000002de
pi-cipher.o N 000002e2
pi-cipher.o N 000002ef
pi-cipher.o N 000002f9
pi-cipher.o N 0000030a
pi-cipher.o N 0000030e
pi-cipher.o N 00000311
pi-cipher.o N 00000327
pi-cipher.o N 00000342
pi-cipher.o N 00000353
pi-cipher.o N 00000364
pi-cipher.o N 00000377
pi-cipher.o N 0000038f
pi-cipher.o N 000003a2
pi-cipher.o N 000003ba
pi-cipher.o N 000003ce
pi-cipher.o N 000003e2
pi-cipher.o N 000003e4
pi-cipher.o N 000003ec
pi-cipher.o N 000003ef
pi-cipher.o N 000003f6
pi-cipher.o N 00000402
pi-cipher.o N 00000405
pi-cipher.o N 00000409
pi-cipher.o N 0000040d
pi-cipher.o N 00000411
pi-cipher.o N 00000415
pi-cipher.o N 0000041c
pi-cipher.o N 00000429
pi-cipher.o N 0000042d
pi-cipher.o N 00000437
pi-cipher.o N 00000441
pi-cipher.o N 00000454
pi-cipher.o N 00000461
pi-cipher.o N 0000046e
pi-cipher.o N 00000477
pi-cipher.o N 0000047f
pi-cipher.o N 00000484
pi-cipher.o N 00000489
pi-cipher.o N 0000048f
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref3clang -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cc
encrypt.o N 000001d2
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001dd
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000017b
pi-cipher.o N 0000017f
pi-cipher.o N 00000188
pi-cipher.o N 00000196
pi-cipher.o N 00000199
pi-cipher.o N 000001a1
pi-cipher.o N 000001b1
pi-cipher.o N 000001b5
pi-cipher.o N 000001b8
pi-cipher.o N 000001bd
pi-cipher.o N 000001bf
pi-cipher.o N 000001c3
pi-cipher.o N 000001c7
pi-cipher.o N 000001c9
pi-cipher.o N 000001cb
pi-cipher.o N 000001cd
pi-cipher.o N 000001d0
pi-cipher.o N 000001d2
pi-cipher.o N 000001d4
pi-cipher.o N 000001d6
pi-cipher.o N 000001d8
pi-cipher.o N 000001dd
pi-cipher.o N 000001e0
pi-cipher.o N 000001e3
pi-cipher.o N 000001e9
pi-cipher.o N 000001ec
pi-cipher.o N 000001ef
pi-cipher.o N 000001f9
pi-cipher.o N 000001fd
pi-cipher.o N 00000201
pi-cipher.o N 00000205
pi-cipher.o N 00000209
pi-cipher.o N 00000214
pi-cipher.o N 00000226
pi-cipher.o N 0000022a
pi-cipher.o N 00000237
pi-cipher.o N 0000023d
pi-cipher.o N 00000245
pi-cipher.o N 00000257
pi-cipher.o N 00000260
pi-cipher.o N 0000026d
pi-cipher.o N 00000274
pi-cipher.o N 0000027f
pi-cipher.o N 00000290
pi-cipher.o N 00000294
pi-cipher.o N 000002a2
pi-cipher.o N 000002b0
pi-cipher.o N 000002c3
pi-cipher.o N 000002d4
pi-cipher.o N 000002d8
pi-cipher.o N 000002e2
pi-cipher.o N 000002e5
pi-cipher.o N 000002fb
pi-cipher.o N 00000316
pi-cipher.o N 00000327
pi-cipher.o N 00000338
pi-cipher.o N 0000034b
pi-cipher.o N 00000363
pi-cipher.o N 00000376
pi-cipher.o N 0000038e
pi-cipher.o N 000003a2
pi-cipher.o N 000003b6
pi-cipher.o N 000003c0
pi-cipher.o N 000003c4
pi-cipher.o N 000003d1
pi-cipher.o N 000003d5
pi-cipher.o N 000003e2
pi-cipher.o N 000003e4
pi-cipher.o N 000003ec
pi-cipher.o N 000003ef
pi-cipher.o N 000003f6
pi-cipher.o N 00000402
pi-cipher.o N 00000405
pi-cipher.o N 00000409
pi-cipher.o N 0000040d
pi-cipher.o N 00000411
pi-cipher.o N 00000415
pi-cipher.o N 0000041c
pi-cipher.o N 00000429
pi-cipher.o N 0000042d
pi-cipher.o N 00000437
pi-cipher.o N 00000441
pi-cipher.o N 00000454
pi-cipher.o N 00000461
pi-cipher.o N 0000046e
pi-cipher.o N 00000477
pi-cipher.o N 0000047f
pi-cipher.o N 00000484
pi-cipher.o N 00000489
pi-cipher.o N 0000048f
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref3clang -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 0000010d
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000017b
encrypt.o N 0000017d
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d1
encrypt.o N 000001d4
encrypt.o N 000001d9
encrypt.o N 000001dc
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 0000010f
pi-cipher.o N 0000011e
pi-cipher.o N 00000123
pi-cipher.o N 0000012c
pi-cipher.o N 0000013b
pi-cipher.o N 0000013f
pi-cipher.o N 00000148
pi-cipher.o N 0000014f
pi-cipher.o N 00000163
pi-cipher.o N 0000017a
pi-cipher.o N 0000017e
pi-cipher.o N 00000187
pi-cipher.o N 00000195
pi-cipher.o N 00000198
pi-cipher.o N 000001a0
pi-cipher.o N 000001b0
pi-cipher.o N 000001b4
pi-cipher.o N 000001b7
pi-cipher.o N 000001bc
pi-cipher.o N 000001be
pi-cipher.o N 000001c2
pi-cipher.o N 000001c6
pi-cipher.o N 000001c8
pi-cipher.o N 000001ca
pi-cipher.o N 000001cc
pi-cipher.o N 000001cf
pi-cipher.o N 000001d1
pi-cipher.o N 000001d3
pi-cipher.o N 000001d5
pi-cipher.o N 000001d7
pi-cipher.o N 000001dc
pi-cipher.o N 000001df
pi-cipher.o N 000001e5
pi-cipher.o N 000001e8
pi-cipher.o N 000001eb
pi-cipher.o N 000001ee
pi-cipher.o N 000001f8
pi-cipher.o N 000001fc
pi-cipher.o N 00000200
pi-cipher.o N 00000204
pi-cipher.o N 00000208
pi-cipher.o N 00000213
pi-cipher.o N 00000225
pi-cipher.o N 00000229
pi-cipher.o N 00000236
pi-cipher.o N 0000023c
pi-cipher.o N 00000244
pi-cipher.o N 00000256
pi-cipher.o N 0000025f
pi-cipher.o N 0000026c
pi-cipher.o N 00000273
pi-cipher.o N 0000027e
pi-cipher.o N 0000028f
pi-cipher.o N 00000293
pi-cipher.o N 000002a1
pi-cipher.o N 000002af
pi-cipher.o N 000002c2
pi-cipher.o N 000002cc
pi-cipher.o N 000002d0
pi-cipher.o N 000002dd
pi-cipher.o N 000002e1
pi-cipher.o N 000002ee
pi-cipher.o N 000002f8
pi-cipher.o N 00000309
pi-cipher.o N 0000030d
pi-cipher.o N 00000310
pi-cipher.o N 00000326
pi-cipher.o N 00000341
pi-cipher.o N 00000352
pi-cipher.o N 00000363
pi-cipher.o N 00000376
pi-cipher.o N 0000038e
pi-cipher.o N 000003a1
pi-cipher.o N 000003b9
pi-cipher.o N 000003cd
pi-cipher.o N 000003e1
pi-cipher.o N 000003e3
pi-cipher.o N 000003eb
pi-cipher.o N 000003ee
pi-cipher.o N 000003f5
pi-cipher.o N 00000401
pi-cipher.o N 00000404
pi-cipher.o N 00000408
pi-cipher.o N 0000040c
pi-cipher.o N 00000410
pi-cipher.o N 00000414
pi-cipher.o N 0000041b
pi-cipher.o N 00000428
pi-cipher.o N 0000042c
pi-cipher.o N 00000436
pi-cipher.o N 00000440
pi-cipher.o N 00000453
pi-cipher.o N 00000460
pi-cipher.o N 0000046d
pi-cipher.o N 00000476
pi-cipher.o N 0000047e
pi-cipher.o N 00000483
pi-cipher.o N 00000488
pi-cipher.o N 0000048e
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref3clang -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 0000010e
encrypt.o N 00000143
encrypt.o N 00000147
encrypt.o N 0000017c
encrypt.o N 0000017e
encrypt.o N 0000018c
encrypt.o N 00000191
encrypt.o N 000001a8
encrypt.o N 000001aa
encrypt.o N 000001ac
encrypt.o N 000001b9
encrypt.o N 000001c0
encrypt.o N 000001c2
encrypt.o N 000001c7
encrypt.o N 000001cc
encrypt.o N 000001d2
encrypt.o N 000001d5
encrypt.o N 000001da
encrypt.o N 000001dd
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 00000110
pi-cipher.o N 0000011f
pi-cipher.o N 00000124
pi-cipher.o N 0000012d
pi-cipher.o N 0000013c
pi-cipher.o N 00000140
pi-cipher.o N 00000149
pi-cipher.o N 00000150
pi-cipher.o N 00000164
pi-cipher.o N 0000017b
pi-cipher.o N 0000017f
pi-cipher.o N 00000188
pi-cipher.o N 00000196
pi-cipher.o N 00000199
pi-cipher.o N 000001a1
pi-cipher.o N 000001b1
pi-cipher.o N 000001b5
pi-cipher.o N 000001b8
pi-cipher.o N 000001bd
pi-cipher.o N 000001bf
pi-cipher.o N 000001c1
pi-cipher.o N 000001c3
pi-cipher.o N 000001c5
pi-cipher.o N 000001c8
pi-cipher.o N 000001d0
pi-cipher.o N 000001d4
pi-cipher.o N 000001d8
pi-cipher.o N 000001dc
pi-cipher.o N 000001e0
pi-cipher.o N 000001eb
pi-cipher.o N 000001ed
pi-cipher.o N 000001ff
pi-cipher.o N 00000205
pi-cipher.o N 0000020e
pi-cipher.o N 0000021b
pi-cipher.o N 00000222
pi-cipher.o N 0000022d
pi-cipher.o N 0000022f
pi-cipher.o N 00000233
pi-cipher.o N 0000023d
pi-cipher.o N 0000024f
pi-cipher.o N 0000025d
pi-cipher.o N 0000026e
pi-cipher.o N 00000272
pi-cipher.o N 00000280
pi-cipher.o N 00000293
pi-cipher.o N 000002a4
pi-cipher.o N 000002a8
pi-cipher.o N 000002ab
pi-cipher.o N 000002af
pi-cipher.o N 000002b2
pi-cipher.o N 000002b7
pi-cipher.o N 000002bd
pi-cipher.o N 000002c0
pi-cipher.o N 000002c3
pi-cipher.o N 000002cd
pi-cipher.o N 000002d0
pi-cipher.o N 000002e6
pi-cipher.o N 000002f3
pi-cipher.o N 0000030e
pi-cipher.o N 0000031f
pi-cipher.o N 00000330
pi-cipher.o N 00000343
pi-cipher.o N 0000035b
pi-cipher.o N 0000036e
pi-cipher.o N 00000386
pi-cipher.o N 0000039a
pi-cipher.o N 000003ae
pi-cipher.o N 000003b2
pi-cipher.o N 000003bc
pi-cipher.o N 000003c0
pi-cipher.o N 000003cd
pi-cipher.o N 000003d1
pi-cipher.o N 000003de
pi-cipher.o N 000003e0
pi-cipher.o N 000003e8
pi-cipher.o N 000003eb
pi-cipher.o N 000003f2
pi-cipher.o N 000003fe
pi-cipher.o N 00000401
pi-cipher.o N 00000405
pi-cipher.o N 00000409
pi-cipher.o N 0000040d
pi-cipher.o N 00000411
pi-cipher.o N 00000418
pi-cipher.o N 00000425
pi-cipher.o N 00000429
pi-cipher.o N 00000433
pi-cipher.o N 0000043d
pi-cipher.o N 00000450
pi-cipher.o N 0000045d
pi-cipher.o N 0000046a
pi-cipher.o N 00000473
pi-cipher.o N 0000047b
pi-cipher.o N 00000480
pi-cipher.o N 00000485
pi-cipher.o N 0000048b
pi-cipher.o N 00000492
pi-cipher.o N 00000494
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:ref3clang -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 0000010d
encrypt.o N 00000142
encrypt.o N 00000146
encrypt.o N 0000017b
encrypt.o N 0000017d
encrypt.o N 0000018b
encrypt.o N 00000190
encrypt.o N 000001a7
encrypt.o N 000001a9
encrypt.o N 000001ab
encrypt.o N 000001b8
encrypt.o N 000001bf
encrypt.o N 000001c1
encrypt.o N 000001c6
encrypt.o N 000001cb
encrypt.o N 000001d1
encrypt.o N 000001d4
encrypt.o N 000001d9
encrypt.o N 000001dc
pi-cipher.o N 00000000
pi-cipher.o N 00000037
pi-cipher.o N 00000043
pi-cipher.o N 0000010f
pi-cipher.o N 0000011e
pi-cipher.o N 00000123
pi-cipher.o N 0000012c
pi-cipher.o N 0000013b
pi-cipher.o N 0000013f
pi-cipher.o N 00000148
pi-cipher.o N 0000014f
pi-cipher.o N 00000163
pi-cipher.o N 0000017a
pi-cipher.o N 0000017e
pi-cipher.o N 00000187
pi-cipher.o N 00000195
pi-cipher.o N 00000198
pi-cipher.o N 000001a0
pi-cipher.o N 000001b0
pi-cipher.o N 000001b4
pi-cipher.o N 000001b7
pi-cipher.o N 000001bc
pi-cipher.o N 000001be
pi-cipher.o N 000001c2
pi-cipher.o N 000001c6
pi-cipher.o N 000001c8
pi-cipher.o N 000001ca
pi-cipher.o N 000001cc
pi-cipher.o N 000001cf
pi-cipher.o N 000001d1
pi-cipher.o N 000001d3
pi-cipher.o N 000001d5
pi-cipher.o N 000001d7
pi-cipher.o N 000001dc
pi-cipher.o N 000001df
pi-cipher.o N 000001e2
pi-cipher.o N 000001e8
pi-cipher.o N 000001eb
pi-cipher.o N 000001ee
pi-cipher.o N 000001f8
pi-cipher.o N 000001fc
pi-cipher.o N 00000200
pi-cipher.o N 00000204
pi-cipher.o N 00000208
pi-cipher.o N 00000213
pi-cipher.o N 00000225
pi-cipher.o N 00000229
pi-cipher.o N 00000236
pi-cipher.o N 0000023c
pi-cipher.o N 00000244
pi-cipher.o N 00000256
pi-cipher.o N 0000025f
pi-cipher.o N 0000026c
pi-cipher.o N 00000273
pi-cipher.o N 0000027e
pi-cipher.o N 0000028f
pi-cipher.o N 00000293
pi-cipher.o N 000002a1
pi-cipher.o N 000002af
pi-cipher.o N 000002c2
pi-cipher.o N 000002d3
pi-cipher.o N 000002d7
pi-cipher.o N 000002e1
pi-cipher.o N 000002e4
pi-cipher.o N 000002fa
pi-cipher.o N 00000315
pi-cipher.o N 00000326
pi-cipher.o N 00000337
pi-cipher.o N 0000034a
pi-cipher.o N 00000362
pi-cipher.o N 00000375
pi-cipher.o N 0000038d
pi-cipher.o N 000003a1
pi-cipher.o N 000003b5
pi-cipher.o N 000003bf
pi-cipher.o N 000003c3
pi-cipher.o N 000003d0
pi-cipher.o N 000003d4
pi-cipher.o N 000003e1
pi-cipher.o N 000003e3
pi-cipher.o N 000003eb
pi-cipher.o N 000003ee
pi-cipher.o N 000003f5
pi-cipher.o N 00000401
pi-cipher.o N 00000404
pi-cipher.o N 00000408
pi-cipher.o N 0000040c
pi-cipher.o N 00000410
pi-cipher.o N 00000414
pi-cipher.o N 0000041b
pi-cipher.o N 00000428
pi-cipher.o N 0000042c
pi-cipher.o N 00000436
pi-cipher.o N 00000440
pi-cipher.o N 00000453
pi-cipher.o N 00000460
pi-cipher.o N 0000046d
pi-cipher.o N 00000476
pi-cipher.o N 0000047e
pi-cipher.o N 00000483
pi-cipher.o N 00000488
pi-cipher.o N 0000048e
pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

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


pi-cipher.o pi16_decrypt_block T
pi-cipher.o pi16_decrypt_last_block T
pi-cipher.o pi16_decrypt_simple T
pi-cipher.o pi16_decrypt_smn T
pi-cipher.o pi16_encrypt_block T
pi-cipher.o pi16_encrypt_last_block T
pi-cipher.o pi16_encrypt_simple T
pi-cipher.o pi16_encrypt_smn T
pi-cipher.o pi16_extract_tag T
pi-cipher.o pi16_init T
pi-cipher.o pi16_process_ad_block T
pi-cipher.o pi16_process_ad_last_block T
pi-cipher.o pi_cipher_name D

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