crypto: hash - Add import/export interface
It is often useful to save the partial state of a hash function
so that it can be used as a base for two or more computations.
The most prominent example is HMAC where all hashes start from
a base determined by the key. Having an import/export interface
means that we only have to compute that base once rather than
for each message.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/ahash.c 14 additions, 0 deletionscrypto/ahash.c
- crypto/shash.c 14 additions, 0 deletionscrypto/shash.c
- include/crypto/hash.h 21 additions, 0 deletionsinclude/crypto/hash.h
- include/crypto/internal/hash.h 0 additions, 5 deletionsinclude/crypto/internal/hash.h
- include/linux/crypto.h 1 addition, 0 deletionsinclude/linux/crypto.h
Loading
Please register or sign in to comment