X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fcrypto%2Fsha.h;h=c6c9c1fe460c20e1d11e923c500a872f225d3c29;hb=dee119b1fa672d65f34f86fe5cefa81d71ed040e;hp=069e85ba97e1874a6f92cb98dc0f4794e8969249;hpb=aa021baa3295fa6e3f367d80f8955dd5176656eb;p=karo-tx-linux.git diff --git a/include/crypto/sha.h b/include/crypto/sha.h index 069e85ba97e1..c6c9c1fe460c 100644 --- a/include/crypto/sha.h +++ b/include/crypto/sha.h @@ -82,4 +82,9 @@ struct sha512_state { u8 buf[SHA512_BLOCK_SIZE]; }; +struct shash_desc; + +extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data, + unsigned int len); + #endif