aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorTudor-Dan Ambarus <tudor.ambarus@microchip.com>2017-09-29 12:21:05 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2017-10-12 22:55:05 +0800
commit5b3f3a8bede7d3af2dc9ea20b0ad971d4e5e83cc (patch)
tree382538ba9f49bbb3bdbcfb6c3b2745881865ab56 /include/crypto
parentcrypto: dh - return unsigned int for dh_data_size() (diff)
downloadlinux-dev-5b3f3a8bede7d3af2dc9ea20b0ad971d4e5e83cc.tar.xz
linux-dev-5b3f3a8bede7d3af2dc9ea20b0ad971d4e5e83cc.zip
crypto: dh - return unsigned value for crypto_dh_key_len()
DH_KPP_SECRET_MIN_SIZE and dh_data_size() are both returning unsigned values. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/dh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/dh.h b/include/crypto/dh.h
index f638998fb6d0..71e1bb24d79f 100644
--- a/include/crypto/dh.h
+++ b/include/crypto/dh.h
@@ -53,7 +53,7 @@ struct dh {
*
* Return: size of the key in bytes
*/
-int crypto_dh_key_len(const struct dh *params);
+unsigned int crypto_dh_key_len(const struct dh *params);
/**
* crypto_dh_encode_key() - encode the private key