diff options
author | Harsh Jain <harsh@chelsio.com> | 2016-11-29 16:30:36 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-11-30 15:01:46 +0300 |
commit | 358961d1cd1ee78bf2d7d573d21eafce53ba4280 (patch) | |
tree | fa5ede63ad0c5acf00a76ccb4b5ccc9c11fb57cf /drivers/crypto/chelsio/chcr_crypto.h | |
parent | 39f91a34f3215ee730f9c6e3e1b5374b6b6cb62d (diff) | |
download | linux-358961d1cd1ee78bf2d7d573d21eafce53ba4280.tar.xz |
crypto: chcr - Added new structure chcr_wr
Added new structure chcr_wr to populate Work Request Header.
Signed-off-by: Jitendra Lulla <JLULLA@chelsio.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/chelsio/chcr_crypto.h')
-rw-r--r-- | drivers/crypto/chelsio/chcr_crypto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/crypto/chelsio/chcr_crypto.h b/drivers/crypto/chelsio/chcr_crypto.h index d7d75605da8b..acce36702e1f 100644 --- a/drivers/crypto/chelsio/chcr_crypto.h +++ b/drivers/crypto/chelsio/chcr_crypto.h @@ -118,12 +118,6 @@ #define CHCR_HASH_MAX_BLOCK_SIZE_128 128 /* Aligned to 128 bit boundary */ -struct _key_ctx { - __be32 ctx_hdr; - u8 salt[MAX_SALT]; - __be64 reserverd; - unsigned char key[0]; -}; struct ablk_ctx { u8 enc; |