crypto: hash - Export shash through hash
This patch allows shash algorithms to be used through the old hash
interface. This is a transitional measure so we can convert the
underlying algorithms to shash before converting the users across.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/ahash.c 16 additions, 0 deletionscrypto/ahash.c
- crypto/authenc.c 3 additions, 0 deletionscrypto/authenc.c
- crypto/hmac.c 6 additions, 4 deletionscrypto/hmac.c
- crypto/shash.c 109 additions, 0 deletionscrypto/shash.c
- include/crypto/algapi.h 5 additions, 0 deletionsinclude/crypto/algapi.h
- include/crypto/internal/hash.h 3 additions, 0 deletionsinclude/crypto/internal/hash.h
- include/linux/crypto.h 2 additions, 2 deletionsinclude/linux/crypto.h
Loading
Please register or sign in to comment