#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 | ber_struct |
struct | bio_ber_struct |
Macros | |
#define | BER_BUF_SIZE (32) |
Typedefs | |
typedef struct ber_struct | BER_CTX |
typedef struct bio_ber_struct | BIO_BER_CTX |
Functions | |
BIO_METHOD * | BIO_f_ber (void) |
int | bio_ber_get_header (BIO *bio, BIO_BER_CTX *ctx) |
void | BIO_set_cipher (BIO *b, EVP_CIPHER *c, unsigned char *k, unsigned char *i, int e) |
typedef struct ber_struct BER_CTX |
typedef struct bio_ber_struct BIO_BER_CTX |
int bio_ber_get_header | ( | BIO * | bio, |
BIO_BER_CTX * | ctx | ||
) |
BIO_METHOD* BIO_f_ber | ( | void | ) |
void BIO_set_cipher | ( | BIO * | b, |
EVP_CIPHER * | c, | ||
unsigned char * | k, | ||
unsigned char * | i, | ||
int | e | ||
) |