Re: [PATCH 04/16] PGP: Add definitions (RFC 4880) and packet parser [ver #2]

2011-12-04 Thread Ben Hutchings
On Tue, 2011-11-29 at 23:43 +, David Howells wrote: > Add some useful PGP definitions from RFC 4880. These describe details of > public key crypto as used by crypto keys for things like signature > verification. [...] > +struct pgp_signature_v3_packet { > + enum pgp_signature_version versi

[PATCH 3.2] crypto: blowfish-x86_64 - blacklist Pentium 4

2011-12-04 Thread Jussi Kivilinna
Implementation in blowfish-x86_64 uses 64bit rotations which are slow on P4, making blowfish-x86_64 slower than generic C implementation. Therefore blacklist P4. Signed-off-by: Jussi Kivilinna --- arch/x86/crypto/blowfish_glue.c | 30 ++ 1 files changed, 30 insertio