Test results for armeabi, berry2, crypto_sign/mqom2cat1gf256shortr5

[Page version: 20251226 11:18:24]

Measurements for armeabi, berry2, crypto_sign Test results for armeabi, berry2, crypto_sign Test results for crypto_sign/mqom2cat1gf256shortr5
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20251114
Operation: crypto_sign
Primitive: mqom2cat1gf256shortr5
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
1444473788249868 48 0231270 504 1624plain32_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112120251114
1581290012434488 48 0415886 504 1624ref_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
1620930957118888 48 0121718 504 1624plain32_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112120251114
174913026465538 48 071478 496 1624plain32_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112120251114
1764360289303420 48 0306246 504 1624ref_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
1872401445227738 48 0233678 496 1624ref_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
1990744450129576 48 0131202 504 1624plain32_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112120251114
2091127295289588 48 0291214 504 1624ref_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
3695916175248792 48 0230006 488 1624plain32_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112120251114
3893759448433412 48 0414622 488 1624ref_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
5814599145118240 48 0119998 488 1624plain32_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
5979517718302772 48 0304526 488 1624ref_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
608843368764982 48 069078 480 1624plain32_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
6247916081227182 48 0231278 480 1624ref_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
7429586062128596 48 0128442 488 1624plain32_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114
7570359799288608 48 0288454 488 1624ref_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2025112220251114

Compiler output


blc_default.c: blc_default.c: In function 'BLC_Open_default':
blc_default.c: blc_default.c:269:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_default.c:   269 |         crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_default.c:       |                           ^~~~~~~~~~
blc_default.c: In file included from blc_default.c:5:
blc_default.c: .../supercop-data/berry2/armeabi/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_default.c:     4 | extern void crypto_declassify(void *,unsigned long long);
blc_default.c:       |                               ^~~~~~
blc_memopt.c: blc_memopt.c: In function 'BLC_Open_memopt':
blc_memopt.c: blc_memopt.c:405:20: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_memopt.c:   405 |  crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_memopt.c:       |                    ^~~~~~~~~~
blc_memopt.c: In file included from blc_memopt.c:6:
blc_memopt.c: .../supercop-data/berry2/armeabi/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_memopt.c:     4 | extern void crypto_declassify(void *,unsigned long long);
blc_memopt.c:       |                               ^~~~~~

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
plain32_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Compiler output


blc_default.c: blc_default.c: In function 'BLC_Open_default':
blc_default.c: blc_default.c:269:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_default.c:   269 |         crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_default.c:       |                           ^~~~~~~~~~
blc_default.c: In file included from macros.h:237,
blc_default.c:                  from endian_compat.h:14,
blc_default.c:                  from brg_endian.h:4,
blc_default.c:                  from KeccakP-1600-SnP.h:24,
blc_default.c:                  from KeccakSponge.h:64,
blc_default.c:                  from KeccakHash.h:25,
blc_default.c:                  from xof.h:12,
blc_default.c:                  from blc_default.h:8,
blc_default.c:                  from blc_default.c:1:
blc_default.c: .../supercop-data/berry2/armeabi/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_default.c:     4 | extern void crypto_declassify(void *,unsigned long long);
blc_default.c:       |                               ^~~~~~
blc_memopt.c: blc_memopt.c: In function 'BLC_Open_memopt':
blc_memopt.c: blc_memopt.c:405:20: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_memopt.c:   405 |  crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_memopt.c:       |                    ^~~~~~~~~~
blc_memopt.c: In file included from macros.h:237,
blc_memopt.c:                  from endian_compat.h:14,
blc_memopt.c:                  from brg_endian.h:4,
blc_memopt.c:                  from KeccakP-1600-SnP.h:24,
blc_memopt.c:                  from KeccakSponge.h:64,
blc_memopt.c:                  from KeccakHash.h:25,
blc_memopt.c:                  from xof.h:12,
blc_memopt.c:                  from blc_memopt.h:8,
blc_memopt.c:                  from blc_memopt.c:1:
blc_memopt.c: .../supercop-data/berry2/armeabi/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_memopt.c:     4 | extern void crypto_declassify(void *,unsigned long long);
blc_memopt.c:       |                               ^~~~~~

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
ref_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


KeccakHash.o Keccak_HashFinal T
KeccakHash.o Keccak_HashInitialize T
KeccakHash.o Keccak_HashSqueeze T
KeccakHash.o Keccak_HashUpdate T
KeccakHashtimes4.o Keccak_HashFinaltimes4 T
KeccakHashtimes4.o Keccak_HashInitializetimes4 T
KeccakHashtimes4.o Keccak_HashSqueezetimes4 T
KeccakHashtimes4.o Keccak_HashUpdatetimes4 T
KeccakP-1600-inplace32BI.o KeccakP1600_AddByte T
KeccakP-1600-inplace32BI.o KeccakP1600_AddBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_AddBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_AddLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_Initialize T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteWithZeroes T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_12rounds T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_24rounds T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_Nrounds T
KeccakP-1600-inplace32BI.o KeccakP1600_SetBytesInLaneToZero T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddByte T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_24rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_4rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_6rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_StaticInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_Sponge T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeSqueeze T
KeccakSponge.o KeccakWidth1600_Sponge T
KeccakSponge.o KeccakWidth1600_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_SpongeSqueeze T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorb T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorbLastFewBits T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeInitialize T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeSqueeze T
blc_default.o BLC_Commit_default T
blc_default.o BLC_Eval_default T
blc_default.o BLC_Open_default T
blc_memopt.o BLC_Commit_memopt T
blc_memopt.o BLC_Eval_memopt T
blc_memopt.o BLC_Open_memopt T
expand_mq.o ExpandEquations T
expand_mq.o ExpandEquations_memopt_init T
expand_mq.o ExpandEquations_memopt_update T
ggm_tree.o GGMTree_Expand T
ggm_tree.o GGMTree_ExpandPath T
ggm_tree.o GGMTree_GetNextLeaf T
ggm_tree.o GGMTree_GetNextLeafPartial T
ggm_tree.o GGMTree_GetNextLeafPartial_x4 T
ggm_tree.o GGMTree_GetNextLeaf_x4 T
ggm_tree.o GGMTree_InitIncrementalExpansion T
ggm_tree.o GGMTree_InitIncrementalExpansion_x4 T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion_x4 T
ggm_tree.o GGMTree_Open T
ggm_tree.o GGMTree_PartiallyExpand T
keygen.o KeyGen T
piop_default.o ComputePAlpha_default T
piop_default.o RecomputePAlpha_default T
piop_memopt.o ComputePAlpha_memopt T
piop_memopt.o ComputePzEval_xTau T
piop_memopt.o ComputePz_xTau T
piop_memopt.o ExpandBatchingChallenge T
piop_memopt.o RecomputePAlpha_memopt T
prg.o PRG T
prg.o PRG_memopt T
prg.o PRG_x4 T
prg.o PRG_x8 T
rijndael_ct64.o aes128_ct64_enc T
rijndael_ct64.o aes128_ct64_enc_x2 T
rijndael_ct64.o aes128_ct64_enc_x4 T
rijndael_ct64.o aes128_ct64_enc_x8 T
rijndael_ct64.o aes128_ct64_setkey_enc T
rijndael_ct64.o aes256_ct64_enc T
rijndael_ct64.o aes256_ct64_enc_x2 T
rijndael_ct64.o aes256_ct64_enc_x4 T
rijndael_ct64.o aes256_ct64_enc_x8 T
rijndael_ct64.o aes256_ct64_setkey_enc T
rijndael_ct64.o rijndael256_ct64_enc T
rijndael_ct64.o rijndael256_ct64_enc_x2 T
rijndael_ct64.o rijndael256_ct64_enc_x4 T
rijndael_ct64.o rijndael256_ct64_enc_x8 T
rijndael_ct64.o rijndael256_ct64_setkey_enc T
sign.o SampleChallenge T
sign.o Sign T
sign.o Verify T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
xof.o xof_init T
xof.o xof_init_x4 T
xof.o xof_squeeze T
xof.o xof_squeeze_x4 T
xof.o xof_update T
xof.o xof_update_x4 T

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
plain32_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

Namespace violations


KeccakHash.o Keccak_HashFinal T
KeccakHash.o Keccak_HashInitialize T
KeccakHash.o Keccak_HashSqueeze T
KeccakHash.o Keccak_HashUpdate T
KeccakHashtimes4.o Keccak_HashFinaltimes4 T
KeccakHashtimes4.o Keccak_HashInitializetimes4 T
KeccakHashtimes4.o Keccak_HashSqueezetimes4 T
KeccakHashtimes4.o Keccak_HashUpdatetimes4 T
KeccakP-1600-opt64.o KeccakF1600_FastLoop_Absorb T
KeccakP-1600-opt64.o KeccakP1600_12rounds_FastLoop_Absorb T
KeccakP-1600-opt64.o KeccakP1600_AddBytes T
KeccakP-1600-opt64.o KeccakP1600_AddBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_AddLanes T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddBytes T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddLanes T
KeccakP-1600-opt64.o KeccakP1600_ExtractBytes T
KeccakP-1600-opt64.o KeccakP1600_ExtractBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_ExtractLanes T
KeccakP-1600-opt64.o KeccakP1600_Initialize T
KeccakP-1600-opt64.o KeccakP1600_OverwriteBytes T
KeccakP-1600-opt64.o KeccakP1600_OverwriteBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_OverwriteLanes T
KeccakP-1600-opt64.o KeccakP1600_OverwriteWithZeroes T
KeccakP-1600-opt64.o KeccakP1600_Permute_12rounds T
KeccakP-1600-opt64.o KeccakP1600_Permute_24rounds T
KeccakP-1600-opt64.o KeccakP1600_Permute_Nrounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddByte T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_24rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_4rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_6rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_StaticInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_Sponge T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeSqueeze T
KeccakSponge.o KeccakWidth1600_Sponge T
KeccakSponge.o KeccakWidth1600_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_SpongeSqueeze T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorb T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorbLastFewBits T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeInitialize T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeSqueeze T
blc_default.o BLC_Commit_default T
blc_default.o BLC_Eval_default T
blc_default.o BLC_Open_default T
blc_memopt.o BLC_Commit_memopt T
blc_memopt.o BLC_Eval_memopt T
blc_memopt.o BLC_Open_memopt T
expand_mq.o ExpandEquations T
expand_mq.o ExpandEquations_memopt_init T
expand_mq.o ExpandEquations_memopt_update T
ggm_tree.o GGMTree_Expand T
ggm_tree.o GGMTree_ExpandPath T
ggm_tree.o GGMTree_GetNextLeaf T
ggm_tree.o GGMTree_GetNextLeafPartial T
ggm_tree.o GGMTree_GetNextLeafPartial_x4 T
ggm_tree.o GGMTree_GetNextLeaf_x4 T
ggm_tree.o GGMTree_InitIncrementalExpansion T
ggm_tree.o GGMTree_InitIncrementalExpansion_x4 T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion_x4 T
ggm_tree.o GGMTree_Open T
ggm_tree.o GGMTree_PartiallyExpand T
keygen.o KeyGen T
piop_default.o ComputePAlpha_default T
piop_default.o RecomputePAlpha_default T
piop_memopt.o ComputePAlpha_memopt T
piop_memopt.o ComputePzEval_xTau T
piop_memopt.o ComputePz_xTau T
piop_memopt.o ExpandBatchingChallenge T
piop_memopt.o RecomputePAlpha_memopt T
prg.o PRG T
prg.o PRG_memopt T
prg.o PRG_x4 T
prg.o PRG_x8 T
rijndael_ct64.o aes128_ct64_enc T
rijndael_ct64.o aes128_ct64_enc_x2 T
rijndael_ct64.o aes128_ct64_enc_x4 T
rijndael_ct64.o aes128_ct64_enc_x8 T
rijndael_ct64.o aes128_ct64_setkey_enc T
rijndael_ct64.o aes256_ct64_enc T
rijndael_ct64.o aes256_ct64_enc_x2 T
rijndael_ct64.o aes256_ct64_enc_x4 T
rijndael_ct64.o aes256_ct64_enc_x8 T
rijndael_ct64.o aes256_ct64_setkey_enc T
rijndael_ct64.o rijndael256_ct64_enc T
rijndael_ct64.o rijndael256_ct64_enc_x2 T
rijndael_ct64.o rijndael256_ct64_enc_x4 T
rijndael_ct64.o rijndael256_ct64_enc_x8 T
rijndael_ct64.o rijndael256_ct64_setkey_enc T
sign.o SampleChallenge T
sign.o Sign T
sign.o Verify T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
xof.o xof_init T
xof.o xof_init_x4 T
xof.o xof_squeeze T
xof.o xof_squeeze_x4 T
xof.o xof_update T
xof.o xof_update_x4 T

Number of similar (implementation,compiler) pairs: 8, namely:
ImplementationCompiler
ref_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
plain32_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: output_compare (try-anything.c:184)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: output_compare (try-anything.c:188)
   by 0x...: test (try.c:135)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: output_compare (try-anything.c:184)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: output_compare (try-anything.c:188)
   by 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
plain32_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
plain32_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
plain32_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
plain32_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
plain32_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 3, namely:
ImplementationCompiler
ref_defaultgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_defaultgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_default_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
ref_defaultgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
ref_memoptgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:262)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
ref_memoptgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)
ref_memoptgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)

TIMECOP error (can be valgrind bug)


error 124
Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:96)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: index (strchr.S:97)
   by 0x...: _dl_dst_count (dl-load.c:234)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _dl_dst_count (dl-load.c:237)
   by 0x...: expand_dynamic_string_token (dl-load.c:388)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: expand_dynamic_string_token (dl-load.c:391)
   by 0x...: _dl_map_object (dl-load.c:2168)
   by 0x...: map_doit (rtld.c:645)
   by 0x...: _dl_catch_exception (dl-error-skeleton.c:208)
   by 0x...: _dl_catch_error (dl-error-skeleton.c:227)
   by 0x...: do_preload (rtld.c:819)
   by 0x...: handle_preload_list (rtld.c:920)
   by 0x...: dl_main (rtld.c:1735)
   by 0x...: _dl_sysdep_start (dl-sysdep.c:252)
   by 0x...: _dl_start_final (rtld.c:485)
   by 0x...: _dl_start (rtld.c:575)
   by 0x...: ??? (in /lib/arm-linux-gnueabihf/ld-2.31.so)
 Uninitialised value was created by a stack allocation
   at 0x...: handle_preload_list (rtld.c:897)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ??? (in /usr/lib/arm-linux-gnueabihf/libarmmem-v7l.so)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:205)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:223)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:236)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:245)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:254)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: Verify (sign.c:321)
   by 0x...: crypto_sign_verify (sign.c:368)
   by 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:390)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_mqom2cat1gf256shortr5_ref_memopt_constbranchindex_open (sign.c:391)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: aes128_ct64_enc_x2 (rijndael_ct64.c:253)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
ref_memoptgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110)