Output save_alt Download

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