forked from Minki/linux
6dad4e8ab3
register xfrmdev_ops callbacks, Send IPsec tunneled data to HW for inline processing. The driver use hardware crypto accelerator to encrypt and generate ICV for the transmitted packet in Inline mode. Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: Harsh Jain <harsh@chelsio.com> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
6 lines
184 B
Makefile
6 lines
184 B
Makefile
ccflags-y := -Idrivers/net/ethernet/chelsio/cxgb4
|
|
|
|
obj-$(CONFIG_CRYPTO_DEV_CHELSIO) += chcr.o
|
|
chcr-objs := chcr_core.o chcr_algo.o
|
|
chcr-$(CONFIG_CHELSIO_IPSEC_INLINE) += chcr_ipsec.o
|