X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fcrypto%2Fsha.h;h=c6c9c1fe460c20e1d11e923c500a872f225d3c29;hb=dc47d3810cdcb4f32bfa31d50f26af97aced0638;hp=069e85ba97e1874a6f92cb98dc0f4794e8969249;hpb=6f5071020d5ec89b5d095aa488db604adb921aec;p=pandora-kernel.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