Blame doc/functions/gnutls_cipher_get_name

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {const char *} {gnutls_cipher_get_name} (gnutls_cipher_algorithm_t @var{algorithm})
Packit Service 4684c1
@var{algorithm}: is an encryption algorithm
Packit Service 4684c1
Packit Service 4684c1
Convert a @code{gnutls_cipher_algorithm_t}  type to a string.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a pointer to a string that contains the name of the
Packit Service 4684c1
specified cipher, or @code{NULL} .
Packit Service 4684c1
@end deftypefun