Test results for amd64, hydra8, crypto_kem/mceliece348864pc

[Page version: 20260312 23:03:09]

Measurements for amd64, hydra8, crypto_kem Test results for amd64, hydra8, crypto_kem Test results for crypto_kem/mceliece348864pc
Computer: hydra8
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20260217
Operation: crypto_kem
Primitive: mceliece348864pc
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
28890496238 0 0174957 1336 2312sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
290778148606 0 0228775 1304 2376ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
293499117286 0 0196901 1336 2312sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
31189073065 0 0151399 1304 2376ssegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
31994865309 0 0142543 1328 2312sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
32336070630 0 0147917 1336 2312sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
68192896770 0 0179349 1336 2312vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
712933104570 0 0186733 1336 2312vecclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
74947174233 0 0155957 1336 2312vecclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
81703183713 0 0165559 1304 2376vecgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
91915447085 0 0126535 1336 2312vecclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
99788643086 0 0123341 1344 2312vecclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
101812147141 0 0127183 1304 2376vecgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
140851034673 0 0113298 1296 2344vecgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
146020241661 0 0121383 1304 2376vecgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
1582141066606 0 0144495 1304 2376ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
1582242561002 0 0137729 1288 2344ssegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
6411984149485 0 0129469 1336 2312refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
6422671629479 0 0108653 1336 2312refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
7187021642307 0 0122485 1336 2312refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
7300353533607 0 0113361 1312 2376refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
8117100416090 0 093095 1328 2312refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
10969427717191 0 095129 1312 2376refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
11109062211949 0 088107 1296 2344refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
11497383115530 0 093149 1336 2312refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2026030820260217
11627984115547 0 092895 1304 2376refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2026030820260217

Compiler output


decrypt.c: In file included from decrypt.c:16:
decrypt.c: In file included from ./fft_tr.h:11:
decrypt.c: ./vec256.h:74:9: error: always_inline function '_mm256_and_si256' requires target feature 'avx2', but would be inlined into function 'vec256_and' that is compiled without support for 'avx2'
decrypt.c:    74 |         return _mm256_and_si256(a, b);
decrypt.c:       |                ^
decrypt.c: ./vec256.h:84:9: error: always_inline function '_mm256_or_si256' requires target feature 'avx2', but would be inlined into function 'vec256_or' that is compiled without support for 'avx2'
decrypt.c:    84 |         return _mm256_or_si256(a, b);
decrypt.c:       |                ^
decrypt.c: ./vec256.h:79:9: error: always_inline function '_mm256_xor_si256' requires target feature 'avx2', but would be inlined into function 'vec256_xor' that is compiled without support for 'avx2'
decrypt.c:    79 |         return _mm256_xor_si256(a, b);
decrypt.c:       |                ^
decrypt.c: 3 errors generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avxclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
avxclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
avxclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
avxclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Compiler output


decrypt.c: decrypt.c:218:11: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
decrypt.c:   218 |         allone = vec256_set1_16b(0xFFFF);
decrypt.c:       |                  ^
decrypt.c: decrypt.c:222:17: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
decrypt.c:   222 |                 error256[i] = vec256_or_reduce(eval[i]);
decrypt.c:       |                               ^
decrypt.c: decrypt.c:223:17: warning: AVX vector argument of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
decrypt.c:   223 |                 error256[i] = vec256_xor(error256[i], allone);
decrypt.c:       |                               ^
decrypt.c: decrypt.c:151:12: warning: AVX vector return of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
decrypt.c:   151 |                 out[i] = vec256_set4x(v[0], v[1], v[2], v[3]);
decrypt.c:       |                          ^
decrypt.c: In file included from decrypt.c:16:
decrypt.c: In file included from ./fft_tr.h:11:
decrypt.c: ./vec256.h:35:10: error: always_inline function '_mm256_set_epi64x' requires target feature 'avx', but would be inlined into function 'vec256_set4x' that is compiled without support for 'avx'
decrypt.c:    35 |         return  _mm256_set_epi64x(a3, a2, a1, a0);
decrypt.c:       |                 ^
decrypt.c: ./vec256.h:35:10: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
decrypt.c: decrypt.c:60:15: warning: AVX vector argument of type 'vec256' (aka '__m256i') without 'avx' enabled changes the ABI [-Wpsabi]
decrypt.c:    60 |                 out[i][j] = vec256_and(inv[i][j], recv[i]);
decrypt.c:       |                             ^
decrypt.c: In file included from decrypt.c:16:
decrypt.c: In file included from ./fft_tr.h:11:
decrypt.c: ./vec256.h:74:9: error: always_inline function '_mm256_and_si256' requires target feature 'avx2', but would be inlined into function 'vec256_and' that is compiled without support for 'avx2'
decrypt.c:    74 |         return _mm256_and_si256(a, b);
decrypt.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
avxclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Compiler output


decrypt.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/13/include/immintrin.h:51,
decrypt.c:                  from vec256.h:9,
decrypt.c:                  from fft_tr.h:11,
decrypt.c:                  from decrypt.c:16:
decrypt.c: /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h: In function 'vec256_and':
decrypt.c: /usr/lib/gcc/x86_64-linux-gnu/13/include/avx2intrin.h:179:1: error: inlining failed in call to 'always_inline' '_mm256_and_si256': target specific option mismatch
decrypt.c:   179 | _mm256_and_si256 (__m256i __A, __m256i __B)
decrypt.c:       | ^~~~~~~~~~~~~~~~
decrypt.c: vec256.h:74:16: note: called from here
decrypt.c:    74 |         return _mm256_and_si256(a, b);
decrypt.c:       |                ^~~~~~~~~~~~~~~~~~~~~~

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

Compiler output


pk_gen.c: pk_gen.c:211:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c:   211 |                 uint64_t w[ PK_NROWS ][ nBlocks_I*2 ];
pk_gen.c:       |                          ^
pk_gen.c: pk_gen.c:212:12: warning: variable length array folded to constant array as an extension [-Wgnu-folding-constant]
pk_gen.c:   212 |                 vec128   v[ PK_NROWS ][ nBlocks_I ];
pk_gen.c:       |                          ^
pk_gen.c: 2 warnings generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Compiler output


decrypt.c: In file included from decrypt.c:10:
decrypt.c: In file included from ./vec128_gf.h:11:
decrypt.c: ./vec128.h:33:9: error: always_inline function '_mm_testz_si128' requires target feature 'sse4.1', but would be inlined into function 'vec128_testz' that is compiled without support for 'sse4.1'
decrypt.c:    33 |         return _mm_testz_si128(a, a);
decrypt.c:       |                ^
decrypt.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

TIMECOP error (can be valgrind bug)


error 99
3ab9ea075abf30541a0f35e682ed9e0022cef4e1423a8b9dae33923d65f08429 55748717 10819783415 3500000000 crypto_kem/mceliece348864pc/sse +0
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

TIMECOP error (can be valgrind bug)


error 99
3ab9ea075abf30541a0f35e682ed9e0022cef4e1423a8b9dae33923d65f08429 57916764 11304756624 3500000000 crypto_kem/mceliece348864pc/sse +0
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

TIMECOP error (can be valgrind bug)


error 99
3ab9ea075abf30541a0f35e682ed9e0022cef4e1423a8b9dae33923d65f08429 51770404 11916478808 3500000000 crypto_kem/mceliece348864pc/sse +0
Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:344)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Use of uninitialised value of size 1
   at 0x...: gen_e (encrypt.c:92)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_pke_encrypt (encrypt.c:111)
   by 0x...: crypto_kem_mceliece348864pc_sse_constbranchindex_operation_enc (kem_enc.c:30)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:356)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
sseclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))

Passed TIMECOP


TIMECOP iterations: 1

Number of similar (implementation,compiler) pairs: 23, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
sseclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
ssegcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
ssegcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
ssegcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
ssegcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
vecclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
vecclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
vecclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
vecclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_18.1.3_(1ubuntu1))
vecgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
vecgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
vecgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)
vecgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0)