<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: DCP calculation CRC32 value is incorrect</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683208#M105587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, he said Unix cksum() is another algorithm, I used the algorithm should be the same as the DCP, but the results are not the same.&lt;/P&gt;&lt;P&gt;CRC32 is&amp;nbsp;X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+1。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2017 03:42:22 GMT</pubDate>
    <dc:creator>limingchen</dc:creator>
    <dc:date>2017-07-05T03:42:22Z</dc:date>
    <item>
      <title>DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683206#M105585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do I use the DCP Hash function on i.mx287 to compute the CRC32 check of the string "1234" to &lt;SPAN&gt;0xa685c4aa&lt;/SPAN&gt;, but the result I calculated using the calculator is&amp;nbsp;&lt;SPAN&gt;0x9be3e0a3? Is the algorithm different?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;为什么我使用i.mx287上的DCP功能计算字符串“1234”的CRC32校验值为0xa685c4aa，但是我使用计算器算出的结果是0x9be3e0a3？是算法不一样吗？&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2017 09:37:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683206#M105585</guid>
      <dc:creator>limingchen</dc:creator>
      <dc:date>2017-07-04T09:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683207#M105586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it uses slightly different algorithm as described below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24638iE29DB5AEEE375A96/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 02:56:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683207#M105586</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-05T02:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683208#M105587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, he said Unix cksum() is another algorithm, I used the algorithm should be the same as the DCP, but the results are not the same.&lt;/P&gt;&lt;P&gt;CRC32 is&amp;nbsp;X32+X26+X23+X22+X16+X12+X11+X10+X8+X7+X5+X4+X2+X1+1。&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 03:42:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683208#M105587</guid>
      <dc:creator>limingchen</dc:creator>
      <dc:date>2017-07-05T03:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683209#M105588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems algorithm using the calculator was different from DCP&lt;/P&gt;&lt;P&gt;described in Reference Manual.&lt;/P&gt;&lt;P&gt;Please look at DCP driver in linux-2.6.35.3/drivers/crypto/dcp.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 05:43:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683209#M105588</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-05T05:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683210#M105589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you know how the crc algorithm of DCP is specific? Is there a documentation? If not the same, what is its application scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 08:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683210#M105589</guid>
      <dc:creator>limingchen</dc:creator>
      <dc:date>2017-07-05T08:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: DCP calculation CRC32 value is incorrect</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683211#M105590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry there is no additional documentation except provided in reference manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2017 10:15:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/DCP-calculation-CRC32-value-is-incorrect/m-p/683211#M105590</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-07-05T10:15:35Z</dc:date>
    </item>
  </channel>
</rss>

