crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
gf128mul_x8_ble() will reduce gf Multiplication iteration by 8. Signed-off-by: Harsh Jain <harsh@chelsio.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -247,6 +247,7 @@ struct chcr_blkcipher_req_ctx {
|
||||
struct scatterlist *dst;
|
||||
struct scatterlist *newdstsg;
|
||||
unsigned int processed;
|
||||
unsigned int last_req_len;
|
||||
unsigned int op;
|
||||
short int dst_nents;
|
||||
u8 iv[CHCR_MAX_CRYPTO_IV_LEN];
|
||||
|
Reference in New Issue
Block a user