Test results for armeabi, tinker, crypto_kem/kyber768
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/kyber768
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: kyber768
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1585299 | 20352 0 0 | 37514 432 1552 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1691465 | 20692 0 0 | 36313 404 1552 | T!!!ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1798641 | 8796 0 0 | 21925 396 1544 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1823250 | 12560 0 0 | 27449 404 1552 | T!!!ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1824674 | 11372 0 0 | 26073 404 1544 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2264941 | 21736 0 0 | 50661 408 1568 | T!!!compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3252349 | 14112 0 0 | 44986 436 1568 | compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
4153784 | 6056 0 0 | 34245 408 1568 | T!!!compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
4890796 | 3624 0 0 | 30049 400 1560 | T!!!compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
4958535 | 5068 0 0 | 33069 408 1560 | compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
Compiler output
kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[1184]’ {aka ‘unsigned char[1184]’} with mismatched bound [-Warray-parameter=]
kem.c: 23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type ‘uint8_t[2400]’ {aka ‘unsigned char[2400]’} with mismatched bound [-Warray-parameter=]
kem.c: 24 | uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type ‘uint8_t[1088]’ {aka ‘unsigned char[1088]’} with mismatched bound [-Warray-parameter=]
kem.c: 51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type ‘uint8_t[32]’ {aka ‘unsigned char[32]’} with mismatched bound [-Warray-parameter=]
kem.c: 52 | uint8_t ss[KYBER_SSBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadc4bc80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xadc4bc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc49440 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc49778 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc49690 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc49690 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc49418 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc49420 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc49798 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc49578 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc49578 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc49578 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_tomont (kem.c:206)
by 0x...: indcpa_keypair (kem.c:373)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc48ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc48ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc48ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadc48ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:89)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:90)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:88)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:95)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:95)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:89)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:90)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:88)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:95)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:95)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:398)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_enc (kem.c:401)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_compress (kem.c:234)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: polyvec_compress (kem.c:240)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_compress (kem.c:129)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_compress (kem.c:131)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_compress (kem.c:127)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_dec (kem.c:411)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadc4aba0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_dec (kem.c:411)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:398)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_enc (kem.c:401)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_compress (kem.c:234)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: polyvec_compress (kem.c:240)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_compress (kem.c:129)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_compress (kem.c:131)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_compress (kem.c:127)
by 0x...: pack_ciphertext (kem.c:314)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xadc4bc48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadc4bc80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad922c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xad922c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9201b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad9204f0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad920408 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad920408 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad920188 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad920190 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: cbd2 (kem.c:112)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:74)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: ntt (kem.c:73)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: ntt (kem.c:74)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: ntt (kem.c:73)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: poly_ntt (kem.c:216)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: poly_ntt (kem.c:216)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_basemul_montgomery (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_basemul_montgomery (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xad922c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xad922c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xade0ec80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade0c478 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xade0c7b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xade0c6c8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xade0c6c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xade0c480 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xade0c4c8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
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...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:443)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
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...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:443)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xade95c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xade95c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93470 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade934c0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade935f8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade935b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade935b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade935b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade93598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade937d0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:54)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92858 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92990 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92948 is on thread 1's stack
32 bytes below stack pointer
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xade92b68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xade95c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xade95c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:54)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xade95c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadf91c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xadf91c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f470 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f4b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:142)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:728)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f600 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f740 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf8f7d0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf91b38 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:54)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf91ab0 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf91ab0 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8e850 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:142)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8ead8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8ead8 is on thread 1's stack
24 bytes below stack pointer
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8ead8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8eb68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Invalid write of size 4
at 0x...: ??? (poly.c:21)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf8eb60 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:21)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:28)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
by 0x...: unpack_ciphertext (indcpa.c:108)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf90750 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:82)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:125)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xadf91c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:54)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadf91c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 168936232 1804103400 1800000000 crypto_kem/kyber768/compact
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadfabc68 is on thread 1's stack
32 bytes below stack pointer
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:265)
by 0x...: main (try-anything.c:337)
Address 0xadfabc68 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:268)
by 0x...: main (try-anything.c:337)
Address 0xadfabc68 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:271)
by 0x...: main (try-anything.c:337)
Address 0xadfabc68 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa9270 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadfa95a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadfa94c0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadfa94c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa9298 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa92a0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa85f0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa85f8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadfa7428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadfa7430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadfa7428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadfa7430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xadfa7428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xadfa7430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 229224557 1585219882 1800000000 crypto_kem/kyber768/compact
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadc93c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xadc93c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc91490 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc917c8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc916e0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc916e0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc91498 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadc914d8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:339)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc915b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:339)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xadc93c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:346)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: poly_getnoise_2 (kem.c:98)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: poly_getnoise_2 (kem.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 75943668 1124169501 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadfbac78 is on thread 1's stack
32 bytes below stack pointer
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:265)
by 0x...: main (try-anything.c:337)
Address 0xadfbac78 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:268)
by 0x...: main (try-anything.c:337)
Address 0xadfbac78 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:271)
by 0x...: main (try-anything.c:337)
Address 0xadfbac78 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfb8480 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 102095874 956544619 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad9c9c80 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:64)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:65)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:66)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:67)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:68)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:69)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:70)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:71)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:72)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Address 0xad9c9c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c7498 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: keccak_finalize (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c7628 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_finalize (fips202.c:431)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9c75c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:134)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:137)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:138)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:139)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_finalize (fips202.c:431)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9c6b70 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:29)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:28)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:150)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:155)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:156)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:157)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:169)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:170)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Use of uninitialised value of size 4
at 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:172)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:173)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:174)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:186)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:187)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xad9c9c60 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:346)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Address 0xad9c9c78 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 75629721 845951187 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadb4cc80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadb4a478 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |