linux/drivers/crypto/chelsio
Harsh Jain 8356ea515b crypto: chcr - Use cipher instead of Block Cipher in gcm setkey
1 Block of encrption can be done with aes-generic. no need of
cbc(aes). This patch replaces cbc(aes-generic) with aes-generic.

Signed-off-by: Harsh Jain <harsh@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-02-03 18:16:15 +08:00
..
chcr_algo.c crypto: chcr - Use cipher instead of Block Cipher in gcm setkey 2017-02-03 18:16:15 +08:00
chcr_algo.h crypto: chcr - Change flow IDs 2017-02-03 18:16:15 +08:00
chcr_core.c crypto: chcr - fix itnull.cocci warnings 2017-02-03 18:16:15 +08:00
chcr_core.h crypto: chcr - Change flow IDs 2017-02-03 18:16:15 +08:00
chcr_crypto.h crypto: chcr - Fix panic on dma_unmap_sg 2017-02-03 17:45:44 +08:00
Kconfig crypto: chcr - Add AEAD algos. 2016-11-30 20:01:51 +08:00
Makefile