Bitcoin ABC  0.26.3
P2P Digital Currency
Public Member Functions | Private Attributes | List of all members
AES256CBCDecrypt Class Reference

#include <aes.h>

Collaboration diagram for AES256CBCDecrypt:
[legend]

Public Member Functions

 AES256CBCDecrypt (const uint8_t key[AES256_KEYSIZE], const uint8_t ivIn[AES_BLOCKSIZE], bool padIn)
 
 ~AES256CBCDecrypt ()
 
int Decrypt (const uint8_t *data, int size, uint8_t *out) const
 

Private Attributes

const AES256Decrypt dec
 
const bool pad
 
uint8_t iv [AES_BLOCKSIZE]
 

Detailed Description

Definition at line 75 of file aes.h.

Constructor & Destructor Documentation

◆ AES256CBCDecrypt()

AES256CBCDecrypt::AES256CBCDecrypt ( const uint8_t  key[AES256_KEYSIZE],
const uint8_t  ivIn[AES_BLOCKSIZE],
bool  padIn 
)
explicit

Definition at line 167 of file aes.cpp.

◆ ~AES256CBCDecrypt()

AES256CBCDecrypt::~AES256CBCDecrypt ( )

Definition at line 179 of file aes.cpp.

Member Function Documentation

◆ Decrypt()

int AES256CBCDecrypt::Decrypt ( const uint8_t *  data,
int  size,
uint8_t *  out 
) const

Definition at line 174 of file aes.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ dec

const AES256Decrypt AES256CBCDecrypt::dec
private

Definition at line 83 of file aes.h.

◆ iv

uint8_t AES256CBCDecrypt::iv[AES_BLOCKSIZE]
private

Definition at line 85 of file aes.h.

◆ pad

const bool AES256CBCDecrypt::pad
private

Definition at line 84 of file aes.h.


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