diff options
Diffstat (limited to 'doc/functions/gnutls_hex_encode2')
-rw-r--r-- | doc/functions/gnutls_hex_encode2 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/functions/gnutls_hex_encode2 b/doc/functions/gnutls_hex_encode2 new file mode 100644 index 0000000..93bd082 --- /dev/null +++ b/doc/functions/gnutls_hex_encode2 @@ -0,0 +1,16 @@ + + + + +@deftypefun {int} {gnutls_hex_encode2} (const gnutls_datum_t * @var{data}, gnutls_datum_t * @var{result}) +@var{data}: contain the raw data + +@var{result}: the result in an allocated string + +This function will convert the given data to printable data, using +the hex encoding, as used in the PSK password files. + +Note that the size of the result does NOT include the null terminator. + +@strong{Returns:} @code{GNUTLS_E_SUCCESS} on success, otherwise a negative error code. +@end deftypefun |