summaryrefslogtreecommitdiffstats
path: root/crypto/dh.c
diff options
context:
space:
mode:
authorTudor-Dan Ambarus <tudor.ambarus@microchip.com>2017-05-25 10:18:08 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2017-06-10 12:04:27 +0800
commitc444b8da87d16e6f9f11e15c8c873a641f7cd117 (patch)
tree1a2200c719c7955ee2c77f8005f44eed791dafd3 /crypto/dh.c
parentee34e2644a78e2561742bea8c4bdcf83cabf90a7 (diff)
downloadlinux-c444b8da87d16e6f9f11e15c8c873a641f7cd117.tar.bz2
crypto: kpp - assume key is already set in maxsize
As of now, crypto_kpp_maxsize() can not be reached without successfully setting the key for the transformation. kpp algorithm implementations check if the key was set and then return the output buffer size required for the given key. Change the return type to unsigned int and always assume that this function is called after a successful setkey of the transformation. kpp algorithm implementations will remove the check if key is not NULL and directly return the max size. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/dh.c')
0 files changed, 0 insertions, 0 deletions