|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wincrypt.h>
Public Attributes | |
| BYTE | bType |
| BYTE | bVersion |
| WORD | reserved |
| ALG_ID | aiKeyAlg |
Definition at line 144 of file wincrypt.h.
| ALG_ID _PUBLICKEYSTRUC::aiKeyAlg |
Definition at line 148 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), import_plaintext_key(), import_private_key(), import_public_key(), and import_symmetric_key().
| BYTE _PUBLICKEYSTRUC::bType |
Definition at line 145 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().
| BYTE _PUBLICKEYSTRUC::bVersion |
Definition at line 146 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().
| WORD _PUBLICKEYSTRUC::reserved |
Definition at line 147 of file wincrypt.h.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), CRYPT_ImportKeyTrans(), and import_key().