// ntddcdvd.h
// CTL_CODE(0x0033, 0x435, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_AACS_GET_CERTIFICATE 0x003350D4
View the official Windows Driver Kit DDI referenceNo description available.
Queries the logical unit for the device certificate.
The buffer at Irp->AssociatedIrp.SystemBuffer contains a value of type DVD_SESSION_ID that specifies an Authentication Grant Identifier (AGID). The AGID identifies the secure session.
Length of a DVD_SESSION_ID.
The buffer at Irp->AssociatedIrp.SystemBuffer contains the drive certificate with a format of AACS_CERTIFICATE.
Length of an AACS_CERTIFICATE.
The Information field is set to the number of bytes transferred. The Status field is set to STATUS_SUCCESS or possibly STATUS_INSUFFICIENT_RESOURCES.
The IOCTL_AACS_GET_CERTIFICATE request corresponds to the step of the Advanced Access Content System (AACS) authentication algorithm (AACS-Auth) in which the drive provides its certificate and nonce to the host. For a complete description of AACS-Auth, see the Advanced Access Content System, Introduction and Common Cryptographic Elements specification that is published by Advanced Access Content System Licensing Administrator (AACS LA).