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

#include <crypt.h>

Public Member Functions

 BUFFER (CRYPT_MAX_PKCSIZE, publicValueLen) BYTE publicValue[CRYPT_MAX_PKCSIZE+8]
 
 BUFFER (CRYPT_MAX_PKCSIZE, wrappedKeyLen) BYTE wrappedKey[CRYPT_MAX_PKCSIZE+8]
 

Public Attributes

int publicValueLen
 
int wrappedKeyLen
 

Detailed Description

Definition at line 459 of file crypt.h.

Member Function Documentation

KEYAGREE_PARAMS::BUFFER ( CRYPT_MAX_PKCSIZE  ,
publicValueLen   
)
KEYAGREE_PARAMS::BUFFER ( CRYPT_MAX_PKCSIZE  ,
wrappedKeyLen   
)

Member Data Documentation

int KEYAGREE_PARAMS::publicValueLen

Definition at line 462 of file crypt.h.

int KEYAGREE_PARAMS::wrappedKeyLen

Definition at line 465 of file crypt.h.


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