KPN Things Device SDK
base64.h File Reference

Go to the source code of this file.

Functions

int base64_encode (char *output, char *input, int inputLen)
 
int base64_decode (char *output, char *input, int inputLen)
 
int base64_enc_len (int plainLen)
 
int base64_dec_len (char *input, int inputLen)
 

Function Documentation

◆ base64_dec_len()

int base64_dec_len ( char *  input,
int  inputLen 
)

◆ base64_decode()

int base64_decode ( char *  output,
char *  input,
int  inputLen 
)

◆ base64_enc_len()

int base64_enc_len ( int  plainLen)

◆ base64_encode()

int base64_encode ( char *  output,
char *  input,
int  inputLen 
)