Test results for armeabi, berry2, crypto_scalarmult/curve25519

[Page version: 20241120 00:22:57]

Measurements for armeabi, berry2, crypto_scalarmult Test results for armeabi, berry2, crypto_scalarmult Test results for crypto_scalarmult/curve25519
Computer: berry2
Microarchitecture: armeabi; Cortex-A7 (410fc075)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_scalarmult
Primitive: curve25519
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
55321147212 0 023918 408 1544ref10gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
55354427136 0 022194 408 1544ref10gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
61871757332 0 021090 400 1536ref10gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
1538239012152 0 026906 408 1544ref10gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
853208122704 0 016462 404 1552refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
864635453316 0 018374 412 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
866278734672 0 021378 412 1552refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909
940318053404 0 018158 412 1552refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024100120240909

Compiler output


smult.c: smult.c:34:1: error: unable to emulate 'TI'
smult.c:    34 | typedef unsigned uint128_t __attribute__((mode(TI)));
smult.c:       | ^~~~~~~
smult.c: smult.c: In function 'fscalar_product':
smult.c: smult.c:76:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:    76 |   a = ((uint128_t) in[1]) * scalar + ((limb) (a >> 51));
smult.c:       |                                                 ^~
smult.c: smult.c:79:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:    79 |   a = ((uint128_t) in[2]) * scalar + ((limb) (a >> 51));
smult.c:       |                                                 ^~
smult.c: smult.c:82:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:    82 |   a = ((uint128_t) in[3]) * scalar + ((limb) (a >> 51));
smult.c:       |                                                 ^~
smult.c: smult.c:85:49: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:    85 |   a = ((uint128_t) in[4]) * scalar + ((limb) (a >> 51));
smult.c:       |                                                 ^~
smult.c: smult.c:88:19: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:    88 |   output[0] += (a >> 51) * 19;
smult.c:       |                   ^~
smult.c: smult.c: In function 'fmul':
smult.c: smult.c:132:70: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:   132 |                   r0 = (limb)t[0] & 0x7ffffffffffff; c = (limb)(t[0] >> 51);
smult.c:       |                                                                      ^~
smult.c: smult.c:133:70: warning: right shift count >= width of type [-Wshift-count-overflow]
smult.c:   133 |   t[1] += c;      r1 = (limb)t[1] & 0x7ffffffffffff; c = (limb)(t[1] >> 51);
smult.c: ...

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

Compiler output


scalarmult.S: scalarmult.S: Assembler messages:
scalarmult.S: scalarmult.S:11159: Error: junk at end of line, first unrecognized character is `,'

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

Compiler output


try.c: env: 'cargo': No such file or directory

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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

TIMECOP error (can be valgrind bug)


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

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

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

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

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