summaryrefslogtreecommitdiffstats
path: root/crypto/skcipher.c
diff options
context:
space:
mode:
authorTim Chen2016-07-08 18:28:03 +0200
committerHerbert Xu2016-07-12 07:02:00 +0200
commiteb9bc8e7afaa9f062105dad55ec1c0663d961bb3 (patch)
treeee3fdfcaa6e1dcbb0522bd8861ec26505c4d20b5 /crypto/skcipher.c
parentcrypto: qat - Stop dropping leading zeros from RSA output (diff)
downloadkernel-qcow2-linux-eb9bc8e7afaa9f062105dad55ec1c0663d961bb3.tar.gz
kernel-qcow2-linux-eb9bc8e7afaa9f062105dad55ec1c0663d961bb3.tar.xz
kernel-qcow2-linux-eb9bc8e7afaa9f062105dad55ec1c0663d961bb3.zip
crypto: sha-mb - Cleanup code to use || instead of |
for condition comparison and cleanup multiline comment style In sha*_ctx_mgr_submit, we currently use the | operator instead of || ((ctx->partial_block_buffer_length) | (len < SHA1_BLOCK_SIZE)) Switching it to || and remove extraneous paranthesis to adhere to coding style. Also cleanup inconsistent multiline comment style. Signed-off-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/skcipher.c')
0 files changed, 0 insertions, 0 deletions