Lines Matching refs:m_aucIn
660 memset(dig->m_aucIn, 0, BLOCKSIZE) ; // 2006/1/18 3:31PM by Emily in MHal_HDMITx_HdcpSha1Init()
701 MS_U8 * pucIn = dig->m_aucIn; in _MHal_HDMITx_HdcpSha1Transform()
777 MS_U8 * puc = (MS_U8 *) dig->m_aucIn + uiT; in MHal_HDMITx_HdcpSha1AddData()
792 memcpy(dig->m_aucIn, pcData, BLOCKSIZE); in MHal_HDMITx_HdcpSha1AddData()
798 memcpy(dig->m_aucIn, pcData, iDataLength); in MHal_HDMITx_HdcpSha1AddData()
812 puc = dig->m_aucIn + uiCount; in MHal_HDMITx_HdcpSha1FinalDigest()
824 memset(dig->m_aucIn, 0, BLOCKSIZE - 8); in MHal_HDMITx_HdcpSha1FinalDigest()
833 Word2Bytes1(&dig->m_auiBits[1], &dig->m_aucIn[BLOCKSIZE - 8]); in MHal_HDMITx_HdcpSha1FinalDigest()
834 Word2Bytes1(&dig->m_auiBits[0], &dig->m_aucIn[BLOCKSIZE - 4]); in MHal_HDMITx_HdcpSha1FinalDigest()
885 memcpy(&tdig.m_aucIn[0], s, 8*sizeof(MS_U8)); // The first 8 bytes are copy from message in MHal_HDMITx_HDCP_SHA1_Transform()
886 tdig.m_aucIn[8] = 0x80; // append the bit "1" and K = 439 bits "0" to the message in MHal_HDMITx_HDCP_SHA1_Transform()
887 memset(&tdig.m_aucIn[9], 0, 54*sizeof(MS_U8)); in MHal_HDMITx_HDCP_SHA1_Transform()
888 tdig.m_aucIn[63] = 0x40; // apppend length of message, 64 bytes in MHal_HDMITx_HDCP_SHA1_Transform()