ReactOS 0.4.15-dev-7942-gd23573b
protect_data_t Struct Reference
Collaboration diagram for protect_data_t:

Public Attributes

DWORD count0
 
DATA_BLOB info0
 
DWORD count1
 
DATA_BLOB info1
 
DWORD null0
 
WCHARszDataDescr
 
ALG_ID cipher_alg
 
DWORD cipher_key_len
 
DATA_BLOB data0
 
DWORD null1
 
ALG_ID hash_alg
 
DWORD hash_len
 
DATA_BLOB salt
 
DATA_BLOB cipher
 
DATA_BLOB fingerprint
 

Detailed Description

Definition at line 92 of file protectdata.c.

Member Data Documentation

◆ cipher

DATA_BLOB protect_data_t::cipher

◆ cipher_alg

ALG_ID protect_data_t::cipher_alg

Definition at line 100 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), and unserialize().

◆ cipher_key_len

DWORD protect_data_t::cipher_key_len

◆ count0

DWORD protect_data_t::count0

Definition at line 94 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().

◆ count1

DWORD protect_data_t::count1

Definition at line 96 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().

◆ data0

DATA_BLOB protect_data_t::data0

Definition at line 102 of file protectdata.c.

Referenced by fill_protect_data(), free_protect_data(), serialize(), and unserialize().

◆ fingerprint

DATA_BLOB protect_data_t::fingerprint

◆ hash_alg

ALG_ID protect_data_t::hash_alg

Definition at line 104 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), and unserialize().

◆ hash_len

DWORD protect_data_t::hash_len

Definition at line 105 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), and unserialize().

◆ info0

DATA_BLOB protect_data_t::info0

◆ info1

DATA_BLOB protect_data_t::info1

Definition at line 97 of file protectdata.c.

Referenced by fill_protect_data(), free_protect_data(), serialize(), and unserialize().

◆ null0

DWORD protect_data_t::null0

Definition at line 98 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().

◆ null1

DWORD protect_data_t::null1

Definition at line 103 of file protectdata.c.

Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().

◆ salt

◆ szDataDescr

WCHAR* protect_data_t::szDataDescr

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