Output save_alt Download

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