Blame doc/functions/gnutls_mac_get_key_size

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {size_t} {gnutls_mac_get_key_size} (gnutls_mac_algorithm_t @var{algorithm})
Packit aea12f
@var{algorithm}: is an encryption algorithm
Packit aea12f
Packit aea12f
Returns the size of the MAC key used in TLS.
Packit aea12f
Packit aea12f
@strong{Returns:} length (in bytes) of the given MAC key size, or 0 if the
Packit aea12f
given MAC algorithm is invalid.
Packit aea12f
@end deftypefun