Test results for armeabi, tinker, crypto_kem/kyber1024
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/kyber1024
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: kyber1024
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
2336564 | 20644 0 0 | 37818 432 1552 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2498771 | 20828 0 0 | 36737 404 1552 | T!!!ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2612600 | 9032 0 0 | 22165 396 1544 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2638690 | 11556 0 0 | 26305 404 1544 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
2662950 | 12880 0 0 | 28057 404 1552 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
3596598 | 22168 0 0 | 51389 408 1568 | compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
4836321 | 13884 0 0 | 44754 436 1568 | compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
7538658 | 6336 0 0 | 34821 408 1568 | T!!!compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
7735687 | 3760 0 0 | 30185 400 1560 | T!!!compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
7963126 | 5640 0 0 | 33685 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[1568]’ {aka ‘unsigned char[1568]’} 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[3168]’ {aka ‘unsigned char[3168]’} 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[1568]’ {aka ‘unsigned char[1568]’} 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 0xaddebc80 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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 0xaddebc70 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadde8068 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Address 0xadde83a0 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/kyber1024/compact/work/try-timecop)
Address 0xadde82b8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadde82b8 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/kyber1024/compact/work/try-timecop)
Address 0xadde8040 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadde8048 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadde81a0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadde81a0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xaddebc50 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 0xaddebc50 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 0xaddebc48 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:443)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddebc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadde72f0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadde72f0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:198)
Invalid write of size 4
at 0x...: ??? (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:397)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadde72f0 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.
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_enc (kem.c:397)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:198)
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 0xaddebc50 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 0xaddebc50 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 0xaddebc48 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 0xaddebc48 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)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber1024_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...: ??? (kem.c:198)
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 0xaddebc50 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 0xaddebc48 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 0xaddebc48 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 0xaddebc48 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 0xaddebc48 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 0xaddebc48 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 0xaddebc48 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...: 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:443)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xaddebc80 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:443)
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:443)
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:443)
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:443)
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: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...: 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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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 0xadff1c80 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfee078 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Address 0xadfee3b0 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/kyber1024/compact/work/try-timecop)
Address 0xadfee2c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadfee2c8 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/kyber1024/compact/work/try-timecop)
Address 0xadfee080 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadfee0c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:341)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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 0xadfa4c80 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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 0xadfa4c70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1058 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa13b8 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:728)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa11e8 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1328 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: cbd2 (cbd.c:72)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1328 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa13b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1198 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1180 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1180 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1198 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1180 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa1180 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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.
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa13b8 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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfa4b38 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber1024_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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa0538 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa04a8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa0538 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa0538 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadfa0538 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_compress (polyvec.c:25)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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...: ??? (poly.c:82)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadfa3170 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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...: ??? (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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...: ??? (poly.c:82)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadfa3178 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:192)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
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_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (poly.c:82)
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 0xadfa4c50 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 0xadfa4c50 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 0xadfa4c50 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
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 0xadfa4c80 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (poly.c:82)
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: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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 243692035 2047292893 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xad8f7c68 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 0xad8f7c68 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 0xad8f7c68 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 0xad8f7c68 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8f4078 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Address 0xad8f43b0 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/kyber1024/compact/work/try-timecop)
Address 0xad8f42c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xad8f42c8 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:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8f40a0 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/kyber1024/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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:348)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8f40a8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8f31e0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:348)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8f31e8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad8f1dd8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:348)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad8f1de0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad8f1dd8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:348)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad8f1de0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/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/kyber1024/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/kyber1024/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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 213283145 2341710451 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadbc9c80 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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 0xadbc9c70 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbc5db0 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Address 0xadbc60e8 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/kyber1024/compact/work/try-timecop)
Address 0xadbc6000 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadbc6000 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/kyber1024/compact/work/try-timecop)
Address 0xadbc6100 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xadbc6108 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:74)
by 0x...: poly_ntt (kem.c:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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:218)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:214)
by 0x...: poly_ntt (kem.c:219)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:214)
by 0x...: poly_ntt (kem.c:219)
by 0x...: polyvec_ntt (kem.c:274)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_tobytes (kem.c:152)
by 0x...: polyvec_tobytes (kem.c:264)
by 0x...: indcpa_keypair (kem.c:380)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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:443)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbc9c50 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:194)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:194)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:136)
by 0x...: crypto_int64_shrmod (crypto_int64.h:179)
by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:194)
by 0x...: polyvec_compress (kem.c:243)
by 0x...: pack_ciphertext (kem.c:316)
by 0x...: indcpa_enc (kem.c:405)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:331)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:332)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:194)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:41)
by 0x...: poly_getnoise_2 (kem.c:194)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_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...: 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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:136)
by 0x...: crypto_int64_shrmod (crypto_int64.h:179)
by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:194)
by 0x...: polyvec_compress (kem.c:243)
by 0x...: pack_ciphertext (kem.c:316)
by 0x...: indcpa_enc (kem.c:405)
by 0x...: crypto_kem_kyber1024_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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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 0xadbc9c50 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:443)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadbc9c80 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:443)
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:443)
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:443)
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:443)
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 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/kyber1024/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_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/kyber1024/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_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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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:443)
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) |
TIMECOP error (can be valgrind bug)
error 99
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 432467634 2554341914 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad96bc80 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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 0xad96bc70 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad968078 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:367)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Address 0xad9683b0 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/kyber1024/compact/work/try-timecop)
Address 0xad9682c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xad9682c8 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/kyber1024/compact/work/try-timecop)
Address 0xad968080 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Address 0xad9680c0 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:327)
by 0x...: gen_matrix (kem.c:350)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:342)
by 0x...: indcpa_keypair (kem.c:369)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:282)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9683d8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: basemul (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681b8 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:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681a0 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:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681a0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: basemul (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681b8 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:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681a0 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:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9681a0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:198)
Use of uninitialised value of size 4
at 0x...: poly_tomont (kem.c:209)
by 0x...: indcpa_keypair (kem.c:376)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_tomont (kem.c:209)
by 0x...: indcpa_keypair (kem.c:376)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
at 0x...: indcpa_keypair (kem.c:374)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:201)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:202)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:224)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:214)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:290)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:214)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:290)
by 0x...: indcpa_keypair (kem.c:375)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
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:282)
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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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:342)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:392)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:195)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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/kyber1024/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:282)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad967528 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
by 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:198)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:282)
by 0x...: indcpa_enc (kem.c:397)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad967528 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
by 0x...: indcpa_enc (kem.c:397)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:198)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:89)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:90)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:88)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: invntt (kem.c:95)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:95)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_add (kem.c:300)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
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:282)
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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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...: polyvec_ntt (kem.c:282)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad96a170 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber1024_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...: basemul (kem.c:198)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:89)
by 0x...: indcpa_dec (kem.c:415)
by 0x...: crypto_kem_kyber1024_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:282)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:90)
by 0x...: indcpa_dec (kem.c:415)
by 0x...: crypto_kem_kyber1024_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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:88)
by 0x...: indcpa_dec (kem.c:415)
by 0x...: crypto_kem_kyber1024_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:282)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: invntt (kem.c:95)
by 0x...: indcpa_dec (kem.c:415)
by 0x...: crypto_kem_kyber1024_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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:95)
by 0x...: indcpa_dec (kem.c:415)
by 0x...: crypto_kem_kyber1024_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:282)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indcpa_enc (kem.c:396)
by 0x...: crypto_kem_kyber1024_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:282)
Conditional jump or move depends on uninitialised value(s)
at 0x...: polyvec_add (kem.c:300)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber1024_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:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_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...: polyvec_ntt (kem.c:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
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 0xad96bc60 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 0xad96bc60 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 0xad96bc60 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...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_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...: polyvec_ntt (kem.c:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
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:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
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:282)
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...: crypto_int64_bottombit_01 (crypto_int64.h:123)
by 0x...: poly_tomsg (kem.c:187)
by 0x...: indcpa_dec (kem.c:418)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:282)
Use of uninitialised value of size 4
at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:54)
by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:199)
by 0x...: verify (kem.c:425)
by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:282)
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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 111851361 1309671128 1800000000 crypto_kem/kyber1024/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xade78c68 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 0xade78c68 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 0xade78c68 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 0xade78c68 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade75070 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 340625169 2169201721 1800000000 crypto_kem/kyber1024/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 0xad83dc80 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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 0xad83dc70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a070 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a0c0 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a1f8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a3d0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a1b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a198 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a198 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a1b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a198 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a198 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:309)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:308)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad83a3d0 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 0xad83dc50 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 0xad83dc50 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 0xad83dc48 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 0xad83dc50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839250 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839388 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839560 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839340 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839328 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839328 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839340 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.
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839560 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad839560 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:50)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
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 0xad83dc50 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 0xad83dc50 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 0xad83dc48 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 0xad83dc48 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...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad83c170 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad83c178 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
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 0xad83dc50 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 0xad83dc48 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 0xad83dc48 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 0xad83dc48 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)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
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 0xad83dc48 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 0xad83dc48 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 0xad83dc48 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 0xad83dc80 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
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 stack allocation
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
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) |
TIMECOP error (can be valgrind bug)
error 99
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 247635625 1658874803 1800000000 crypto_kem/kyber1024/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 0xad8d0c80 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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 0xad8d0c70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd090 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd220 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd3f0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd1b8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:309)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:308)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad8cd3f0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tobytes (poly.c:133)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:141)
by 0x...: pack_pk (indcpa.c:28)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:140)
by 0x...: pack_pk (indcpa.c:28)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: pack_pk (indcpa.c:30)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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:133)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8d0bc0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc588 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc350 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc350 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc350 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc350 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber1024_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_kyber1024_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.
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc588 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc588 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad8cc588 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_compress (polyvec.c:35)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:50)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:48)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:59)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:47)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)
Use of uninitialised value of size 4
at 0x...: keccak_absorb_once (fips202.c:481)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:728)
by 0x...: crypto_kem_kyber1024_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...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
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 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad8cf188 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad8d05a0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_verify (verify.c:22)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:116)
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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_verify (verify.c:21)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:116)
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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
Use of uninitialised value of size 4
at 0x...: load64 (fips202.c:27)
by 0x...: keccak_absorb_once (fips202.c:474)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:119)
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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
Use of uninitialised value of size 4
at 0x...: keccak_absorb_once (fips202.c:481)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:119)
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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (verify.c:46)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:122)
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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
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 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 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 0xad8d0c60 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 0xad8d0c60 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 0xad8d0c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xad8d0c58 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Address 0xad8d0c78 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_kyber1024_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_kyber1024_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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 109847942 1029714862 1800000000 crypto_kem/kyber1024/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 0xadc82c80 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc7f078 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber1024_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) |