



@deftypefun {int} {gnutls_cipher_decrypt2} (gnutls_cipher_hd_t @var{handle}, const void * @var{ciphertext}, size_t @var{ciphertextlen}, void * @var{text}, size_t @var{textlen})
@var{handle}: is a @code{gnutls_cipher_hd_t}  structure.

@var{ciphertext}: the data to encrypt

@var{ciphertextlen}: The length of data to encrypt

@var{text}: the decrypted data

@var{textlen}: The available length for decrypted data

This function will decrypt the given data using the algorithm
specified by the context.

@strong{Returns:} Zero or a negative error code on error.

@strong{Since:} 2.12.0
@end deftypefun
