original_kernel/arch/x86/crypto
Jesper Juhl fc9044e2db crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key
Fix up previous patch that failed to properly fix mem leak in 
rfc4106_set_hash_subkey(). This add-on patch; fixes the leak. moves 
kfree() out of the error path, returns -ENOMEM rather than -EINVAL when 
ablkcipher_request_alloc() fails.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2011-02-16 13:04:09 +11:00
..
Makefile
aes-i586-asm_32.S
aes-x86_64-asm_64.S
aes_glue.c
aesni-intel_asm.S
aesni-intel_glue.c crypto: aesni-intel - Fix remaining leak in rfc4106_set_hash_key 2011-02-16 13:04:09 +11:00
crc32c-intel.c
fpu.c
ghash-clmulni-intel_asm.S
ghash-clmulni-intel_glue.c
salsa20-i586-asm_32.S
salsa20-x86_64-asm_64.S
salsa20_glue.c
twofish-i586-asm_32.S
twofish-x86_64-asm_64.S
twofish_glue.c