Skinny-C
 All Data Structures Files Functions Variables Groups Pages
Data Fields
MantisParallelECB_t Struct Reference

State information for Mantis in parallel ECB mode. More...

#include <mantis-parallel.h>

Data Fields

const void * vtable
 
void * ctx
 
size_t parallel_size
 

Detailed Description

State information for Mantis in parallel ECB mode.

Definition at line 40 of file mantis-parallel.h.

Field Documentation

void* MantisParallelECB_t::ctx

Dynamically-allocated context information

Definition at line 46 of file mantis-parallel.h.

size_t MantisParallelECB_t::parallel_size

Recommended block size for encrypting data in parallel. Best performance is obtained when data is supplied in multiples of this size; e.g. 64 bytes for 8 blocks at a time

Definition at line 51 of file mantis-parallel.h.

const void* MantisParallelECB_t::vtable

Vtable pointer for the actual parallel ECB implementation

Definition at line 43 of file mantis-parallel.h.


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