[PATCH] crypto: qat - Stop dropping leading zeros from RSA output

2016-07-07 Thread Salvatore Benedetto
There is not need to drop leading zeros from the RSA output operations results. Signed-off-by: Salvatore Benedetto --- drivers/crypto/qat/qat_common/qat_asym_algs.c | 20 1 file changed, 20 deletions(-) diff --git a/drivers/crypto/qat/qat_common/qat_asym_algs.c b/drivers/c

[PATCH] crypto: qat - Add DH support

2016-07-07 Thread Salvatore Benedetto
Add DH support under kpp api. Drop struct qat_rsa_request and introduce a more generic struct qat_asym_request and share it between RSA and DH requests. Signed-off-by: Salvatore Benedetto --- drivers/crypto/qat/Kconfig| 1 + drivers/crypto/qat/qat_common/qat_asym_algs.c | 5

[PATCH] [linux-next] crypto: doc- Fix double words "the the" in crypto-API.tmpl

2016-07-07 Thread Masanari Iida
This patch fix double words "the the" in crypto-API.tmpl. Signed-off-by: Masanari Iida --- Documentation/DocBook/crypto-API.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/crypto-API.tmpl b/Documentation/DocBook/crypto-API.tmpl index d55dc5a39b