summaryrefslogtreecommitdiffstats
path: root/sys/crypto/sha2/sha384.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/crypto/sha2/sha384.h')
-rw-r--r--sys/crypto/sha2/sha384.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/crypto/sha2/sha384.h b/sys/crypto/sha2/sha384.h
index 2f21ee7..0134559 100644
--- a/sys/crypto/sha2/sha384.h
+++ b/sys/crypto/sha2/sha384.h
@@ -58,6 +58,12 @@ __BEGIN_DECLS
#ifndef SHA384_End
#define SHA384_End _libmd_SHA384_End
#endif
+#ifndef SHA384_Fd
+#define SHA384_Fd _libmd_SHA384_Fd
+#endif
+#ifndef SHA384_FdChunk
+#define SHA384_FdChunk _libmd_SHA384_FdChunk
+#endif
#ifndef SHA384_File
#define SHA384_File _libmd_SHA384_File
#endif
@@ -79,6 +85,8 @@ void SHA384_Final(unsigned char [__min_size(SHA384_DIGEST_LENGTH)],
#ifndef _KERNEL
char *SHA384_End(SHA384_CTX *, char *);
char *SHA384_Data(const void *, unsigned int, char *);
+char *SHA384_Fd(int, char *);
+char *SHA384_FdChunk(int, char *, off_t, off_t);
char *SHA384_File(const char *, char *);
char *SHA384_FileChunk(const char *, char *, off_t, off_t);
#endif
OpenPOWER on IntegriCloud