linux/include/crypto
LABBE Corentin 2f8f9b4153 UPSTREAM: crypto: hash - add zero length message hash for shax and md5
Some crypto drivers cannot process empty data message and return a
precalculated hash for md5/sha1/sha224/sha256.

This patch add thoses precalculated hash in include/crypto.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 0c4c78de04)

Change-Id: Ie15d9e6119f415c7c5af875fec160299e9053770
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
2018-05-24 11:44:00 +08:00
..
internal Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-android 2018-03-05 20:20:17 +05:30
ablk_helper.h
aead.h
aes.h
akcipher.h
algapi.h
authenc.h
b128ops.h
blowfish.h
cast_common.h
cast5.h
cast6.h
chacha20.h
compress.h
cryptd.h
crypto_wq.h
ctr.h
des.h
drbg.h
gf128mul.h
ghash.h
hash_info.h
hash.h
if_alg.h
lrw.h
mcryptd.h crypto: mcryptd - protect the per-CPU queue with a lock 2018-01-02 20:33:19 +01:00
md5.h UPSTREAM: crypto: hash - add zero length message hash for shax and md5 2018-05-24 11:44:00 +08:00
null.h
padlock.h
pcrypt.h
pkcs7.h
poly1305.h crypto: poly1305 - remove ->setkey() method 2018-02-16 20:09:43 +01:00
public_key.h
rng.h
scatterwalk.h
serpent.h
sha.h UPSTREAM: crypto: hash - add zero length message hash for shax and md5 2018-05-24 11:44:00 +08:00
sha1_base.h
sha256_base.h
sha512_base.h
skcipher.h
speck.h FROMGIT: crypto: speck - export common helpers 2018-03-05 22:00:16 +05:30
twofish.h
vmac.h
xts.h