crypto/dpaa2_sec: add sample descriptors
authorAkhil Goyal <akhil.goyal@nxp.com>
Thu, 20 Apr 2017 05:44:20 +0000 (11:14 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 20 Apr 2017 09:32:45 +0000 (11:32 +0200)
commitadd2ca14f4dbe4efd464d6fb4ba599f250fe37a8
tree17a04a7a08eb9bb40430246ee10deab95bf0ffb4
parent04711d41a87240b6a872bbfa5dd54a9daaa1bc27
crypto/dpaa2_sec: add sample descriptors

algo.h provides APIs for constructing non-protocol offload SEC
descriptors like hmac, blkciphers etc.
ipsec.h provides APIs for IPSEC offload descriptors.
common.h is a common helper file which for all descriptors

In future, additional algorithms' descriptors(PDCP etc.) will be
added in the desc/

Signed-off-by: Horia Geanta Neag <horia.geanta@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
drivers/crypto/dpaa2_sec/hw/desc.h [new file with mode: 0644]
drivers/crypto/dpaa2_sec/hw/desc/algo.h [new file with mode: 0644]
drivers/crypto/dpaa2_sec/hw/desc/common.h [new file with mode: 0644]
drivers/crypto/dpaa2_sec/hw/desc/ipsec.h [new file with mode: 0644]