OpenSSL  1.0.1c
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Macros | Functions
e_xcbc_d.c File Reference
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/objects.h>
#include "evp_locl.h"
#include <openssl/des.h>

Go to the source code of this file.

Classes

struct  DESX_CBC_KEY
 

Macros

#define data(ctx)   ((DESX_CBC_KEY *)(ctx)->cipher_data)
 

Functions

const EVP_CIPHEREVP_desx_cbc (void)
 

Macro Definition Documentation

#define data (   ctx)    ((DESX_CBC_KEY *)(ctx)->cipher_data)

Definition at line 82 of file e_xcbc_d.c.

Function Documentation

const EVP_CIPHER* EVP_desx_cbc ( void  )

Definition at line 99 of file e_xcbc_d.c.