INLINE_CRYPTO_PROGRAM_KEY_IN - NtDoc

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

typedef struct _INLINE_CRYPTO_PROGRAM_KEY_IN {
  ULONG                        KeyIndex;
  ULONG                        CryptoCapabilityIndex;
  INLINE_CRYPTO_DATA_UNIT_SIZE DataUnitSize;
  ULONG                        KeySize;
  PVOID                        KeyVirtualAddress;
  PHYSICAL_ADDRESS             KeyPhysicalAddress;
} INLINE_CRYPTO_PROGRAM_KEY_IN, *PINLINE_CRYPTO_PROGRAM_KEY_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-treeinlinecryptoservice-_inline_crypto_program_key_in)

_INLINE_CRYPTO_PROGRAM_KEY_IN structure

Description

Members

KeyIndex

CryptoCapabilityIndex

DataUnitSize

KeySize

KeyVirtualAddress

KeyPhysicalAddress

Remarks

See also