1
.\" Title: sc_base64_decode
3
.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
5
.\" Manual: OpenSC API reference
8
.TH "SC_BASE64_DECODE" "3" "02/26/2009" "opensc" "OpenSC API reference"
9
.\" disable hyphenation
11
.\" disable justification (adjust text to left margin only)
14
sc_base64_decode \- Decode a base64 stream
23
int sc_base64_decode(const char *inbuf,
24
unsigned char *outbuf, size_t outlen);
31
This function decodes the base64 stream in
32
\fIinbuf\fR, which is NULL\-terminated, to the buffer pointed to by
39
Returns 0 if successful, or a negative value in case of error\&.