diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/crypto/sha.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/crypto/sha.h b/include/crypto/sha.h index a754cdd749c6..e28c4b5e805d 100644 --- a/include/crypto/sha.h +++ b/include/crypto/sha.h | |||
| @@ -93,6 +93,9 @@ extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, | |||
| 93 | extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data, | 93 | extern int crypto_sha256_update(struct shash_desc *desc, const u8 *data, |
| 94 | unsigned int len); | 94 | unsigned int len); |
| 95 | 95 | ||
| 96 | extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, | ||
| 97 | unsigned int len, u8 *hash); | ||
| 98 | |||
| 96 | extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data, | 99 | extern int crypto_sha512_update(struct shash_desc *desc, const u8 *data, |
| 97 | unsigned int len); | 100 | unsigned int len); |
| 98 | #endif | 101 | #endif |
