Test results for armeabi, tinker, crypto_kem/kyber768
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/kyber768
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: kyber768
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1586234 | 20352 0 0 | 37514 432 1552 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
1694129 | 20692 0 0 | 36313 404 1552 | T!!!ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
1807371 | 8796 0 0 | 21925 396 1544 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
1827329 | 11372 0 0 | 26073 404 1544 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
1828922 | 12556 0 0 | 27441 404 1552 | T!!!ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
2257067 | 21728 0 0 | 50653 408 1568 | T!!!compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
3255178 | 14116 0 0 | 44994 436 1568 | compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
4614919 | 6072 0 0 | 34261 408 1568 | T!!!compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
5123433 | 3620 0 0 | 30049 400 1560 | T!!!compact | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
5213085 | 5048 0 0 | 33053 408 1560 | compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241117 | 20241022 |
Compiler output
kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[1184]’ {aka ‘unsigned char[1184]’} with mismatched bound [-Warray-parameter=]
kem.c: 23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type ‘uint8_t[2400]’ {aka ‘unsigned char[2400]’} with mismatched bound [-Warray-parameter=]
kem.c: 24 | uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type ‘uint8_t[1088]’ {aka ‘unsigned char[1088]’} with mismatched bound [-Warray-parameter=]
kem.c: 51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type ‘uint8_t[32]’ {aka ‘unsigned char[32]’} with mismatched bound [-Warray-parameter=]
kem.c: 52 | uint8_t ss[KYBER_SSBYTES],
kem.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c: 36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c: | ~~~~~~~~~^~
kem.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xada33c80 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 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 0xada33c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada31440 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xada31778 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xada31690 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xada31690 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xada31418 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xada31420 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada31798 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada31578 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada31578 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xada31578 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_tomont (kem.c:206)
by 0x...: indcpa_keypair (kem.c:373)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indcpa_keypair (kem.c:371)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xada33c50 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 0xada33c50 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 0xada33c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada33c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada30ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada30ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada30ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:393)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xada30ae8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_enc (kem.c:394)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:89)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:90)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:88)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: invntt (kem.c:95)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: invntt (kem.c:95)
by 0x...: polyvec_invntt_tomont (kem.c:276)
by 0x...: indcpa_enc (kem.c:395)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:398)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
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 0xada33c50 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 0xada33c50 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 0xada33c48 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 0xada33c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: polyvec_ntt (kem.c:279)
by 0x...: indcpa_dec (kem.c:411)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xada32ba0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_dec (kem.c:411)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:398)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: indcpa_enc (kem.c:399)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_reduce (kem.c:292)
by 0x...: indcpa_enc (kem.c:400)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xada33c50 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 0xada33c48 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 0xada33c48 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 0xada33c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xada33c48 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 0xada33c48 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 0xada33c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xada33c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_sub (kem.c:226)
by 0x...: indcpa_dec (kem.c:413)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: indcpa_dec (kem.c:414)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:460)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: cmov (kem.c:428)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:466)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: polyvec_ntt (kem.c:279)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadbd0c80 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 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 0xadbd0c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbce1b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadbce4f0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadbce408 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadbce408 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadbce188 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadbce190 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: cbd2 (kem.c:112)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:74)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: ntt (kem.c:73)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: fqmul (kem.c:66)
by 0x...: ntt (kem.c:74)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: ntt (kem.c:75)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: ntt (kem.c:73)
by 0x...: poly_ntt (kem.c:215)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: poly_ntt (kem.c:216)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: poly_ntt (kem.c:216)
by 0x...: polyvec_ntt (kem.c:271)
by 0x...: indcpa_keypair (kem.c:370)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_basemul_montgomery (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_basemul_montgomery (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:100)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: basemul (kem.c:99)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbd0c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
by 0x...: polyvec_compress (kem.c:240)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: prf (kem.c:42)
by 0x...: poly_getnoise_2 (kem.c:191)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
by 0x...: polyvec_compress (kem.c:240)
by 0x...: pack_ciphertext (kem.c:313)
by 0x...: indcpa_enc (kem.c:402)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 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 0xadbd0c50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:440)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadbd0c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:440)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadec1c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf478 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadebf7b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadebf6c8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadebf6c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadebf480 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xadebf4c8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:338)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c: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)
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 0xadcf1c80 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 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 0xadcf1c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef470 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef4c0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef5f8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcef7d0 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 0xadcf1c50 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 0xadcf1c50 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 0xadcf1c48 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 0xadcf1c50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee858 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee990 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee930 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadcee948 is on thread 1's stack
32 bytes below stack pointer
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadceeb68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadcf1c50 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 0xadcf1c50 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 0xadcf1c48 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 0xadcf1c48 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadcf1c50 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 0xadcf1c48 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 0xadcf1c48 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 0xadcf1c48 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 0xadcf1c48 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 0xadcf1c48 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 0xadcf1c48 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 0xadcf1c80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Failed TIMECOP
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadbbfc80 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 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 0xadbbfc70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd470 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd4b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:142)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:728)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd600 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: keccak_squeeze (fips202.c:436)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd740 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd5b0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd598 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbd7d0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbbfb38 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbfab0 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: keccak_absorb (fips202.c:461)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:750)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbfab0 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_cmov (fips202.c:102)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:112)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:319)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Use of uninitialised value of size 4
at 0x...: KeccakF1600_StatePermute (fips202.c:333)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_sha3_256 (fips202.c:751)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbc850 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:135)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:142)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (indcpa.c:134)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: store64 (fips202.c:44)
by 0x...: keccak_squeezeblocks (fips202.c:510)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbcad8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:275)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbcad8 is on thread 1's stack
24 bytes below stack pointer
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: cbd2 (cbd.c:59)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbcad8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbcb68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Invalid write of size 4
at 0x...: ??? (poly.c:21)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbbcb60 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:21)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:28)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
by 0x...: unpack_ciphertext (indcpa.c:108)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbbe750 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:82)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_decompress (poly.c:87)
by 0x...: unpack_ciphertext (indcpa.c:109)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:89)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:90)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_ntt (ntt.c:88)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:260)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_ntt (poly.c:261)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:143)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:144)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:145)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:106)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: keccak_squeeze (fips202.c:440)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_dec (kem.c:125)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_absorb (fips202.c:461)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:185)
by 0x...: main (try-anything.c:345)
Address 0xadbbfc50 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 0xadbbfc50 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 0xadbbfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (kem.c:54)
by 0x...: doit (try.c:112)
by 0x...: main (try-anything.c:357)
Address 0xadbbfc80 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: doit (try.c:113)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: fqmul (ntt.c:69)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_basemul (ntt.c:141)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:198)
by 0x...: main (try-anything.c:345)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:290)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Use of uninitialised value of size 4
at 0x...: _itoa (_itoa.c:420)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: _itoa (_itoa.c:412)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pad_func (vfprintf-internal.c:192)
by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
by 0x...: printf (printf.c:33)
by 0x...: printnum (try-anything.c:229)
by 0x...: main (try-anything.c:376)
Uninitialised value was created by a stack allocation
at 0x...: ??? (kem.c:54)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 167182726 1778531284 1800000000 crypto_kem/kyber768/compact
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xad9edc68 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 0xad9edc68 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 0xad9edc68 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 0xad9edc68 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9eb270 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad9eb5a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad9eb4c0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xad9eb4c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9eb298 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9eb2a0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9ea5f0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad9ea5f8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad9e9428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad9e9430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad9e9428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad9e9430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:328)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: load32_littleendian (kem.c:106)
by 0x...: cbd2 (kem.c:113)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: gen_matrix (kem.c:0)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad9e9428 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: gen_matrix (kem.c:345)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad9e9430 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:329)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_dec (kem.c:463)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 233123797 1594870986 1800000000 crypto_kem/kyber768/compact
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xaddb3c80 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 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 0xaddb3c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb1490 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: indcpa_keypair (kem.c:364)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xaddb17c8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xaddb16e0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xaddb16e0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xaddb1498 is on thread 1's stack
40 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Address 0xaddb14d8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: rej_uniform (kem.c:325)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: rej_uniform (kem.c:324)
by 0x...: gen_matrix (kem.c:347)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:339)
by 0x...: indcpa_keypair (kem.c:366)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:367)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_keypair (kem.c:368)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:282)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Invalid write of size 4
at 0x...: basemul (kem.c:195)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15d0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:198)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: poly_getnoise_2 (kem.c:98)
by 0x...: poly_basemul_montgomery (kem.c:199)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:284)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddb15b8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_add (kem.c:221)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Use of uninitialised value of size 4
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_reduce (kem.c:211)
by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
by 0x...: indcpa_keypair (kem.c:372)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_keypair (kem.c:433)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: basemul (kem.c:195)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Conditional jump or move depends on uninitialised value(s)
at 0x...: gen_matrix (kem.c:339)
by 0x...: indcpa_enc (kem.c:388)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:389)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:390)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: cbd2 (kem.c:119)
by 0x...: poly_getnoise_2 (kem.c:192)
by 0x...: indcpa_enc (kem.c:391)
by 0x...: crypto_kem_kyber768_compact_constbranchindex_enc (kem.c:447)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber768/compact/work/try-timecop)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 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 0xaddb3c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:346)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: poly_getnoise_2 (kem.c:98)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: poly_getnoise_2 (kem.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
compact | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 74846179 1105069130 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadfd5c78 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 0xadfd5c78 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 0xadfd5c78 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 0xadfd5c78 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadfd3480 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 101917255 948849719 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad945c80 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 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 0xad945c70 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:73)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad943498 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: keccak_finalize (fips202.c:431)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad943628 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_finalize (fips202.c:431)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435d8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xad9435c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:133)
by 0x...: main (try-anything.c:345)
Address 0xad945c68 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 0xad945c68 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 0xad945c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256_squeeze (fips202.c:655)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_shake256 (fips202.c:733)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: keccak_finalize (fips202.c:431)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942958 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942940 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:284)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xad942b70 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:29)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_compress (poly.c:28)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_poly_sub (polyvec.c:16)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:149)
by 0x...: main (try-anything.c:345)
Address 0xad945c68 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 0xad945c68 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 0xad945c68 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 0xad945c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:168)
by 0x...: main (try-anything.c:345)
Address 0xad945c68 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 0xad945c68 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 0xad945c68 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 0xad945c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:175)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:176)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 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 0xad945c68 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 0xad945c68 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 0xad945c68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:188)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:189)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xad945c60 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:346)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: crypto_kem_kyber768_ref_constbranchindex_enc (kem.c:97)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Address 0xad945c78 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_kem_kyber768_ref_constbranchindex_invntt (ntt.c:140)
Conditional jump or move depends on uninitialised value(s)
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
ab9ecd4ba5fc010a2a6130d5591949183a93ac166e3c85189197149e31c6bc23 75485275 836449856 1800000000 crypto_kem/kyber768/ref
Invalid write of size 4
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadc78c80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc76478 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber768_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:347)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:353)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:356)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:359)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:369)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:370)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:368)
Uninitialised value was created by a stack allocation
at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |