|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <crypt.h>

| BYTE tagCRYPTKEY::abChainVector[RSAENH_MAX_BLOCK_SIZE] |
Definition at line 112 of file rsaenh.c.
Referenced by RSAENH_CPDecrypt(), RSAENH_CPEncrypt(), and setup_key().
| BYTE tagCRYPTKEY::abInitVector[RSAENH_MAX_BLOCK_SIZE] |
Definition at line 111 of file rsaenh.c.
Referenced by new_key(), RSAENH_CPDeriveKey(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), and setup_key().
| BYTE tagCRYPTKEY::abKeyValue[RSAENH_MAX_KEY_SIZE] |
Definition at line 110 of file rsaenh.c.
Referenced by crypt_export_plaintext_key(), crypt_export_simple(), import_plaintext_key(), import_symmetric_key(), new_key(), RSAENH_CPCreateHash(), RSAENH_CPDeriveKey(), RSAENH_CPGenKey(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), setup_key(), and tls1_prf().
| ALG_ID tagCRYPTKEY::aiAlgid |
Definition at line 99 of file rsaenh.c.
Referenced by crypt_export_key(), crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), destroy_key(), import_symmetric_key(), new_key(), RSAENH_CPDecrypt(), RSAENH_CPDuplicateKey(), RSAENH_CPEncrypt(), RSAENH_CPGenKey(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), RSAENH_CPSignHash(), RSAENH_CPVerifySignature(), and setup_key().
| CRYPT_DATA_BLOB tagCRYPTKEY::blobHmacKey |
Definition at line 114 of file rsaenh.c.
Referenced by destroy_key(), import_plaintext_key(), and new_key().
| KEY_CONTEXT tagCRYPTKEY::context |
Definition at line 109 of file rsaenh.c.
Referenced by crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), destroy_key(), import_private_key(), import_public_key(), import_symmetric_key(), RSAENH_CPDecrypt(), RSAENH_CPDuplicateKey(), RSAENH_CPEncrypt(), RSAENH_CPGenKey(), RSAENH_CPSignHash(), RSAENH_CPVerifySignature(), and setup_key().
| DWORD tagCRYPTKEY::dwBlockLen |
Definition at line 107 of file rsaenh.c.
Referenced by crypt_export_simple(), import_symmetric_key(), new_key(), RSAENH_CPDecrypt(), RSAENH_CPDeriveKey(), RSAENH_CPEncrypt(), RSAENH_CPGetKeyParam(), and RSAENH_CPSetKeyParam().
| DWORD tagCRYPTKEY::dwEffectiveKeyLen |
Definition at line 105 of file rsaenh.c.
Referenced by new_key(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), and setup_key().
| DWORD tagCRYPTKEY::dwKeyLen |
Definition at line 104 of file rsaenh.c.
Referenced by crypt_export_plaintext_key(), crypt_export_private_key(), crypt_export_public_key(), crypt_export_simple(), import_plaintext_key(), new_key(), RSAENH_CPDeriveKey(), RSAENH_CPGenKey(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), RSAENH_CPSignHash(), RSAENH_CPVerifySignature(), setup_key(), and tls1_prf().
| DWORD tagCRYPTKEY::dwMagic |
Definition at line 77 of file crypt.h.
Referenced by CryptDuplicateKey().
| DWORD tagCRYPTKEY::dwMode |
Definition at line 101 of file rsaenh.c.
Referenced by new_key(), RSAENH_CPDecrypt(), RSAENH_CPEncrypt(), RSAENH_CPGetKeyParam(), and RSAENH_CPSetKeyParam().
| DWORD tagCRYPTKEY::dwModeBits |
Definition at line 102 of file rsaenh.c.
Referenced by new_key(), RSAENH_CPGetKeyParam(), and RSAENH_CPSetKeyParam().
| DWORD tagCRYPTKEY::dwPermissions |
Definition at line 103 of file rsaenh.c.
Referenced by crypt_export_private_key(), import_plaintext_key(), import_private_key(), import_public_key(), import_symmetric_key(), new_key(), RSAENH_CPGetKeyParam(), and RSAENH_CPSetKeyParam().
| DWORD tagCRYPTKEY::dwSaltLen |
Definition at line 106 of file rsaenh.c.
Referenced by new_key(), RSAENH_CPDeriveKey(), RSAENH_CPGetKeyParam(), RSAENH_CPSetKeyParam(), and setup_key().
| DWORD tagCRYPTKEY::dwState |
Definition at line 108 of file rsaenh.c.
Referenced by RSAENH_CPCreateHash(), RSAENH_CPDecrypt(), RSAENH_CPEncrypt(), and setup_key().
| HCRYPTKEY tagCRYPTKEY::hPrivate |
Definition at line 79 of file crypt.h.
Referenced by CryptDuplicateKey().
| HCRYPTPROV tagCRYPTKEY::hProv |
Definition at line 100 of file rsaenh.c.
Referenced by new_key(), and RSAENH_CPSetKeyParam().
| PCRYPTPROV tagCRYPTKEY::pProvider |
Definition at line 78 of file crypt.h.
Referenced by CryptDuplicateKey().
| RSAENH_SCHANNEL_INFO tagCRYPTKEY::siSChannelInfo |
Definition at line 113 of file rsaenh.c.
Referenced by destroy_key(), new_key(), RSAENH_CPCreateHash(), RSAENH_CPDuplicateKey(), and RSAENH_CPSetKeyParam().