Searched refs:u8BitCnt (Results 1 – 6 of 6) sorted by relevance
344 MS_U8 u8BitCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local353 for (u8BitCnt = 0; u8BitCnt < 8; u8BitCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()355 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()358 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
338 MS_U8 u8BitCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local347 for (u8BitCnt = 0; u8BitCnt < 8; u8BitCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()349 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()352 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()