Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

TransformConfigItem Struct Reference

Structure which is used to map descriptive transform name to numeric ID and vice versa. This structure also contains information about kind of encryption key, which is used with sepceyfic algorithm. If variable key length is allowed, then last field, contains also default key length. More...

#include <conf_utils.h>


Data Fields

uint8_t type
 transform type
uint16_t id
 transform ID
const char * name
 descriptive name
int variable_key_len
 is variable key allowed?
int default_key_len
 default key len, when length ommited


Detailed Description

Structure which is used to map descriptive transform name to numeric ID and vice versa. This structure also contains information about kind of encryption key, which is used with sepceyfic algorithm. If variable key length is allowed, then last field, contains also default key length.


Field Documentation

int TransformConfigItem::default_key_len
 

default key len, when length ommited

uint16_t TransformConfigItem::id
 

transform ID

const char* TransformConfigItem::name
 

descriptive name

uint8_t TransformConfigItem::type
 

transform type

int TransformConfigItem::variable_key_len
 

is variable key allowed?


The documentation for this struct was generated from the following file:
Project hosted by: SourceForge.net Logo