Re: Cipher block questions

2015-04-21 Thread jonathan . thieuleux
On Tue, Apr 21, 2015 at 10:07:47AM +0200, Milan Broz wrote: > First, from the cryptsetup log > # Userspace crypto wrapper cannot use gost-xts-plain64 (-2). > it seems that there is some problem with loading of your gost cipher > implementation. > I relaunch the command into QEMU and I obtain "

Re: Cipher block questions

2015-04-21 Thread Milan Broz
On 04/21/2015 09:27 AM, jonathan.thieul...@gmail.com wrote: > I'm implementing a new cipher block within the kernel and I'm stuck into a > problem. My algorithm works pretty well, it can cipher and decipher a block. > The > algorithm also works with ECB, CBC, and CTR modes, however when I try to u

Cipher block questions

2015-04-21 Thread jonathan . thieuleux
Hi, I'm implementing a new cipher block within the kernel and I'm stuck into a problem. My algorithm works pretty well, it can cipher and decipher a block. The algorithm also works with ECB, CBC, and CTR modes, however when I try to use the modes such as XTS or LRW I have the following errors whic