summaryrefslogtreecommitdiff
path: root/crypto/sha512_generic.c
diff options
context:
space:
mode:
authorAntoine Tenart <antoine.tenart@bootlin.com>2018-05-29 14:13:44 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2018-06-22 23:03:00 +0800
commit25bc95510317dc7259299adb786f050617199b42 (patch)
tree119f0892148c65375d207fbda5463be037a84270 /crypto/sha512_generic.c
parentcda3e73a54971e38a7388db0132c3681eab87847 (diff)
crypto: inside-secure - improve the counter computation
A counter is given to the engine when finishing hash computation. It currently uses the blocksize while it counts the number of 64 bytes blocks given to the engine. This works well for all algorithms so far, as SHA1, SHA224 and SHA256 all have a blocksize of 64 bytes, but others algorithms such as SHA512 wouldn't work. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/sha512_generic.c')
0 files changed, 0 insertions, 0 deletions