Test results for aarch64, pi3aplus, crypto_sign/mqom2cat3gf2shortr3
[Page version: 20251212 19:25:13]
Measurements for aarch64, pi3aplus, crypto_sign
Test results for aarch64, pi3aplus, crypto_sign
Test results for crypto_sign/mqom2cat3gf2shortr3
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20251114
Operation: crypto_sign
Primitive: mqom2cat3gf2shortr3
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 1668229970 | 275422 96 0 | 238990 896 1584 | ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 1890266442 | 242466 96 0 | 206030 896 1584 | plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 2744880294 | 147042 96 0 | 153734 896 1584 | ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 2977579002 | 111678 96 0 | 118366 896 1584 | plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 3130434920 | 274418 96 0 | 237646 864 1584 | ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 3275276498 | 149106 96 0 | 155574 896 1568 | ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 3338689940 | 241462 96 0 | 204686 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 3492390636 | 111946 96 0 | 118406 896 1568 | plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 4049906182 | 111432 96 0 | 120566 880 1568 | ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 4207092156 | 70028 96 0 | 79174 880 1568 | plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 5699794020 | 146262 96 0 | 151214 864 1584 | ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 5913951919 | 110898 96 0 | 115846 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 6202865567 | 148826 96 0 | 152374 864 1568 | ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 6397453118 | 111666 96 0 | 115206 864 1568 | plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 7091339092 | 110872 96 0 | 118166 848 1568 | ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
| 7234494585 | 69468 96 0 | 76758 848 1568 | plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251129 | 20251114 |
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/pi3aplus/aarch64/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:27: 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/pi3aplus/aarch64/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:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
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/pi3aplus/aarch64/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:27: 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/pi3aplus/aarch64/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:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
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:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
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:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 1
vex: priv/host_arm64_defs.c:2829 (genSpill_ARM64): Assertion `offsetB < 4096' failed.
vex storage: T total 409299416 bytes allocated
vex storage: P total 0 bytes allocated
valgrind: the 'impossible' happened:
LibVEX called failure_exit().
host stacktrace:
at 0x...: show_sched_status_wrk (m_libcassert.c:406)
by 0x...: report_and_quit (m_libcassert.c:477)
by 0x...: panic (m_libcassert.c:553)
by 0x...: vgPlain_core_panic_at (m_libcassert.c:558)
by 0x...: vgPlain_core_panic (m_libcassert.c:563)
by 0x...: failure_exit (m_translate.c:761)
by 0x...: vex_assert_fail (main_util.c:245)
by 0x...: genSpill_ARM64 (host_arm64_defs.c:2829)
by 0x...: spill_vreg (host_generic_reg_alloc3.c:338)
by 0x...: doRegisterAllocation_v3 (host_generic_reg_alloc3.c:1137)
by 0x...: libvex_BackEnd (main_main.c:1133)
by 0x...: LibVEX_Translate (main_main.c:1236)
by 0x...: vgPlain_translate (m_translate.c:1831)
by 0x...: handle_chain_me (scheduler.c:1169)
by 0x...: vgPlain_scheduler (scheduler.c:1514)
by 0x...: thread_wrapper (syswrap-linux.c:101)
by 0x...: run_a_thread_NORETURN (syswrap-linux.c:154)
by 0x...: ???
sched status:
running_tid=1
Thread 1: status = VgTs_Runnable (lwpid 4028734)
at 0x...: ComputePAlpha_memopt (piop_memopt.c:110)
by 0x...: Sign (sign.c:156)
by 0x...: crypto_sign_signature (sign.c:229)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_plain32_memopt_constbranchindex (sign.c:255)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
client stack range: [0x1FFEFF9000 0x1FFF000FFF] client SP: 0x1FFEFFD070
valgrind stack range: [0x1009B42000 0x1009C41FFF] top usage: 19776 of 1048576
Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.
If that doesn't help, please report this bug to: www.valgrind.org
In the bug report, send all the above text, the valgrind
version, and what OS and version you are using. Thanks.
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Number of similar (implementation,compiler) pairs: 4, namely:
| Implementation | Compiler |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
f2e39d62d2370a3fe45386f00f0db565326a087eff254b21d612bf19439a5147 139144365673 4512373508728 1400000000 crypto_sign/mqom2cat3gf2shortr3/ref_default
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_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...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 1
vex: priv/host_arm64_defs.c:2829 (genSpill_ARM64): Assertion `offsetB < 4096' failed.
vex storage: T total 475198376 bytes allocated
vex storage: P total 0 bytes allocated
valgrind: the 'impossible' happened:
LibVEX called failure_exit().
host stacktrace:
at 0x...: show_sched_status_wrk (m_libcassert.c:406)
by 0x...: report_and_quit (m_libcassert.c:477)
by 0x...: panic (m_libcassert.c:553)
by 0x...: vgPlain_core_panic_at (m_libcassert.c:558)
by 0x...: vgPlain_core_panic (m_libcassert.c:563)
by 0x...: failure_exit (m_translate.c:761)
by 0x...: vex_assert_fail (main_util.c:245)
by 0x...: genSpill_ARM64 (host_arm64_defs.c:2829)
by 0x...: spill_vreg (host_generic_reg_alloc3.c:338)
by 0x...: doRegisterAllocation_v3 (host_generic_reg_alloc3.c:1137)
by 0x...: libvex_BackEnd (main_main.c:1133)
by 0x...: LibVEX_Translate (main_main.c:1236)
by 0x...: vgPlain_translate (m_translate.c:1831)
by 0x...: handle_chain_me (scheduler.c:1169)
by 0x...: vgPlain_scheduler (scheduler.c:1514)
by 0x...: thread_wrapper (syswrap-linux.c:101)
by 0x...: run_a_thread_NORETURN (syswrap-linux.c:154)
by 0x...: ???
sched status:
running_tid=1
Thread 1: status = VgTs_Runnable (lwpid 4043963)
at 0x...: ComputePAlpha_memopt (piop_memopt.c:110)
by 0x...: Sign (sign.c:156)
by 0x...: crypto_sign_signature (sign.c:229)
by 0x...: crypto_sign_mqom2cat3gf2shortr3_ref_memopt_constbranchindex (sign.c:255)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
client stack range: [0x1FFEFF9000 0x1FFF000FFF] client SP: 0x1FFEFFD080
valgrind stack range: [0x10093BC000 0x10094BBFFF] top usage: 19776 of 1048576
Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.
If that doesn't help, please report this bug to: www.valgrind.org
In the bug report, send all the above text, the valgrind
version, and what OS and version you are using. Thanks.
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Passed TIMECOP
TIMECOP iterations: 10
Number of similar (implementation,compiler) pairs: 6, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |