Test results for armeabi, tinker, crypto_kem/kyber90s512
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/kyber90s512
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: kyber90s512
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1336719 | 69822 0 0 | 87058 432 1552 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1674898 | 46048 0 0 | 59173 396 1544 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
1717819 | 52790 0 0 | 67497 404 1544 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241007 | 20240909 |
Compiler output
aes256ctr.c: aes256ctr.c:557:64: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~
aes256ctr.c: In file included from aes256ctr.c:27:
aes256ctr.c: aes256ctr.h:21:34: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c: 21 | const uint8_t key[32],
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:557:84: warning: argument 4 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:22:34: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c: 22 | const uint8_t nonce[12]);
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: aes256ctr.c:565:54: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~
aes256ctr.c: aes256ctr.h:26:35: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c: 26 | const uint8_t key[32],
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:565:74: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:27:35: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c: 27 | const uint8_t nonce[12]);
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: ...
Number of similar (implementation,compiler) pairs: 2, 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) |
Compiler output
aes256ctr.c: aes256ctr.c:557:64: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~
aes256ctr.c: In file included from aes256ctr.c:27:
aes256ctr.c: aes256ctr.h:21:34: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c: 21 | const uint8_t key[32],
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:557:84: warning: argument 4 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:22:34: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c: 22 | const uint8_t nonce[12]);
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: aes256ctr.c:565:54: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~
aes256ctr.c: aes256ctr.h:26:35: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c: 26 | const uint8_t key[32],
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:565:74: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c: 565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c: | ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:27:35: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c: 27 | const uint8_t nonce[12]);
aes256ctr.c: | ~~~~~~~~~~~~~~^~~~~~~~~
kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[800]’ {aka ‘unsigned char[800]’} 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[1632]’ {aka ‘unsigned char[1632]’} 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[768]’ {aka ‘unsigned char[768]’} 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: ...
sha256.c: sha256.c:229:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
sha256.c: 229 | void sha256(uint8_t *out,const uint8_t *in,size_t inlen)
sha256.c: | ~~~~~~~~~^~~
sha256.c: In file included from sha256.c:5:
sha256.c: sha2.h:11:21: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
sha256.c: 11 | void sha256(uint8_t out[32], const uint8_t *in, size_t inlen);
sha256.c: | ~~~~~~~~^~~~~~~
sha512.c: sha512.c:258:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
sha512.c: 258 | void sha512(uint8_t *out,const uint8_t *in,size_t inlen)
sha512.c: | ~~~~~~~~~^~~
sha512.c: In file included from sha512.c:7:
sha512.c: sha2.h:13:21: note: previously declared as an array ‘uint8_t[64]’ {aka ‘unsigned char[64]’}
sha512.c: 13 | void sha512(uint8_t out[64], const uint8_t *in, size_t inlen);
sha512.c: | ~~~~~~~~^~~~~~~
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
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) |
TIMECOP error (can be valgrind bug)
error 99
d23e4ff4917616ecf870934a0aeea66b5745b440af570eaecf984b1115f06f07 88432883 2147542424 1800000000 crypto_kem/kyber90s512/ref
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadea0c68 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 0xadea0c68 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 0xadea0c68 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 0xadea0c68 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xade9f470 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_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
d23e4ff4917616ecf870934a0aeea66b5745b440af570eaecf984b1115f06f07 147756729 2072631044 1800000000 crypto_kem/kyber90s512/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 0xadf0dc80 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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 0xadf0dc70 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c498 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c090 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0bf48 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:370)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:378)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:377)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_interleave_in (aes256ctr.c:297)
by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:398)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:406)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:395)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: br_range_dec32le (aes256ctr.c:40)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:569)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_init (aes256ctr.c:570)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c1b0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
by 0x...: aes_ctr4x (aes256ctr.c:494)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c068 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:498)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:419)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: aes_ctr4x (aes256ctr.c:499)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:507)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_enc32le (aes256ctr.c:54)
by 0x...: br_range_enc32le (aes256ctr.c:63)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_range_enc32le (aes256ctr.c:62)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:180)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
Use of uninitialised value of size 4
at 0x...: rej_uniform (indcpa.c:142)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:182)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:173)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
Invalid write of size 4
at 0x...: sub_word (aes256ctr.c:340)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c1f8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c0b0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:370)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:378)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_keysched (aes256ctr.c:377)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_interleave_in (aes256ctr.c:297)
by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:398)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:395)
by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Invalid write of size 4
at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
by 0x...: aes_ctr4x (aes256ctr.c:494)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c0d0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:498)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:419)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: aes_ctr4x (aes256ctr.c:499)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:507)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_enc32le (aes256ctr.c:54)
by 0x...: br_range_enc32le (aes256ctr.c:63)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_range_enc32le (aes256ctr.c:62)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Invalid write of size 4
at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
by 0x...: aes_ctr4x (aes256ctr.c:494)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c0d0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:498)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:419)
by 0x...: aes_ctr4x (aes256ctr.c:503)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: aes_ctr4x (aes256ctr.c:499)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: add_round_key (aes256ctr.c:415)
by 0x...: aes_ctr4x (aes256ctr.c:507)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_enc32le (aes256ctr.c:54)
by 0x...: br_range_enc32le (aes256ctr.c:63)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_range_enc32le (aes256ctr.c:62)
by 0x...: aes_ctr4x (aes256ctr.c:513)
by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: br_aes_ct64_ortho (aes256ctr.c:274)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Use of uninitialised value of size 4
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Conditional jump or move depends on uninitialised value(s)
at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
by 0x...: crypto_kem_kyber90s512_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...: sub_word (aes256ctr.c:340)
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5e0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5e0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_add (poly.c:339)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_reduce (poly.c:324)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_reduce (poly.c:323)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5e0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5e0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_invntt (ntt.c:140)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0c5c8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_add (poly.c:340)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_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_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:30)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc58 is on thread 1's stack
24 bytes below stack pointer
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...: crypto_hashblocks_sha256 (sha256.c:230)
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...: crypto_hashblocks_sha256 (sha256.c:230)
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...: crypto_hashblocks_sha256 (sha256.c:230)
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...: crypto_hashblocks_sha256 (sha256.c:230)
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...: crypto_hashblocks_sha256 (sha256.c:230)
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 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:140)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:61)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf0dbc8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:64)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf0dbc8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha512 (sha512.c:272)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha512 (sha512.c:272)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha512 (sha512.c:272)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:65)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_frommsg (poly.c:177)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:271)
by 0x...: crypto_kem_kyber90s512_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_hashblocks_sha256 (sha256.c:230)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_gen_matrix (indcpa.c:173)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_sub (polyvec.c:16)
by 0x...: pack_ciphertext (indcpa.c:92)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:68)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf0bd80 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_compress (poly.c:31)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_compress (poly.c:29)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_sub (polyvec.c:16)
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_compress (poly.c:40)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_sub (polyvec.c:16)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_poly_compress (poly.c:28)
by 0x...: pack_ciphertext (indcpa.c:93)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
by 0x...: crypto_kem_kyber90s512_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_kyber90s512_ref_constbranchindex_poly_sub (polyvec.c:16)
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:71)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf0dbc8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf0dbc8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:91)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:92)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:93)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:94)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:95)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:96)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:97)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:98)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:99)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:100)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:101)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:102)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:103)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:104)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:105)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Use of uninitialised value of size 4
at 0x...: ??? (sha256.c:11)
by 0x...: crypto_hashblocks_sha256 (sha256.c:106)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_hashblocks_sha256 (sha256.c:90)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_sha256 (sha256.c:238)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:73)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
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 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 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_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_dec (kem.c:119)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf0d8c8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_cmov (verify.c:46)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_dec (kem.c:122)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
Invalid write of size 4
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_dec (kem.c:125)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf0d8c8 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:168)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 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_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:177)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 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 0xadf0dc68 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 0xadf0dc68 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 0xadf0dc68 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_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:190)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:199)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:208)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:213)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: crypto_kem_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: test (try.c:218)
by 0x...: main (try-anything.c:345)
Address 0xadf0dc60 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...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
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_kyber90s512_ref_constbranchindex_enc (kem.c:97)
by 0x...: doit (try.c:114)
by 0x...: main (try-anything.c:357)
Address 0xadf0dc78 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_kyber90s512_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_kyber90s512_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
d23e4ff4917616ecf870934a0aeea66b5745b440af570eaecf984b1115f06f07 106757023 2086027149 1800000000 crypto_kem/kyber90s512/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 0xadcd8c80 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_ref_constbranchindex_keypair (kem.c:27)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadcd7480 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_kyber90s512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
by 0x...: crypto_kem_kyber90s512_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) |