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

#include <cryptkrn.h>

Public Member Functions

 BUFFER_OPT_FIXED (wrappedDataLength) void *wrappedData
 
 BUFFER_FIXED (keyDataLength) void *keyData
 

Public Attributes

int wrappedDataLength
 
int keyDataLength
 
CRYPT_HANDLE keyContext
 
CRYPT_HANDLE wrapContext
 
CRYPT_HANDLE auxContext
 
int auxInfo
 

Detailed Description

Definition at line 754 of file cryptkrn.h.

Member Function Documentation

MECHANISM_WRAP_INFO::BUFFER_FIXED ( keyDataLength  )
MECHANISM_WRAP_INFO::BUFFER_OPT_FIXED ( wrappedDataLength  )

Member Data Documentation

CRYPT_HANDLE MECHANISM_WRAP_INFO::auxContext

Definition at line 763 of file cryptkrn.h.

int MECHANISM_WRAP_INFO::auxInfo

Definition at line 764 of file cryptkrn.h.

CRYPT_HANDLE MECHANISM_WRAP_INFO::keyContext

Definition at line 761 of file cryptkrn.h.

int MECHANISM_WRAP_INFO::keyDataLength

Definition at line 760 of file cryptkrn.h.

CRYPT_HANDLE MECHANISM_WRAP_INFO::wrapContext

Definition at line 762 of file cryptkrn.h.

int MECHANISM_WRAP_INFO::wrappedDataLength

Definition at line 757 of file cryptkrn.h.


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