Public Attributes

soap_mec_data Struct Reference

The mecevp engine context data. More...

#include <mecevp.h>

List of all members.

Public Attributes

int alg
enum SOAP_MEC_STATE state
EVP_CIPHER_CTX * ctx
const EVP_CIPHER * type
const EVP_PKEY * pkey
unsigned char ekey [EVP_MAX_KEY_LENGTH]
const unsigned char * key
int keylen
char * buf
size_t bufidx
size_t buflen
char * rest
size_t restlen
int i
unsigned long m
soap_mode mode
int(* ffiltersend )(struct soap *, const char **, size_t *)
int(* ffilterrecv )(struct soap *, char *, size_t *, size_t)

Detailed Description

The mecevp engine context data.


Member Data Documentation

The algorithm used

iv and stream buffer

current buffer index

buffer max length

EVP_CIPHER_CTX* soap_mec_data::ctx

EVP_CIPHER_CTX context

unsigned char soap_mec_data::ekey[EVP_MAX_KEY_LENGTH]

ephemeral key

int(* soap_mec_data::ffilterrecv)(struct soap *, char *, size_t *, size_t)
int(* soap_mec_data::ffiltersend)(struct soap *, const char **, size_t *)

base64 conversion

const unsigned char* soap_mec_data::key

secret key

secret key length

unsigned long soap_mec_data::m

base64 conversion

const EVP_PKEY* soap_mec_data::pkey

private key for OpenInit

non-encryption "flush" buffer

non-encryption "flush" buffer length

Decryption state

const EVP_CIPHER* soap_mec_data::type

type for OpenInit/DecryptInit


The documentation for this struct was generated from the following file: