Home
last modified time | relevance | path

Searched refs:chkIntgRspBuf (Results 1 – 1 of 1) sorted by relevance

/hardware/nxp/nfc/snxxx/halimpl/dnld/
DphNxpNciHal_Dnld.cc1783 phDnldChkIntegrityRsp_Buff_t chkIntgRspBuf; in phLibNfc_VerifySNxxxU_CrcStatus() local
1786 chkIntgRspBuf.pBuff = bCrcStatus; in phLibNfc_VerifySNxxxU_CrcStatus()
1787 chkIntgRspBuf.data_len = chkIntgRspBuf.pBuff[0]; in phLibNfc_VerifySNxxxU_CrcStatus()
1788 chkIntgRspBuf.code_len = chkIntgRspBuf.pBuff[1]; in phLibNfc_VerifySNxxxU_CrcStatus()
1789 if (chkIntgRspBuf.data_len > DATAINFO_LEN || in phLibNfc_VerifySNxxxU_CrcStatus()
1790 chkIntgRspBuf.code_len > CODEINFO_LEN) in phLibNfc_VerifySNxxxU_CrcStatus()
1795 STREAM_TO_UINT32(chkIntgRspBuf.crc_status, crc_info_buf); in phLibNfc_VerifySNxxxU_CrcStatus()
1797 NXPLOG_FWDNLD_E("crc status code area len 0x%x", chkIntgRspBuf.code_len); in phLibNfc_VerifySNxxxU_CrcStatus()
1798 NXPLOG_FWDNLD_E("crc status code data_len 0x%x", chkIntgRspBuf.data_len); in phLibNfc_VerifySNxxxU_CrcStatus()
1799 NXPLOG_FWDNLD_E("crc status code area 0x%2x", chkIntgRspBuf.crc_status); in phLibNfc_VerifySNxxxU_CrcStatus()
[all …]