]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - Fix missing init of '.type' in AEAD algos.
authorVakul Garg <vakul@freescale.com>
Tue, 12 Mar 2013 08:39:24 +0000 (14:09 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Mar 2013 10:13:54 +0000 (18:13 +0800)
commit22a9698bf8f5513a48951156337bd4504ac651a4
treedbea50ca71407e3390296c11a5226f8043e31422
parentbc4c48846d0a1190aedc828f87dcf4171eacd734
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 <vakul@freescale.com>
Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c