Lines Matching refs:testbyte
549 MS_U8 testbyte[635], bstatus[2]; in _MDrv_HDCPTx_CheckRepeater() local
594 if(MHal_HDMITx_Rx74ReadBytes(0x43, 5*count, (MS_U8 *)testbyte) == FALSE) in _MDrv_HDCPTx_CheckRepeater()
606 memcpy(g_u8KSVList, testbyte, 5*count); in _MDrv_HDCPTx_CheckRepeater()
613 DBG_HDCP(printf("0x%x, ", testbyte[j])); in _MDrv_HDCPTx_CheckRepeater()
615 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 5*count); in _MDrv_HDCPTx_CheckRepeater()
618 if(MHal_HDMITx_Rx74ReadBytes(0x41, 2, (MS_U8 *) testbyte) == FALSE) in _MDrv_HDCPTx_CheckRepeater()
623 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 2); in _MDrv_HDCPTx_CheckRepeater()
629 testbyte[2*i] = (MS_U8)(reg_value & 0x00FF); in _MDrv_HDCPTx_CheckRepeater()
630 testbyte[2*i+1] = (MS_U8)((reg_value & 0xFF00) >> 8); in _MDrv_HDCPTx_CheckRepeater()
634 MHal_HDMITx_HdcpSha1AddData(&test_dig, testbyte, 8); in _MDrv_HDCPTx_CheckRepeater()
635 MHal_HDMITx_HdcpSha1FinalDigest(&test_dig, testbyte); in _MDrv_HDCPTx_CheckRepeater()
640 DBG_HDCP(printf("0x%x, ", testbyte[i])); in _MDrv_HDCPTx_CheckRepeater()
657 if (tempV[i] != testbyte[i]) in _MDrv_HDCPTx_CheckRepeater()