/home/dko/Projects/mobilec/src/libb64-1.2/include/b64/cencode.h File Reference

Go to the source code of this file.

Data Structures

struct  base64_encodestate

Enumerations

enum  base64_encodestep { step_A, step_B, step_C }

Functions

void base64_init_encodestate (base64_encodestate *state_in)
char base64_encode_value (char value_in)
int base64_encode_block (const char *plaintext_in, int length_in, char *code_out, base64_encodestate *state_in)
int base64_encode_blockend (char *code_out, base64_encodestate *state_in)

Enumeration Type Documentation

Enumerator:
step_A 
step_B 
step_C 

Definition at line 11 of file cencode.h.


Function Documentation

int base64_encode_block ( const char *  plaintext_in,
int  length_in,
char *  code_out,
base64_encodestate state_in 
)
int base64_encode_blockend ( char *  code_out,
base64_encodestate state_in 
)
char base64_encode_value ( char  value_in  ) 

Definition at line 19 of file cencode.c.

Referenced by base64_encode_block(), and base64_encode_blockend().

void base64_init_encodestate ( base64_encodestate state_in  ) 
Generated on Fri Jun 17 16:59:06 2011 for Mobile-C by  doxygen 1.6.3