ReactOS 0.4.16-dev-937-g7afcd2a
|
Definition at line 92 of file protectdata.c.
DATA_BLOB protect_data_t::cipher |
Definition at line 107 of file protectdata.c.
Referenced by CryptProtectData(), CryptUnprotectData(), fill_protect_data(), free_protect_data(), serialize(), and unserialize().
ALG_ID protect_data_t::cipher_alg |
Definition at line 100 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), and unserialize().
DWORD protect_data_t::cipher_key_len |
Definition at line 101 of file protectdata.c.
Referenced by CryptProtectData(), CryptUnprotectData(), fill_protect_data(), serialize(), and unserialize().
DWORD protect_data_t::count0 |
Definition at line 94 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().
DWORD protect_data_t::count1 |
Definition at line 96 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().
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().
DATA_BLOB protect_data_t::fingerprint |
Definition at line 108 of file protectdata.c.
Referenced by CryptProtectData(), CryptUnprotectData(), fill_protect_data(), free_protect_data(), serialize(), and unserialize().
ALG_ID protect_data_t::hash_alg |
Definition at line 104 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), and unserialize().
DWORD protect_data_t::hash_len |
Definition at line 105 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), and unserialize().
DATA_BLOB protect_data_t::info0 |
Definition at line 95 of file protectdata.c.
Referenced by fill_protect_data(), free_protect_data(), serialize(), unserialize(), and valid_protect_data().
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().
DWORD protect_data_t::null0 |
Definition at line 98 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().
DWORD protect_data_t::null1 |
Definition at line 103 of file protectdata.c.
Referenced by fill_protect_data(), serialize(), unserialize(), and valid_protect_data().
DATA_BLOB protect_data_t::salt |
Definition at line 106 of file protectdata.c.
Referenced by CryptProtectData(), CryptUnprotectData(), fill_protect_data(), free_protect_data(), serialize(), and unserialize().
WCHAR* protect_data_t::szDataDescr |
Definition at line 99 of file protectdata.c.
Referenced by CryptProtectData(), CryptUnprotectData(), fill_protect_data(), free_protect_data(), serialize(), and unserialize().