Test results for aarch64, pi3aplus, crypto_aead/aes256gcmv1

[Page version: 20240908 09:13:06]

Measurements for aarch64, pi3aplus, crypto_aead Test results for aarch64, pi3aplus, crypto_aead Test results for crypto_aead/aes256gcmv1
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20240808
Operation: crypto_aead
Primitive: aes256gcmv1
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
238330856 0 018030 920 840T:opensslnewgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
238487968 0 020151 944 864T:opensslnewgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
2386061024 0 019126 936 848T:opensslnewgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
238700712 0 019972 848 856T:opensslnewclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
239691968 0 018798 936 848T:opensslnewgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
48120942252 0 1624685 768 872T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
56240502912 0 1625320 864 888T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
478111731996 0 1623047 856 864T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
483763432204 0 1623527 856 864T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
546118851780 0 1622199 840 856T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
944237572252 0 1624997 768 872refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
952085772912 0 1625632 864 888refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
1374238691996 0 1623359 856 864refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
1377810032204 0 1623839 856 864refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808
1442343731780 0 1622511 840 856refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024082120240808

Compiler output


stream.cpp: stream.cpp:2:10: fatal error: cryptopp/aes.h: No such file or directory
stream.cpp:  #include <cryptopp/aes.h>
stream.cpp:           ^~~~~~~~~~~~~~~~
stream.cpp: compilation terminated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


armv8crypto.c: armv8crypto.c:246:9: warning: 'vext_p8' macro redefined [-Wmacro-redefined]
armv8crypto.c: #define vext_p8(a,b,c) vreinterpret_p8_u8(vext_u8(vreinterpret_u8_p8(a),vreinterpret_u8_p8(b),c))
armv8crypto.c:         ^
armv8crypto.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:5653:9: note: previous definition is here
armv8crypto.c: #define vext_p8(__p0, __p1, __p2) __extension__ ({ \
armv8crypto.c:         ^
armv8crypto.c: armv8crypto.c:247:9: warning: 'vextq_p16' macro redefined [-Wmacro-redefined]
armv8crypto.c: #define vextq_p16(a,b,c) vreinterpretq_p16_u16(vextq_u16(vreinterpretq_u16_p16(a),vreinterpretq_u16_p16(b),c))
armv8crypto.c:         ^
armv8crypto.c: /usr/lib/llvm-7/lib/clang/7.0.1/include/arm_neon.h:5716:9: note: previous definition is here
armv8crypto.c: #define vextq_p16(__p0, __p1, __p2) __extension__ ({ \
armv8crypto.c:         ^
armv8crypto.c: armv8crypto.c:332:16: warning: unused variable 'ff' [-Wunused-variable]
armv8crypto.c:     poly8x16_t ff = vdupq_n_p8((poly8_t)0xFF);
armv8crypto.c:                ^
armv8crypto.c: armv8crypto.c:322:17: warning: unused variable 'x2' [-Wunused-variable]
armv8crypto.c:   unsigned char x2[16];
armv8crypto.c:                 ^
armv8crypto.c: armv8crypto.c:321:17: warning: unused variable 'y2' [-Wunused-variable]
armv8crypto.c:   unsigned char y2[16];
armv8crypto.c:                 ^
armv8crypto.c: armv8crypto.c:320:7: warning: unused variable 'i' [-Wunused-variable]
armv8crypto.c:   int i;
armv8crypto.c:       ^
armv8crypto.c: armv8crypto.c:409:18: warning: unused variable 'tmplo' [-Wunused-variable]
armv8crypto.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:dolbeau/armv8cryptoclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


armv8crypto.c: armv8crypto.c: In function 'aes_armv8_encrypt1':
armv8crypto.c: armv8crypto.c:63: warning: ignoring #pragma unroll  [-Wunknown-pragmas]
armv8crypto.c:  #pragma unroll(13)
armv8crypto.c:
armv8crypto.c: armv8crypto.c: In function 'addmul':
armv8crypto.c: armv8crypto.c:331:64: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
armv8crypto.c:      unsigned long long mask = -1ull ^ (1ull<<(((16-xlen)%8)*8))-1ull;
armv8crypto.c:                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
armv8crypto.c: armv8crypto.c:332:16: warning: unused variable 'ff' [-Wunused-variable]
armv8crypto.c:      poly8x16_t ff = vdupq_n_p8((poly8_t)0xFF);
armv8crypto.c:                 ^~
armv8crypto.c: armv8crypto.c:322:17: warning: unused variable 'x2' [-Wunused-variable]
armv8crypto.c:    unsigned char x2[16];
armv8crypto.c:                  ^~
armv8crypto.c: armv8crypto.c:321:17: warning: unused variable 'y2' [-Wunused-variable]
armv8crypto.c:    unsigned char y2[16];
armv8crypto.c:                  ^~
armv8crypto.c: armv8crypto.c:320:7: warning: unused variable 'i' [-Wunused-variable]
armv8crypto.c:    int i;
armv8crypto.c:        ^
armv8crypto.c: armv8crypto.c: In function 'reduce4':
armv8crypto.c: armv8crypto.c:409:29: warning: unused variable 'tmphi' [-Wunused-variable]
armv8crypto.c:    uint32x4_t lo, tmplo, hi, tmphi;
armv8crypto.c:                              ^~~~~
armv8crypto.c: armv8crypto.c:409:18: warning: unused variable 'tmplo' [-Wunused-variable]
armv8crypto.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)
T:dolbeau/armv8cryptogcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (8.3.0)

Compiler output


decrypt.c: decrypt.c:13:18: error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
decrypt.c:   EVP_CIPHER_CTX x;
decrypt.c:                  ^
decrypt.c: /usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct evp_cipher_ctx_st'
decrypt.c: typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
decrypt.c:                ^
decrypt.c: 1 error generated.

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
T:opensslclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

Compiler output


decrypt.c: decrypt.c: In function 'crypto_aead_aes256gcmv1_openssl_timingleaks_decrypt':
decrypt.c: decrypt.c:13:18: error: storage size of 'x' isn't known
decrypt.c:    EVP_CIPHER_CTX x;
decrypt.c:                   ^
decrypt.c: decrypt.c:13:18: warning: unused variable 'x' [-Wunused-variable]

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

TIMECOP error (can be valgrind bug)


error 111
Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:159)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:159)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:159)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:189)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:189)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:189)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:228)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:228)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:228)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:243)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:243)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:243)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:258)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:93)
   by 0x...: test (try.c:273)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:105)
   by 0x...: test (try.c:273)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_encrypt (encrypt.c:111)
   by 0x...: test (try.c:273)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff690 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:300)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:300)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:300)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:331)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:331)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:331)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:355)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:355)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:355)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:369)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:369)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:369)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:383)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:383)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:383)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:397)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:397)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:397)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:421)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:421)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:421)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:435)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:435)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:435)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:449)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:449)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:449)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:463)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:463)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:463)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:476)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:476)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:476)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:480)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:480)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:480)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:159)
   by 0x...: test (try.c:484)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:169)
   by 0x...: test (try.c:484)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Invalid read of size 1
   at 0x...: addmul (encrypt.c:51)
   by 0x...: crypto_aead_aes256gcmv1_ref_constbranchindex_decrypt (encrypt.c:174)
   by 0x...: test (try.c:484)
   by 0x...: main (try-anything.c:345)
 Address 0x1ffefff680 is on thread 1's stack
 528 bytes below stack pointer

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (4.2.1_Compatible_Clang_7.0.1_(tags/RELEASE_701/final))

TIMECOP error (can be valgrind bug)


error 111

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

Passed TIMECOP


TIMECOP iterations: 10

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