1gnutls_srp_base64_decode(3)         gnutls         gnutls_srp_base64_decode(3)
2
3
4

NAME

6       gnutls_srp_base64_decode - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int  gnutls_srp_base64_decode(const  gnutls_datum_t  * b64_data, char *
12       result, size_t * result_size);
13

ARGUMENTS

15       const gnutls_datum_t * b64_data
16                   contain the encoded data
17
18       char * result
19                   the place where decoded data will be copied
20
21       size_t * result_size
22                   holds the size of the result
23

DESCRIPTION

25       This function will decode the given  encoded  data,  using  the  base64
26       encoding found in libsrp.
27
28       Note that  b64_data should be null terminated.
29
30       Warning!   This  base64  encoding is not the "standard" encoding, so do
31       not use it for non-SRP purposes.
32

RETURNS

34       GNUTLS_E_SHORT_MEMORY_BUFFER if the buffer given is not long enough, or
35       0 on success.
36

REPORTING BUGS

38       Report bugs to <bugs@gnutls.org>.
39       Home page: http://www.gnutls.org
40
41
43       Copyright © 2001-2018 Free Software Foundation, Inc., and others.
44       Copying  and  distribution  of this file, with or without modification,
45       are permitted in any medium  without  royalty  provided  the  copyright
46       notice and this notice are preserved.
47

SEE ALSO

49       The  full  documentation  for gnutls is maintained as a Texinfo manual.
50       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
51       visit
52
53       http://www.gnutls.org/manual/
54
55gnutls                               3.6.5         gnutls_srp_base64_decode(3)
Impressum