commit | c2a28fdb2f4e0b1676709426d80a986dd601200e | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Jan 18 16:13:06 2022 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 31 11:21:44 2022 +1100 |
tree | 2eb6ef97a601b8d409845268dd660b79de18c154 | |
parent | a24611ea356c7f3f0ec926da11b9482ac1f414fd [diff] |
crypto: rsa-pkcs1pad - use clearer variable names The new convention for akcipher_alg::verify makes it unclear which values are the lengths of the signature and digest. Add local variables to make it clearer what is going on. Also rename the digest_size variable in pkcs1pad_sign(), as it is actually the digest *info* size, not the digest size which is different. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>