1
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
.TH "gnutls_cipher_decrypt" 3 "2.9.10" "gnutls" "gnutls"
4
gnutls_cipher_decrypt \- API function
6
.B #include <gnutls/gnutls.h>
8
.BI "int gnutls_cipher_decrypt(gnutls_cipher_hd_t " handle ", void * " ciphertext ", size_t " ciphertextlen ");"
10
.IP "gnutls_cipher_hd_t handle" 12
11
is a \fBgnutls_cipher_hd_t\fP structure.
12
.IP "void * ciphertext" 12
14
.IP "size_t ciphertextlen" 12
15
The length of data to encrypt
17
This function will decrypt the given data using the algorithm
18
specified by the context.
20
Zero or a negative value on error.
24
Report bugs to <bug-gnutls@gnu.org>.
25
GnuTLS home page: http://www.gnu.org/software/gnutls/
26
General help using GNU software: http://www.gnu.org/gethelp/
28
Copyright \(co 2008 Free Software Foundation.
30
Copying and distribution of this file, with or without modification,
31
are permitted in any medium without royalty provided the copyright
32
notice and this notice are preserved.
34
The full documentation for
36
is maintained as a Texinfo manual. If the
40
programs are properly installed at your site, the command
44
should give you access to the complete manual.