summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha2/sha512.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/sha2/sha512.h')
-rw-r--r--sys/crypto/sha2/sha512.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/crypto/sha2/sha512.h b/sys/crypto/sha2/sha512.h
index 174f11f..8b3e17c 100644
--- a/sys/crypto/sha2/sha512.h
+++ b/sys/crypto/sha2/sha512.h
@@ -58,6 +58,12 @@ __BEGIN_DECLS
#ifndef SHA512_End
#define SHA512_End _libmd_SHA512_End
#endif
+#ifndef SHA512_Fd
+#define SHA512_Fd _libmd_SHA512_Fd
+#endif
+#ifndef SHA512_FdChunk
+#define SHA512_FdChunk _libmd_SHA512_FdChunk
+#endif
#ifndef SHA512_File
#define SHA512_File _libmd_SHA512_File
#endif
@@ -82,6 +88,8 @@ void SHA512_Final(unsigned char [__min_size(SHA512_DIGEST_LENGTH)],
#ifndef _KERNEL
char *SHA512_End(SHA512_CTX *, char *);
char *SHA512_Data(const void *, unsigned int, char *);
+char *SHA512_Fd(int, char *);
+char *SHA512_FdChunk(int, char *, off_t, off_t);
char *SHA512_File(const char *, char *);
char *SHA512_FileChunk(const char *, char *, off_t, off_t);
#endif
OpenPOWER on IntegriCloud