gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/gl


From: gsasl-commit
Subject: CVS gsasl/lib/gl
Date: Fri, 7 Oct 2005 15:53:29 +0200

Update of /home/cvs/gsasl/lib/gl
In directory dopio:/tmp/cvs-serv9385/lib/gl

Modified Files:
        hmac.h 
Log Message:
Update.

--- /home/cvs/gsasl/lib/gl/hmac.h       2005/10/05 14:30:08     1.1
+++ /home/cvs/gsasl/lib/gl/hmac.h       2005/10/07 13:53:29     1.2
@@ -30,4 +30,12 @@
 hmac_md5 (const void *key, size_t keylen,
          const void *buffer, size_t buflen, void *resbuf);
 
+/* Compute Hashed Message Authentication Code with SHA-1, over BUFFER
+   data of BUFLEN bytes using the KEY of KEYLEN bytes, writing the
+   output to pre-allocated 20 byte minimum RESBUF buffer.  Return 0 on
+   success.  */
+int
+hmac_sha1 (const void *key, size_t keylen,
+          const void *in, size_t inlen, void *resbuf);
+
 #endif /* HMAC_H */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]