WE310F5  39.00.000
m2mb_base64.h File Reference

This file contains the public APIs and structures of the BASE64 encoder module. More...

Go to the source code of this file.

Functions

INT32 m2mb_base64_get_encoded_output_size (INT32 input_Size)
 Get encoded output size. More...
 
M2MB_STATUS_T m2mb_base64_encode (const VOID *input_Buffer, INT32 input_Buffer_Size, CHAR *output_Buffer, INT32 output_Buffer_Size)
 Encode input data. More...
 
INT32 m2mb_base64_get_decoded_output_size (INT32 input_Size)
 Get decoded output size. More...
 
INT32 m2mb_base64_decode (const CHAR *input_Buffer, INT32 input_Buffer_Size, VOID *output_Buffer, INT32 output_Buffer_Size)
 Decode input data. More...
 

Detailed Description

This file contains the public APIs and structures of the BASE64 encoder module.

we866e4/epl/inc/modules/m2mb_base64.h

This file contains BASE64 API.

Note
<Notes, dependencies mandatory> Dependencies:
"#include m2mb_types.h"
"#include m2mb_status.h"
Author
Sandeep Itha
Date
07/05/2019

Definition in file m2mb_base64.h.