]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caampkc - comply with crypto_akcipher_maxsize()
authorTudor-Dan Ambarus <tudor.ambarus@microchip.com>
Thu, 25 May 2017 07:18:14 +0000 (10:18 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 10 Jun 2017 04:04:30 +0000 (12:04 +0800)
commiteb9813186e39f8541a42f2711f7b42d30eb6f38d
tree623558a860543dca6f06994c3d1d231533437b4c
parent5fe4c3db582db12a22f9248e6bc886e3244c6ddc
crypto: caampkc - comply with crypto_akcipher_maxsize()

crypto_akcipher_maxsize() asks for the output buffer size without
caring for errors. It allways assume that will be called after
a valid setkey. Comply with it and return what he wants.

Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caampkc.c