-
- Downloads
crypto: hash - Move ahash functions into crypto/hash.h
All new crypto interfaces should go into individual files as much
as possible in order to ensure that crypto.h does not collapse under
its own weight.
This patch moves the ahash code into crypto/hash.h and crypto/internal/hash.h
respectively.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/cryptd.c 1 addition, 0 deletionscrypto/cryptd.c
- crypto/digest.c 1 addition, 0 deletionscrypto/digest.c
- crypto/hash.c 1 addition, 0 deletionscrypto/hash.c
- crypto/tcrypt.c 1 addition, 0 deletionscrypto/tcrypt.c
- include/crypto/algapi.h 0 additions, 36 deletionsinclude/crypto/algapi.h
- include/crypto/hash.h 154 additions, 0 deletionsinclude/crypto/hash.h
- include/crypto/internal/hash.h 37 additions, 0 deletionsinclude/crypto/internal/hash.h
- include/linux/crypto.h 0 additions, 136 deletionsinclude/linux/crypto.h
Loading
Please register or sign in to comment