]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: tcrypt - add block size of 1472 to skcipher template
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Tue, 4 Dec 2018 13:13:31 +0000 (14:13 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 13 Dec 2018 10:24:40 +0000 (18:24 +0800)
commit6eadee515f31642df30a1276c2053e8b874aa0ca
tree26829c1bdd2ad3d97871e8d79c6d50a2cf3c876e
parentb7ed7a91e20d6238da1b87efb8e5a123163514b8
crypto: tcrypt - add block size of 1472 to skcipher template

In order to have better coverage of algorithms operating on block
sizes that are in the ballpark of a VPN  packet, add 1472 to the
block_sizes array.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/tcrypt.c