commit | 0f2c83190bc6756021e35a91c1f282ecae3f0e87 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jun 29 19:32:24 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 01 23:45:19 2016 +0800 |
tree | 1be0f9a128d244b45a01659bb72d9187f57589ca | |
parent | c0d20d22e0ad20718702ae98cf8b5c200271d6df [diff] |
crypto: rsa-pkcs1pad - Remove bogus page splitting The helper pkcs1pad_sg_set_buf tries to split a buffer that crosses a page boundary into two SG entries. This is unnecessary. This patch removes that. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>