Lines Matching refs:m_aucIn
681 memset(dig->m_aucIn, 0, BLOCKSIZE) ; // 2006/1/18 3:31PM by Emily in MHal_HDMITx_HdcpSha1Init()
722 MS_U8 * pucIn = dig->m_aucIn; in _MHal_HDMITx_HdcpSha1Transform()
798 MS_U8 * puc = (MS_U8 *) dig->m_aucIn + uiT; in MHal_HDMITx_HdcpSha1AddData()
813 memcpy(dig->m_aucIn, pcData, BLOCKSIZE); in MHal_HDMITx_HdcpSha1AddData()
819 memcpy(dig->m_aucIn, pcData, iDataLength); in MHal_HDMITx_HdcpSha1AddData()
833 puc = dig->m_aucIn + uiCount; in MHal_HDMITx_HdcpSha1FinalDigest()
845 memset(dig->m_aucIn, 0, BLOCKSIZE - 8); in MHal_HDMITx_HdcpSha1FinalDigest()
854 Word2Bytes1(&dig->m_auiBits[1], &dig->m_aucIn[BLOCKSIZE - 8]); in MHal_HDMITx_HdcpSha1FinalDigest()
855 Word2Bytes1(&dig->m_auiBits[0], &dig->m_aucIn[BLOCKSIZE - 4]); in MHal_HDMITx_HdcpSha1FinalDigest()
906 memcpy(&tdig.m_aucIn[0], s, 8*sizeof(MS_U8)); // The first 8 bytes are copy from message in MHal_HDMITx_HDCP_SHA1_Transform()
907 tdig.m_aucIn[8] = 0x80; // append the bit "1" and K = 439 bits "0" to the message in MHal_HDMITx_HDCP_SHA1_Transform()
908 memset(&tdig.m_aucIn[9], 0, 54*sizeof(MS_U8)); in MHal_HDMITx_HDCP_SHA1_Transform()
909 tdig.m_aucIn[63] = 0x40; // apppend length of message, 64 bytes in MHal_HDMITx_HDCP_SHA1_Transform()