It has it's asm inline but be wary of any encryption algo and always confirm that it is the right thing (by comparing the bytes of other implementations.
)
James
On Sun, Jul 31, 2011 at 6:25 PM, Clemens Eisserer <linuxhippy@gmail.com> wrote:
Hi,
I've recently switched to dmcrypt with aes cipher, which works quite well except for beeing a little bit slow (~40mb/s read/write), where even weaker CPUs in an old comparison I found yield ~60-80mb/s.
A few times AES586 is mentioned beeing a hand optimized assembler version of the generic AES module, but I wasn't able to find it. Is it not part of the Fedora15 default kernel, or has it been removed from vanilla as well?
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
08-02-2011, 10:45 AM
"Bryn M. Reeves"
What happend to aes586?
On 08/02/2011 02:49 AM, James Matthews wrote:
> You can find it here
>
> http://www.opensource.apple.com/source/OpenSSL098/OpenSSL098-35/src/crypto/aes/asm/aes-586.pl
>
> It has it's asm inline but be wary of any encryption algo and always confirm
> that it is the right thing (by comparing the bytes of other implementations.
Similar name but that's not the same thing - this is part of the OpenSSL project.
The module Clemens was asking about is a kernel module that provides
arch-specific acceleration for the in-kernel crypto API.
> On Sun, Jul 31, 2011 at 6:25 PM, Clemens Eisserer <linuxhippy@gmail.com
> A few times AES586 is mentioned beeing a hand optimized assembler version of
> the generic AES module, but I wasn't able to find it. Is it not part of the
> Fedora15 default kernel, or has it been removed from vanilla as well?
It was there as a module in the f15 GA i686 kernel package: