updates
authorPekka Riikonen <priikone@silcnet.org>
Fri, 1 Nov 2002 16:19:21 +0000 (16:19 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 1 Nov 2002 16:19:21 +0000 (16:19 +0000)
lib/silccrypt/silccipher.h

index c9d64e42e7bb1677f5ddd5d21973fa39243dcbcd..9d95d73adb105a022d81cc427e6883af8ed5f4a2 100644 (file)
@@ -117,7 +117,7 @@ SilcUInt32 silc_##cipher##_context_len()
 
 /* Prototypes */
 
-/****f* silccrypt/SilcCipherAPI/
+/****f* silccrypt/SilcCipherAPI/silc_cipher_register
  *
  * SYNOPSIS
  *
@@ -146,7 +146,7 @@ bool silc_cipher_register(const SilcCipherObject *cipher);
  ***/
 bool silc_cipher_unregister(SilcCipherObject *cipher);
 
-/****f* silccrypt/SilcCipherAPI/
+/****f* silccrypt/SilcCipherAPI/silc_cipher_register_default
  *
  * SYNOPSIS
  *
@@ -203,7 +203,7 @@ bool silc_cipher_alloc(const unsigned char *name, SilcCipher *new_cipher);
  ***/
 void silc_cipher_free(SilcCipher cipher);
 
-/****f* silccrypt/SilcCipherAPI/silc_cipher_is_supported(
+/****f* silccrypt/SilcCipherAPI/silc_cipher_is_supported
  *
  * SYNOPSIS
  *
@@ -265,7 +265,7 @@ bool silc_cipher_decrypt(SilcCipher cipher, const unsigned char *src,
                         unsigned char *dst, SilcUInt32 len, 
                         unsigned char *iv);
 
-/****f* silccrypt/SilcCipherAPI/
+/****f* silccrypt/SilcCipherAPI/silc_cipher_set_key
  *
  * SYNOPSIS
  *