[v4 PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA

2016-06-29 Thread Herbert Xu
This patch allows RSA implementations to produce output with leading zeroes. testmgr will skip leading zeroes when comparing the output. This patch also tries to make the RSA test function generic enough to potentially handle other akcipher algorithms. Signed-off-by: Herbert Xu --- crypto/tes

[v3 PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA

2016-06-29 Thread Herbert Xu
This patch allows RSA implementations to produce output with leading zeroes. testmgr will skip leading zeroes when comparing the output. This patch also tries to make the RSA test function generic enough to potentially handle other akcipher algorithms. Signed-off-by: Herbert Xu --- crypto/tes

[PATCH 1/8] crypto: testmgr - Allow leading zeros in RSA

2016-06-22 Thread Herbert Xu
This patch allows RSA implementations to produce output with leading zeroes. testmgr will skip leading zeroes when comparing the output. This patch also tries to make the RSA test function generic enough to potentially handle other akcipher algorithms. Signed-off-by: Herbert Xu --- crypto/tes