commit | 1c23b466e999911d3dd7af2ac0ec7bee8cc85635 | [log] [tgz] |
---|---|---|
author | Tudor-Dan Ambarus <tudor.ambarus@microchip.com> | Thu May 25 10:18:13 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jun 10 12:04:30 2017 +0800 |
tree | c9f5e762738508c51392f840b9637621325d6f3b | |
parent | 561f8e2df990a7a2859a98bd208d0f7dc932c3f7 [diff] |
crypto: rsa - 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>