OSDN Git Service

crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
authorHans de Goede <hdegoede@redhat.com>
Sun, 1 Sep 2019 20:35:31 +0000 (22:35 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 5 Sep 2019 04:54:54 +0000 (14:54 +1000)
commit34d6245fbc81e764806a65fceaeb3ab3274a1e63
treeec464144e0cea02d4d998e6d07777fcf78fa63d9
parent527aa8958f6e112e10479a8a8989c94164e090c0
crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h

The generic sha256 implementation from lib/crypto/sha256.c uses data
structs defined in crypto/sha.h, so lets move the function prototypes
there too.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/s390/purgatory/purgatory.c
arch/x86/purgatory/purgatory.c
crypto/sha256_generic.c
include/crypto/sha.h
include/crypto/sha256.h [deleted file]
lib/crypto/sha256.c