Security Scol plugin
Protected Member Functions | List of all members
ARIA::Base Class Reference
Inheritance diagram for ARIA::Base:
BlockCipherImpl< ARIA_Info > AlgorithmImpl< BASE, ALGORITHM_INFO >

Protected Member Functions

void UncheckedSetKey (const byte *key, unsigned int keylen, const NameValuePairs &params)
 
void ProcessAndXorBlock (const byte *inBlock, const byte *xorBlock, byte *outBlock) const
 

Additional Inherited Members

- Public Member Functions inherited from BlockCipherImpl< ARIA_Info >
unsigned int BlockSize () const
 
- Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
std::string AlgorithmName () const
 The algorithm name.
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, ALGORITHM_INFO >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 The algorithm name.
 

Detailed Description

Definition at line 42 of file aria.h.

Constructor & Destructor Documentation

◆ Base()

ARIA::Base::Base ( )
inline

Definition at line 45 of file aria.h.

Member Function Documentation

◆ ProcessAndXorBlock()

void ARIA::Base::ProcessAndXorBlock ( const byte inBlock,
const byte xorBlock,
byte outBlock 
) const
protected

Definition at line 246 of file aria.cpp.

◆ UncheckedSetKey()

void ARIA::Base::UncheckedSetKey ( const byte key,
unsigned int  keylen,
const NameValuePairs params 
)
protected

Definition at line 108 of file aria.cpp.


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