Blame doc/functions/gnutls_hex_encode2

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_hex_encode2} (const gnutls_datum_t * @var{data}, gnutls_datum_t * @var{result})
Packit aea12f
@var{data}: contain the raw data
Packit aea12f
Packit aea12f
@var{result}: the result in an allocated string
Packit aea12f
Packit aea12f
This function will convert the given data to printable data, using
Packit aea12f
the hex encoding, as used in the PSK password files.
Packit aea12f
Packit aea12f
Note that the size of the result does NOT include the null terminator.
Packit aea12f
Packit aea12f
@strong{Returns:} @code{GNUTLS_E_SUCCESS}  on success, otherwise a negative error code.
Packit aea12f
@end deftypefun