CipherAlgo Struct Reference

Common interface for encryption algorithms. More...

#include <crypto.h>

Data Fields

const char_tname
 
size_t contextSize
 
CipherAlgoType type
 
size_t blockSize
 
CipherAlgoInit init
 
CipherAlgoEncryptStream encryptStream
 
CipherAlgoDecryptStream decryptStream
 
CipherAlgoEncryptBlock encryptBlock
 
CipherAlgoDecryptBlock decryptBlock
 
CipherAlgoDeinit deinit
 

Detailed Description

Common interface for encryption algorithms.

Definition at line 1035 of file crypto.h.

Field Documentation

◆ blockSize

size_t blockSize

Definition at line 1040 of file crypto.h.

◆ contextSize

size_t contextSize

Definition at line 1038 of file crypto.h.

◆ decryptBlock

CipherAlgoDecryptBlock decryptBlock

Definition at line 1045 of file crypto.h.

◆ decryptStream

CipherAlgoDecryptStream decryptStream

Definition at line 1043 of file crypto.h.

◆ deinit

Definition at line 1046 of file crypto.h.

◆ encryptBlock

CipherAlgoEncryptBlock encryptBlock

Definition at line 1044 of file crypto.h.

◆ encryptStream

CipherAlgoEncryptStream encryptStream

Definition at line 1042 of file crypto.h.

◆ init

Definition at line 1041 of file crypto.h.

◆ name

const char_t* name

Definition at line 1037 of file crypto.h.

◆ type

Definition at line 1039 of file crypto.h.


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