Skip to content
/ linux Public
forked from torvalds/linux

Commit

Permalink
crypto: qat - don't need qat_auth_state struct
Browse files Browse the repository at this point in the history
We don't need the qat_auth_state structure anymore.

Signed-off-by: Tadeusz Struk <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
tstruk authored and herbertx committed Jan 15, 2015
1 parent 598de36 commit b2c3f7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions drivers/crypto/qat/qat_common/qat_algs.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ struct qat_alg_cd {
};
} __aligned(64);

#define MAX_AUTH_STATE_SIZE sizeof(struct icp_qat_hw_auth_algo_blk)

struct qat_auth_state {
uint8_t data[MAX_AUTH_STATE_SIZE + 64];
} __aligned(64);

struct qat_alg_aead_ctx {
struct qat_alg_cd *enc_cd;
struct qat_alg_cd *dec_cd;
Expand Down

0 comments on commit b2c3f7c

Please sign in to comment.