ReactOS 0.4.17-dev-806-gffa4164
key Struct Reference

#include <bcrypt_internal.h>

Collaboration diagram for key:

Public Attributes

HKEY root
 
WCHARsubkey
 
HKEY hkey
 
WCHARpath
 
struct object hdr
 
enum alg_id alg_id
 
UINT64 private [PRIVATE_DATA_SIZE]
 
union {
   struct key_symmetric   s
 
   struct key_asymmetric   a
 
u
 
WCHARname
 
int len_name
 
WCHARvalue
 
int len_value
 
int ch1
 
int ch2
 
int ch3
 
int chs
 

Detailed Description

Definition at line 22 of file copy.c.

Member Data Documentation

◆ a

◆ alg_id

◆ ch1

int key::ch1

Definition at line 78 of file nanoxwin.c.

◆ ch2

int key::ch2

Definition at line 79 of file nanoxwin.c.

◆ ch3

int key::ch3

Definition at line 80 of file nanoxwin.c.

◆ chs

int key::chs

Definition at line 81 of file nanoxwin.c.

◆ hdr

struct object key::hdr

Definition at line 104 of file bcrypt_internal.h.

Referenced by key_asymmetric_create(), key_destroy(), and key_duplicate().

◆ hkey

HKEY key::hkey

Definition at line 25 of file copy.c.

◆ len_name

int key::len_name

Definition at line 44 of file path.c.

Referenced by parse_key().

◆ len_value

int key::len_value

Definition at line 46 of file path.c.

Referenced by parse_key().

◆ name

◆ path

WCHAR* key::path

Definition at line 26 of file copy.c.

Referenced by run_copy(), and SHRegOpenUSKeyW().

◆ private

UINT64 key::private[PRIVATE_DATA_SIZE]

Definition at line 106 of file bcrypt_internal.h.

◆ root

HKEY key::root

Definition at line 23 of file copy.c.

Referenced by run_copy().

◆ s

◆ subkey

WCHAR* key::subkey

Definition at line 24 of file copy.c.

Referenced by run_copy().

◆ 

◆ value


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