crypto/bcmfs: add session handling and capabilities
authorVikas Gupta <vikas.gupta@broadcom.com>
Wed, 7 Oct 2020 17:18:58 +0000 (22:48 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Wed, 14 Oct 2020 20:22:06 +0000 (22:22 +0200)
commit4ed19f0db5d970af39f6cb9a70fd690d0e62646b
treebdd3578811c8bbe4cd0849ecfa0ae13189c068a0
parent751dca90241da061a3bf0b7201bc0dc6ed3ea2cf
crypto/bcmfs: add session handling and capabilities

Add session handling and capabilities supported by crypto HW
accelerator

Signed-off-by: Vikas Gupta <vikas.gupta@broadcom.com>
Signed-off-by: Raveendra Padasalagi <raveendra.padasalagi@broadcom.com>
Reviewed-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
MAINTAINERS
doc/guides/cryptodevs/bcmfs.rst
doc/guides/cryptodevs/features/bcmfs.ini [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_sym_capabilities.c [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_sym_capabilities.h [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_sym_defs.h [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_sym_pmd.c
drivers/crypto/bcmfs/bcmfs_sym_session.c [new file with mode: 0644]
drivers/crypto/bcmfs/bcmfs_sym_session.h [new file with mode: 0644]
drivers/crypto/bcmfs/meson.build