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 "
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