Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
AES128CBCDecrypt Class Reference

#include <aes.h>

Collaboration diagram for AES128CBCDecrypt:
[legend]

Public Member Functions

 AES128CBCDecrypt (const unsigned char key[AES128_KEYSIZE], const unsigned char ivIn[AES_BLOCKSIZE], bool padIn)
 
 ~AES128CBCDecrypt ()
 
int Decrypt (const unsigned char *data, int size, unsigned char *out) const
 

Private Attributes

const AES128Decrypt dec
 
const bool pad
 
unsigned char iv [AES_BLOCKSIZE]
 

Detailed Description

Definition at line 105 of file aes.h.

Constructor & Destructor Documentation

AES128CBCDecrypt::AES128CBCDecrypt ( const unsigned char  key[AES128_KEYSIZE],
const unsigned char  ivIn[AES_BLOCKSIZE],
bool  padIn 
)

Definition at line 202 of file aes.cpp.

Here is the call graph for this function:

AES128CBCDecrypt::~AES128CBCDecrypt ( )

Definition at line 208 of file aes.cpp.

Member Function Documentation

int AES128CBCDecrypt::Decrypt ( const unsigned char *  data,
int  size,
unsigned char *  out 
) const

Definition at line 213 of file aes.cpp.

Member Data Documentation

const AES128Decrypt AES128CBCDecrypt::dec
private

Definition at line 113 of file aes.h.

unsigned char AES128CBCDecrypt::iv[AES_BLOCKSIZE]
private

Definition at line 115 of file aes.h.

const bool AES128CBCDecrypt::pad
private

Definition at line 114 of file aes.h.


The documentation for this class was generated from the following files: