Blame doc/functions/gnutls_hmac_get_len

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {unsigned} {gnutls_hmac_get_len} (gnutls_mac_algorithm_t @var{algorithm})
Packit Service 4684c1
@var{algorithm}: the hmac algorithm to use
Packit Service 4684c1
Packit Service 4684c1
This function will return the length of the output data
Packit Service 4684c1
of the given hmac algorithm.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} The length or zero on error.
Packit Service 4684c1
Packit Service 4684c1
@strong{Since:} 2.10.0
Packit Service 4684c1
@end deftypefun