OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Typedefs | Functions
bio_b64.c File Reference
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
#include <openssl/evp.h>

Go to the source code of this file.

Classes

struct  b64_struct
 

Macros

#define B64_BLOCK_SIZE   1024
 
#define B64_BLOCK_SIZE2   768
 
#define B64_NONE   0
 
#define B64_ENCODE   1
 
#define B64_DECODE   2
 

Typedefs

typedef struct b64_struct BIO_B64_CTX
 

Functions

BIO_METHODBIO_f_base64 (void)
 

Macro Definition Documentation

#define B64_BLOCK_SIZE   1024

Definition at line 73 of file bio_b64.c.

#define B64_BLOCK_SIZE2   768

Definition at line 74 of file bio_b64.c.

#define B64_DECODE   2

Definition at line 77 of file bio_b64.c.

#define B64_ENCODE   1

Definition at line 76 of file bio_b64.c.

#define B64_NONE   0

Definition at line 75 of file bio_b64.c.

Typedef Documentation

typedef struct b64_struct BIO_B64_CTX

Function Documentation

BIO_METHOD* BIO_f_base64 ( void  )

Definition at line 107 of file bio_b64.c.