Home
last modified time | relevance | path

Searched refs:DVD_REPORT_CHALLENGE (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/libdvdcss/libdvdcss-1.4.3/src/
H A Dioctl.c609 auth_info.format = DVD_REPORT_CHALLENGE; in ioctl_ReportChallenge()
619 rdc.command[ 10 ] = DVD_REPORT_CHALLENGE | (*pi_agid << 6); in ioctl_ReportChallenge()
628 rs_cdb.cdb_opaque[ 10 ] = DVD_REPORT_CHALLENGE | (*pi_agid << 6); in ioctl_ReportChallenge()
673 p_cpt->cam_cdb[ 10 ] = DVD_REPORT_CHALLENGE | (*pi_agid << 6); in ioctl_ReportChallenge()
682 sdc.command[ 10 ] = DVD_REPORT_CHALLENGE | (*pi_agid << 6); in ioctl_ReportChallenge()
H A Dioctl.h113 #define DVD_REPORT_CHALLENGE 0x01 macro