Loading...
Searching...
No Matches
cipher_t Struct Reference

basic struct for using block ciphers contains the cipher interface and the context More...

Detailed Description

basic struct for using block ciphers contains the cipher interface and the context

Definition at line 119 of file ciphers.h.

#include <ciphers.h>

Data Fields

const cipher_interface_tinterface
 BlockCipher-Interface for the Cipher-Algorithms.
 
cipher_context_t context
 The encryption context (buffer) for the algorithm.
 

Field Documentation

◆ context

cipher_context_t cipher_t::context

The encryption context (buffer) for the algorithm.

Definition at line 122 of file ciphers.h.

◆ interface

const cipher_interface_t* cipher_t::interface

BlockCipher-Interface for the Cipher-Algorithms.

Definition at line 120 of file ciphers.h.


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