cryptlib  3.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros
Public Member Functions | Public Attributes | List of all members
CONTENT_ENCR_INFO Struct Reference

#include <envelope.h>

Public Member Functions

 BUFFER (CRYPT_MAX_HASHSIZE, saltOrIVsize) BYTE saltOrIV[CRYPT_MAX_HASHSIZE+8]
 

Public Attributes

CRYPT_ALGO_TYPE cryptAlgo
 
CRYPT_MODE_TYPE cryptMode
 
int saltOrIVsize
 
CRYPT_ALGO_TYPE keySetupAlgo
 
int keySetupIterations
 
int keySize
 

Detailed Description

Definition at line 196 of file envelope.h.

Member Function Documentation

CONTENT_ENCR_INFO::BUFFER ( CRYPT_MAX_HASHSIZE  ,
saltOrIVsize   
)

Member Data Documentation

CRYPT_ALGO_TYPE CONTENT_ENCR_INFO::cryptAlgo

Definition at line 198 of file envelope.h.

CRYPT_MODE_TYPE CONTENT_ENCR_INFO::cryptMode

Definition at line 199 of file envelope.h.

CRYPT_ALGO_TYPE CONTENT_ENCR_INFO::keySetupAlgo

Definition at line 205 of file envelope.h.

int CONTENT_ENCR_INFO::keySetupIterations

Definition at line 206 of file envelope.h.

int CONTENT_ENCR_INFO::keySize

Definition at line 207 of file envelope.h.

int CONTENT_ENCR_INFO::saltOrIVsize

Definition at line 204 of file envelope.h.


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