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

#include <context.h>

Public Member Functions

 BUFFER (CRYPT_MAX_KEYSIZE, genericSecretLength) BYTE genericSecret[CRYPT_MAX_KEYSIZE+8]
 
 BUFFER (CRYPT_MAX_TEXTSIZE, encAlgoParamSize) BYTE encAlgoParams[CRYPT_MAX_TEXTSIZE+8]
 
 BUFFER (CRYPT_MAX_TEXTSIZE, macAlgoParamSize) BYTE macAlgoParams[CRYPT_MAX_TEXTSIZE+8]
 

Public Attributes

int genericSecretLength
 
int encAlgoParamSize
 
int macAlgoParamSize
 

Detailed Description

Definition at line 340 of file context.h.

Member Function Documentation

GENERIC_INFO::BUFFER ( CRYPT_MAX_KEYSIZE  ,
genericSecretLength   
)
GENERIC_INFO::BUFFER ( CRYPT_MAX_TEXTSIZE  ,
encAlgoParamSize   
)
GENERIC_INFO::BUFFER ( CRYPT_MAX_TEXTSIZE  ,
macAlgoParamSize   
)

Member Data Documentation

int GENERIC_INFO::encAlgoParamSize

Definition at line 350 of file context.h.

int GENERIC_INFO::genericSecretLength

Definition at line 344 of file context.h.

int GENERIC_INFO::macAlgoParamSize

Definition at line 353 of file context.h.


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