1
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc.
2
.TH "gnutls_hash" 3 "2.9.10" "gnutls" "gnutls"
4
gnutls_hash \- API function
6
.B #include <gnutls/gnutls.h>
8
.BI "int gnutls_hash(gnutls_hash_hd_t " handle ", const void * " text ", size_t " textlen ");"
10
.IP "gnutls_hash_hd_t handle" 12
11
is a \fBgnutls_cipher_hd_t\fP structure.
12
.IP "const void * text" 12
14
.IP "size_t textlen" 12
15
The length of data to hash
17
This function will hash 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.