24 Mar, 2010
1 commit
-
I was concerned about the error handling for crypto_get_attr_type() in
pcrypt_alloc_aead(). Steffen Klassert pointed out that we could simply
avoid calling crypto_get_attr_type() if we passed the type and mask as a
parameters.Signed-off-by: Dan Carpenter
Acked-by: Steffen Klassert
Signed-off-by: Herbert Xu
04 Feb, 2010
1 commit
-
This fixes three forgotten calls to the complete function
in the error case.Signed-off-by: Steffen Klassert
Signed-off-by: Herbert Xu
07 Jan, 2010
1 commit
-
This patch adds a parallel crypto template that takes a crypto
algorithm and converts it to process the crypto transforms in
parallel. For the moment only aead algorithms are supported.Signed-off-by: Steffen Klassert
Signed-off-by: Herbert Xu