BeeCrypt 4.2.1
Public Member Functions | Data Fields
blockCipherContext Struct Reference

Holds a pointer to a blockcipher as well as its parameters. More...

#include <beecrypt.h>

Collaboration diagram for blockCipherContext:
Collaboration graph
[legend]

Public Member Functions

 blockCipherContext ()
 
 blockCipherContext (const blockCipher *)
 
 ~blockCipherContext ()
 

Data Fields

const blockCipheralgo
 Pointer to a blockCipher.
 
blockCipherParamparam
 Pointer to the parameters used by algo.
 
cipherOperation op
 

Detailed Description

Holds a pointer to a blockcipher as well as its parameters.

Warning
A context can be used by only one thread at the same time.

Constructor & Destructor Documentation

◆ blockCipherContext() [1/2]

blockCipherContext::blockCipherContext ( )

◆ blockCipherContext() [2/2]

blockCipherContext::blockCipherContext ( const blockCipher )

◆ ~blockCipherContext()

blockCipherContext::~blockCipherContext ( )

Field Documentation

◆ algo

blockCipherContext::algo

Pointer to a blockCipher.

◆ op

blockCipherContext::op

◆ param

blockCipherContext::param

Pointer to the parameters used by algo.


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