From: Vakul Garg Date: Tue, 12 Mar 2013 08:39:24 +0000 (+0530) Subject: crypto: caam - Fix missing init of '.type' in AEAD algos. X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~57^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7d5662d7a13471eff81b25277a229d7173aabd;p=pandora-kernel.git crypto: caam - Fix missing init of '.type' in AEAD algos. Following AEAD algo templates are updated for '.type' initialization. (a) authenc(hmac(sha224),cbc(aes)) (b) authenc(hmac(sha384),cbc(aes)) (c) authenc(hmac(sha224),cbc(des3_ede)) (d) authenc(hmac(sha384),cbc(des3_ede)) (e) authenc(hmac(sha224),cbc(des)) (f) authenc(hmac(sha384),cbc(des)) Signed-off-by: Vakul Garg Reviewed-by: Kim Phillips Signed-off-by: Andy Fleming Signed-off-by: Herbert Xu --- Reading git-diff-tree failed