commit | 0a4491d3febe0b8c328870d1909fc91756970237 | [log] [tgz] |
---|---|---|
author | Atul Gupta <atul.gupta@chelsio.com> | Thu May 02 03:47:57 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 09 13:17:23 2019 +0800 |
tree | feb81db64518c27c77570fee471f84b99cd44253 | |
parent | 33ddc108c5a1cfba72a08a92f35a0ba5bbd1cfd8 [diff] |
crypto: chelsio - count incomplete block in IV The partial block should count as one and appropriately appended to IV. eg 499B for AES CTR should count 32 block than 31 and correct count value is updated in iv out. Signed-off-by: Atul Gupta <atul.gupta@chelsio.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>