gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30593 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30593 - gnunet/src/include
Date: Thu, 7 Nov 2013 11:00:05 +0100

Author: grothoff
Date: 2013-11-07 11:00:05 +0100 (Thu, 07 Nov 2013)
New Revision: 30593

Modified:
   gnunet/src/include/gnunet_crypto_lib.h
Log:
-fix doxygen

Modified: gnunet/src/include/gnunet_crypto_lib.h
===================================================================
--- gnunet/src/include/gnunet_crypto_lib.h      2013-11-07 09:59:42 UTC (rev 
30592)
+++ gnunet/src/include/gnunet_crypto_lib.h      2013-11-07 10:00:05 UTC (rev 
30593)
@@ -446,14 +446,14 @@
  * Encrypt a block using a symmetric sessionkey.
  *
  * @param block the block to encrypt
- * @param len the size of the block
+ * @param size the size of the @a block
  * @param sessionkey the key used to encrypt
  * @param iv the initialization vector to use, use INITVALUE
  *        for streams.
  * @return the size of the encrypted block, -1 for errors
  */
 ssize_t
-GNUNET_CRYPTO_symmetric_encrypt (const void *block, size_t len,
+GNUNET_CRYPTO_symmetric_encrypt (const void *block, size_t size,
                                  const struct 
GNUNET_CRYPTO_SymmetricSessionKey *sessionkey,
                                  const struct 
GNUNET_CRYPTO_SymmetricInitializationVector *iv,
                                  void *result);




reply via email to

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