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

Go to the source code of this file.

Classes

struct  ok_struct
 

Macros

#define OK_BLOCK_SIZE   (1024*4)
 
#define OK_BLOCK_BLOCK   4
 
#define IOBS   (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)
 
#define WELLKNOWN   "The quick brown fox jumped over the lazy dog's back."
 

Typedefs

typedef struct ok_struct BIO_OK_CTX
 

Functions

BIO_METHODBIO_f_reliable (void)
 

Macro Definition Documentation

#define IOBS   (OK_BLOCK_SIZE+ OK_BLOCK_BLOCK+ 3*EVP_MAX_MD_SIZE)

Definition at line 142 of file bio_ok.c.

#define OK_BLOCK_BLOCK   4

Definition at line 141 of file bio_ok.c.

#define OK_BLOCK_SIZE   (1024*4)

Definition at line 140 of file bio_ok.c.

#define WELLKNOWN   "The quick brown fox jumped over the lazy dog's back."

Definition at line 143 of file bio_ok.c.

Typedef Documentation

typedef struct ok_struct BIO_OK_CTX

Function Documentation

BIO_METHOD* BIO_f_reliable ( void  )

Definition at line 172 of file bio_ok.c.