hdcp22_tx
Vitis Drivers API Documentation
XHdcp22_Tx_PairingInfo Struct Reference

This typedef contains the the used keys used for authentication with stored Km. More...

Data Fields

u8 ReceiverId [5]
 Unique receiver Id. More...
 
u8 RxCaps [3]
 Capabilities of the receiver. More...
 
u8 Rtx [8]
 Random nonce for tx. More...
 
u8 Rrx [8]
 Random nonce for Rx (m: Rtx || Rrx). More...
 
u8 Km [16]
 Km. More...
 
u8 Ekh_Km [16]
 Ekh(Km). More...
 
u8 Ready
 Indicates a valid entry. More...
 

Detailed Description

This typedef contains the the used keys used for authentication with stored Km.

Field Documentation

u8 XHdcp22_Tx_PairingInfo::Ekh_Km[16]

Ekh(Km).

u8 XHdcp22_Tx_PairingInfo::Km[16]

Km.

u8 XHdcp22_Tx_PairingInfo::Ready

Indicates a valid entry.

u8 XHdcp22_Tx_PairingInfo::ReceiverId[5]

Unique receiver Id.

u8 XHdcp22_Tx_PairingInfo::Rrx[8]

Random nonce for Rx (m: Rtx || Rrx).

u8 XHdcp22_Tx_PairingInfo::Rtx[8]

Random nonce for tx.

u8 XHdcp22_Tx_PairingInfo::RxCaps[3]

Capabilities of the receiver.