Blame doc/functions/gnutls_hash

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {int} {gnutls_hash} (gnutls_hash_hd_t @var{handle}, const void * @var{ptext}, size_t @var{ptext_len})
Packit Service 4684c1
@var{handle}: is a @code{gnutls_hash_hd_t}  type
Packit Service 4684c1
Packit Service 4684c1
@var{ptext}: the data to hash
Packit Service 4684c1
Packit Service 4684c1
@var{ptext_len}: the length of data to hash
Packit Service 4684c1
Packit Service 4684c1
This function will hash the given data using the algorithm
Packit Service 4684c1
specified by the context.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} Zero or a negative error code on error.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.10.0
Packit Service 4684c1
@end deftypefun