Blame doc/functions/gnutls_mac_get_name

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {const char *} {gnutls_mac_get_name} (gnutls_mac_algorithm_t @var{algorithm})
Packit Service 4684c1
@var{algorithm}: is a MAC algorithm
Packit Service 4684c1
Packit Service 4684c1
Convert a @code{gnutls_mac_algorithm_t}  value to a string.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a string that contains the name of the specified MAC
Packit Service 4684c1
algorithm, or @code{NULL} .
Packit Service 4684c1
@end deftypefun