// ntddcdvd.h
typedef struct _AACS_BINDING_NONCE {
UCHAR BindingNonce[16];
UCHAR MAC[16];
} AACS_BINDING_NONCE, *PAACS_BINDING_NONCE;
View the official Windows Driver Kit DDI referenceNo description available.
The AACS_BINDING_NONCE structure contains the binding nonce.
BindingNonceThe binding nonce for the requested logical block address(es) (LBAs).
MACA message authentication code (MAC) that clients can use to verify that the binding nonce is for the current Advanced Access Content System (AACS) Authentication sequence.
Clients retrieve the binding nonce with an IOCTL_AACS_READ_BINDING_NONCE request or an IOCTL_AACS_GENERATE_BINDING_NONCE request.
IOCTL_AACS_GENERATE_BINDING_NONCE