Searched refs:pucIn (Results 1 – 6 of 6) sorted by relevance
722 MS_U8 * pucIn = dig->m_aucIn; in _MHal_HDMITx_HdcpSha1Transform() local728 for (i = 0; i < 16; i++,pucIn += 4) in _MHal_HDMITx_HdcpSha1Transform()729 auiW[i] = ((MS_U32)pucIn[3]) | ((MS_U32)pucIn[2] << 8) | in _MHal_HDMITx_HdcpSha1Transform()730 ((MS_U32)pucIn[1] << 16) | ((MS_U32)pucIn[0] << 24); in _MHal_HDMITx_HdcpSha1Transform()
701 MS_U8 * pucIn = dig->m_aucIn; in _MHal_HDMITx_HdcpSha1Transform() local707 for (i = 0; i < 16; i++,pucIn += 4) in _MHal_HDMITx_HdcpSha1Transform()708 auiW[i] = ((MS_U32)pucIn[3]) | ((MS_U32)pucIn[2] << 8) | in _MHal_HDMITx_HdcpSha1Transform()709 ((MS_U32)pucIn[1] << 16) | ((MS_U32)pucIn[0] << 24); in _MHal_HDMITx_HdcpSha1Transform()