summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_hex_decode2
blob: da8d8e2089fcbd4a2ab3961436c7c42914049a01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@deftypefun {int} {gnutls_hex_decode2} (const gnutls_datum_t * @var{hex_data}, gnutls_datum_t * @var{result})
@var{hex_data}: contain the encoded data

@var{result}: the result in an allocated string

This function will decode the given encoded data, using the hex
encoding used by PSK password files.

@strong{Returns:} @code{GNUTLS_E_PARSING_ERROR}  on invalid hex data, or 0 on success.
@end deftypefun