DXGKMDT_OPM_OMAC structure (d3dkmdt.h)

La structure DXGKMDT_OPM_OMAC contient un code OMAC (One-Key Cipher Block Chaining) en mode OMAC (Cipher Block Chaining) à clé pour l’authenticité des messages.

Syntaxe

typedef struct _DXGKMDT_OPM_OMAC {
  BYTE abOMAC[DXGKMDT_OPM_OMAC_SIZE];
} DXGKMDT_OPM_OMAC, *PDXGKMDT_OPM_OMAC;

Membres

abOMAC[DXGKMDT_OPM_OMAC_SIZE]

Tableau de 16 octets qui comprend l’OMAC.

Remarques

Pour plus d’informations sur OMAC, consultez l’algorithme OMAC-1.

Les paramètres OMAC-1 utilisés par OPM et COPP sont les suivants :

E = AES (Advanced Encryption Standard)

t = 128 bits

K = Clé 128 bits que le pilote miniport d’affichage reçoit lorsque DxgkDdiOPMSetSigningKeyAndSequenceNumbers est appelé.

n = 128 bits

Pour plus d’informations sur AES, consultez le site web RSA Laboratories .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows Vista
En-tête d3dkmdt.h

Voir aussi

DXGKMDT_OPM_CONFIGURE_PARAMETERS

DXGKMDT_OPM_GET_INFO_PARAMETERS

DXGKMDT_OPM_REQUESTED_INFORMATION