diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-07-04 19:42:24 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2008-07-10 20:35:17 +0800 |
commit | bd699f2df6dbc2f4cba528fe598bd63a4d3702c5 (patch) | |
tree | 6600dbcdb996b93d2a731cea4ae9bce28e77e507 /crypto/md5.c | |
parent | ebbcf3369224ae7d23bfee06d8c5ea87a9541db5 (diff) | |
download | linux-bd699f2df6dbc2f4cba528fe598bd63a4d3702c5.tar.gz linux-bd699f2df6dbc2f4cba528fe598bd63a4d3702c5.tar.bz2 linux-bd699f2df6dbc2f4cba528fe598bd63a4d3702c5.zip |
crypto: camellia - Use kernel-provided bitops, unaligned access helpers
Remove the private implementation of 32-bit rotation and unaligned
access with byteswapping.
As a bonus, fixes sparse warnings:
crypto/camellia.c:602:2: warning: cast to restricted __be32
crypto/camellia.c:603:2: warning: cast to restricted __be32
crypto/camellia.c:604:2: warning: cast to restricted __be32
crypto/camellia.c:605:2: warning: cast to restricted __be32
crypto/camellia.c:710:2: warning: cast to restricted __be32
crypto/camellia.c:711:2: warning: cast to restricted __be32
crypto/camellia.c:712:2: warning: cast to restricted __be32
crypto/camellia.c:713:2: warning: cast to restricted __be32
crypto/camellia.c:714:2: warning: cast to restricted __be32
crypto/camellia.c:715:2: warning: cast to restricted __be32
crypto/camellia.c:716:2: warning: cast to restricted __be32
crypto/camellia.c:717:2: warning: cast to restricted __be32
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/md5.c')
0 files changed, 0 insertions, 0 deletions