/**
* gnutls_cipher_init:
* @handle: is a #gnutls_cipher_hd_t type.
- * @cipher: the encryption algorithm to use
- * @key: The key to be used for encryption
+ * @cipher: the cryptographic algorithm to use
+ * @key: The key to be used for encryption/decryption
* @iv: The IV to use (if not applicable set NULL)
*
* This function will initialize an context that can be used for
/**
* gnutls_hmac_set_nonce:
- * @handle: is a #gnutls_cipher_hd_t type.
+ * @handle: is a #gnutls_hmac_hd_t type.
* @nonce: the data to set as nonce
* @nonce_len: The length of data
*
/**
* gnutls_hmac:
- * @handle: is a #gnutls_cipher_hd_t type.
+ * @handle: is a #gnutls_hmac_hd_t type.
* @ptext: the data to hash
* @ptext_len: The length of data to hash
*
/**
* gnutls_hash:
- * @handle: is a #gnutls_cipher_hd_t type.
+ * @handle: is a #gnutls_hash_hd_t type.
* @ptext: the data to hash
* @ptext_len: The length of data to hash
*