#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_METHOD * | BIO_f_reliable (void) |
#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." |
typedef struct ok_struct BIO_OK_CTX |
BIO_METHOD* BIO_f_reliable | ( | void | ) |