ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/iv_gen.C
(Generate patch)

Comparing gvpe/src/iv_gen.C (file contents):
Revision 1.1 by root, Thu Jul 18 13:35:16 2013 UTC vs.
Revision 1.2 by root, Thu Jan 29 00:21:39 2015 UTC

34#include <cstring> 34#include <cstring>
35 35
36#include "util.h" 36#include "util.h"
37#include "iv_gen.h" 37#include "iv_gen.h"
38 38
39#if 0
39void 40void
40iv_gen::reset () 41iv_gen::reset ()
41{ 42{
42 u8 key[128/8]; 43 u8 key[128/8];
43 44
68 memcpy (ptr, block, AES_BLOCK_SIZE); 69 memcpy (ptr, block, AES_BLOCK_SIZE);
69 ptr += AES_BLOCK_SIZE; 70 ptr += AES_BLOCK_SIZE;
70 len -= AES_BLOCK_SIZE; 71 len -= AES_BLOCK_SIZE;
71 } 72 }
72} 73}
74#endif
73 75

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines