STOR_CRYPTO_OPERATION_INSERT_KEY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// storport.h

typedef struct _STOR_CRYPTO_OPERATION_INSERT_KEY {
  USHORT           Version;
  USHORT           Size;
  ULONG            KeyIndex;
  ULONG            CryptoCapabilityIndex;
  ULONG            DataUnitSizeBitmask;
  ULONG            KeySize;
  ULONG            Reserved;
  PVOID            KeyVirtualAddress;
  PHYSICAL_ADDRESS KeyPhysicalAddress;
} STOR_CRYPTO_OPERATION_INSERT_KEY, *PSTOR_CRYPTO_OPERATION_INSERT_KEY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-storport-_stor_crypto_operation_insert_key)

STOR_CRYPTO_OPERATION_INSERT_KEY structure

Description

Reserved for system use.

Members

Version

Reserved for system use.

Size

Reserved for system use.

KeyIndex

Reserved for system use.

CryptoCapabilityIndex

Reserved for system use.

DataUnitSizeBitmask

Reserved for system use.

KeySize

Reserved for system use.

Reserved

Reserved for system use.

KeyVirtualAddress

Reserved for system use.

KeyPhysicalAddress

Reserved for system use.