Test results for amd64, speed2supercop, crypto_kem/newhope512cca
[Page version: 20241023 21:37:24]
Measurements for amd64, speed2supercop, crypto_kem
Test results for amd64, speed2supercop, crypto_kem
Test results for crypto_kem/newhope512cca
Computer: speed2supercop
Microarchitecture: amd64; Haswell+AES (306c3)
Architecture: amd64
CPU ID: GenuineIntel-000306c3-1fc9cbf5
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: newhope512cca
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
173656 | 163900 0 0 | 185581 800 1568 | T!!!avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
181896 | 156756 0 0 | 178229 800 1568 | T!!!avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
221380 | 232114 0 0 | 252901 760 1600 | avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
232108 | 140040 0 0 | 158463 792 1632 | avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
242140 | 142495 0 0 | 161373 760 1600 | T!!!avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
261016 | 142643 0 0 | 160309 800 1568 | T!!!avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
288276 | 139209 0 0 | 156549 752 1568 | T!!!avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
288836 | 140377 0 0 | 159197 760 1600 | T!!!avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
350772 | 35389 0 0 | 56950 800 1568 | T!!!ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
384480 | 33668 0 0 | 55062 800 1568 | T!!!ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
422936 | 25896 0 0 | 46526 800 1568 | T!!!ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
423956 | 52736 0 0 | 73381 760 1600 | T!!!ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
464196 | 12549 0 0 | 31447 792 1632 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
505896 | 13096 0 0 | 31182 800 1568 | T!!!ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
545164 | 13186 0 0 | 31981 760 1600 | T!!!ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
640700 | 12889 0 0 | 31525 760 1600 | T!!!ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
692156 | 11619 0 0 | 28781 752 1568 | T!!!ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241022 | 20241022 |
Compiler output
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: Xor_In4( 0 );
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: lanes1 = LOAD256u( curData1[argIndex]),\
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Namespace violations
KeccakP-1600-times4-SIMD256.o KeccakF1600times4_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_12rounds_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_AddBytes T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-SIMD256.o KeccakP1600times4_PermuteAll_24rounds T
consts.o neg2 R
consts.o neg4 R
consts.o q_vector R
consts.o qinv_vector R
cpapke.o cpapke_dec T
cpapke.o cpapke_enc T
cpapke.o cpapke_keypair T
fips202.o KeccakF1600_StatePermute T
fips202.o shake128_absorb T
fips202.o shake128_squeezeblocks T
fips202.o shake256 T
fips202x4.o shake128x4 T
fips202x4.o shake256x4 T
ntt.o bitrev_vector T
ntt.o mul_coefficients T
ntt.o ntt T
ntt_double.o _ntt_double1024 T
ntt_double.o _ntt_double512 T
ntt_double.o _pwmul_double1024 T
ntt_double.o _pwmul_double512 T
ntt_double.o ntt_double1024 T
ntt_double.o ntt_double512 T
ntt_double.o pwmul_double1024 T
ntt_double.o pwmul_double512 T
poly.o poly_add T
poly.o poly_compress T
poly.o poly_decompress T
poly.o poly_frombytes T
poly.o poly_frommsg T
poly.o poly_invntt T
poly.o poly_ntt T
poly.o poly_pointwise T
poly.o poly_sample T
poly.o poly_sub T
poly.o poly_tobytes T
poly.o poly_tomsg T
poly.o poly_uniform T
precomp.o bitrev_lut R
precomp.o omegas_double R
precomp.o omegas_inv_double R
precomp.o psis_bitrev R
precomp.o psis_inv R
reduce.o barrett_reduce T
reduce.o montgomery_reduce T
verify.o cmov T
verify.o verify T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
cpapke.o cpapke_dec T
cpapke.o cpapke_enc T
cpapke.o cpapke_keypair T
fips202.o KeccakF1600_StatePermute T
fips202.o shake128_absorb T
fips202.o shake128_squeezeblocks T
fips202.o shake256 T
ntt.o bitrev_vector T
ntt.o mul_coefficients T
ntt.o ntt T
poly.o poly_add T
poly.o poly_compress T
poly.o poly_decompress T
poly.o poly_frombytes T
poly.o poly_frommsg T
poly.o poly_invntt T
poly.o poly_mul_pointwise T
poly.o poly_ntt T
poly.o poly_sample T
poly.o poly_sub T
poly.o poly_tobytes T
poly.o poly_tomsg T
poly.o poly_uniform T
precomp.o omegas_bitrev_montgomery R
precomp.o omegas_inv_bitrev_montgomery R
precomp.o psis_bitrev_montgomery R
precomp.o psis_inv_montgomery R
reduce.o montgomery_reduce T
verify.o cmov T
verify.o verify T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_enc (kem.c:43)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_enc (kem.c:37)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample.constprop.0 (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_enc (kem.c:43)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_enc (kem.c:37)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:77)
by 0x...: encode_c (cpapke.c:26)
by 0x...: cpapke_enc (cpapke.c:100)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:51)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (13.3.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:85)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:115)
by 0x...: ???
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:16)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:115)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:115)
by 0x...: ???
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:115)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_compress (poly.c:115)
by 0x...: ???
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ??? (in /home/supercop/supercop-data/speed2supercop/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/newhope512cca/ref/work/try-timecop)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:84)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:85)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:82)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:83)
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
by 0x...: ???
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_keypair (cpapke.c:113)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_keypair (cpapke.c:116)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_keypair (cpapke.c:119)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: poly_invntt (poly.c:400)
by 0x...: cpapke_enc (cpapke.c:162)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: poly_invntt (poly.c:400)
by 0x...: cpapke_dec (cpapke.c:192)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_sub (poly.c:370)
by 0x...: cpapke_dec (cpapke.c:194)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: poly_invntt (poly.c:400)
by 0x...: cpapke_enc (cpapke.c:162)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_sub (poly.c:370)
by 0x...: cpapke_dec (cpapke.c:194)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_sub (poly.c:370)
by 0x...: cpapke_dec (cpapke.c:194)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_sub (poly.c:370)
by 0x...: cpapke_dec (cpapke.c:194)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:198)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: flipabs (poly.c:41)
by 0x...: poly_tomsg (poly.c:199)
by 0x...: cpapke_dec (cpapke.c:196)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_compress (poly.c:115)
by 0x...: encode_c (cpapke.c:57)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_keypair (cpapke.c:113)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_keypair (cpapke.c:116)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_keypair (cpapke.c:119)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: cpapke_keypair (cpapke.c:121)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:84)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_tobytes (poly.c:87)
by 0x...: encode_pk (cpapke.c:21)
by 0x...: cpapke_keypair (cpapke.c:122)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: cpapke_keypair (cpapke.c:107)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:155)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: ntt (ntt.c:163)
by 0x...: cpapke_enc (cpapke.c:156)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:159)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:164)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: poly_add (poly.c:354)
by 0x...: cpapke_enc (cpapke.c:165)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:82)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Variable-latency instruction operand of size 8 is secret/uninitialised
at 0x...: coeff_freeze (poly.c:19)
by 0x...: poly_tobytes (poly.c:83)
by 0x...: encode_c (cpapke.c:56)
by 0x...: cpapke_enc (cpapke.c:167)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:65)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_enc (kem.c:59)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
TIMECOP error (can be valgrind bug)
error 99
3253181449bc7788156187bae27ad474c267d748fd9a521a6ae1cc9101e328df 21594256 768352892 3392174000 crypto_kem/newhope512cca/avx2
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |
TIMECOP error (can be valgrind bug)
error 99
3253181449bc7788156187bae27ad474c267d748fd9a521a6ae1cc9101e328df 23263044 1601841380 3392174000 crypto_kem/newhope512cca/avx2
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_keypair (cpapke.c:54)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_keypair (kem.c:15)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:231)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:236)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:241)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_sample (poly.c:192)
by 0x...: poly_uniform (poly.c:246)
by 0x...: gen_a (cpapke.c:37)
by 0x...: cpapke_enc (cpapke.c:81)
by 0x...: crypto_kem_newhope512cca_avx2_constbranchindex_dec (kem.c:67)
by 0x...: main (try-anything.c:357)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
TIMECOP error (can be valgrind bug)
error 99
3253181449bc7788156187bae27ad474c267d748fd9a521a6ae1cc9101e328df 34861472 468006316 3392174000 crypto_kem/newhope512cca/ref
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_keypair (cpapke.c:110)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_keypair (kem.c:26)
by 0x...: predoit (try.c:106)
by 0x...: main (try-anything.c:351)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_uniform (poly.c:245)
by 0x...: gen_a (cpapke.c:85)
by 0x...: cpapke_enc (cpapke.c:149)
by 0x...: crypto_kem_newhope512cca_ref_constbranchindex_dec (kem.c:103)
by 0x...: main (try-anything.c:357)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_16.0.6_(27+b1)) |