Searched refs:LRC (Results 1 – 6 of 6) sorted by relevance
59 case LRC: in Tpdu_toByteArray()89 case LRC: in Tpdu_isChecksumOk()142 case LRC: in Tpdu_formTpdu()176 case LRC: in Tpdu_getChecksumBytes()202 case LRC: in Tpdu_getChecksumValue()
51 typedef enum { LRC, CRC } ChecksumType; enumerator
79 tmpAtp.checksumType = LRC; in Atp_setAtp()
183 case LRC: in SpiLayerComm_writeTpdu()298 case LRC: in SpiLayerComm_readTpdu()326 case LRC: in SpiLayerComm_readTpdu()327 respTpdu->checksum = Tpdu_getChecksumValue(rxBuffer, respTpdu->len, LRC); in SpiLayerComm_readTpdu()
115 } else if (ATP.checksumType == LRC) { in T1protocol_checkResponseTpduChecksum()556 } else if (ATP.checksumType == LRC) { in T1protocol_formSblockResponse()
106 uint32_t LRC = 0, i = 0; in phNxpEseProto7816_ComputeLRC() local109 LRC = LRC ^ p_buff[i]; in phNxpEseProto7816_ComputeLRC()112 return (uint8_t)LRC; in phNxpEseProto7816_ComputeLRC()