Output save_alt Download

Operation
crypto_encrypt
Primitive
lotus128
Implementation
opt
Compiler options
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 crypto_encrypt_open does not handle c=t overlap
3 ==1143== Memcheck, a memory error detector
4 ==1143== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==1143== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==1143== Command: ./try
7 ==1143==
8 ==1143== Conditional jump or move depends on uninitialised value(s)
9 ==1143== at 0x4C32734: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==1143== by 0x40183C: test (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==1143== by 0x40243E: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==1143== Uninitialised value was created by a stack allocation
13 ==1143== at 0x406EA0: crypto_symenc_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==1143==
15 ==1143==
16 ==1143== HEAP SUMMARY:
17 ==1143== in use at exit: 7,145,392 bytes in 12 blocks
18 ==1143== total heap usage: 2,118 allocs, 2,106 frees, 7,254,112 bytes allocated
19 ==1143==
20 ==1143== LEAK SUMMARY:
21 ==1143== definitely lost: 0 bytes in 0 blocks
22 ==1143== indirectly lost: 0 bytes in 0 blocks
23 ==1143== possibly lost: 7,144,960 bytes in 10 blocks
24 ==1143== still reachable: 432 bytes in 2 blocks
25 ==1143== suppressed: 0 bytes in 0 blocks
26 ==1143== Rerun with --leak-check=full to see details of leaked memory
27 ==1143==
28 ==1143== For lists of detected and suppressed errors, rerun with: -s
29 ==1143== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)