<?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>topic Re: HAB4 CSF Fast Authentication in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376607#M54020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just click the Correct Answer button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2014 03:08:00 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2014-12-02T03:08:00Z</dc:date>
    <item>
      <title>HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376600#M54013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone tried HAB4 Fast authentication?&amp;nbsp; Does this option lowers the authentication time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to improve the boot time with a signed u-boot image. Below are the "csf" files prepared for without and with fast authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) u-boot.csf (normal authentication)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----------------file content start----------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Header]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # CSF header and default values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Version = 4.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Security Configuration = Open&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Hash Algorithm = sha256&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Engine Configuration = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Certificate Format = X509&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Signature Format = CMS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Install SRK]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Authenticate and install root public key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; File = "../crts/SRK_1_2_3_4_table.bin"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Source index = 0 # Select SRK1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Install CSFK]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Authenticate and install public key for use in "Authenticate CSF"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; File = "../crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Authenticate CSF]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Authenticate the CSF (this file)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Unlock]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Engine = CAAM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Features = RNG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Install Key]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Authenticate and install public key for use in "Authenticate Data"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Verification index = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Target index = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; File = "../crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Sign padded U-boot starting at the IVT through to the end with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Blocks have the following definition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&amp;nbsp;&amp;nbsp; Image block start address on i.MX, Offset from start of image file,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&amp;nbsp;&amp;nbsp; Length of block in bytes, image data file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Authenticate Data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Verify authenticity of pre-loaded data in memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Verification index = 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Blocks = 0x177FF400 0x0 0x48C00 "u-boot.imx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-------file content&amp;nbsp; end------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)1) u-boot_fast.csf (For fast authentication)&lt;/P&gt;&lt;P&gt;-------file content start--------------------&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Header]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # CSF header and default values&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Version = 4.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Security Configuration = Open&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Hash Algorithm = sha256&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Engine Configuration = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Certificate Format = X509&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Signature Format = CMS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Install SRK]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; File = "../crts/SRK_1_2_3_4_table.bin"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Source index = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Install NOCAK]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; File = "../crts/SRK1_sha256_2048_65537_v3_ca_crt.pem"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Authenticate CSF]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # whole line comment&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Unlock]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Engine = CAAM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Features = RNG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Sign padded U-boot starting at the IVT through to the end with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;# Blocks have the following definition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&amp;nbsp;&amp;nbsp; Image block start address on i.MX, Offset from start of image file,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;#&amp;nbsp;&amp;nbsp; Length of block in bytes, image data file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;[Authenticate Data]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; # Verify authenticity of pre-loaded data in memory&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Verification index = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; Blocks = 0x177FF400 0x0 0x48C00 "u-boot.imx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-------file content&amp;nbsp; end------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the u-boot_fast.csf is correct? I am getting hab failure&amp;nbsp; with Fast authentication.&amp;nbsp; In HAB CST UG&amp;nbsp; i have seen &lt;/P&gt;&lt;P&gt;below example&amp;nbsp; which confuses me.&lt;/P&gt;&lt;P&gt;[Authenticate Data] # part line comment&lt;/P&gt;&lt;P&gt;Verification index = 0&lt;/P&gt;&lt;P&gt;Blocks = 0x877fb000 0x000 0x48000 “signed-uboot.bin”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is that &lt;EM&gt;signed-uboot.bin means?. Is it like we need to generate signed uboot using normal authentication and then&amp;nbsp; use this to create fast authentication image?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers will be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2014 12:35:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376600#M54013</guid>
      <dc:creator>krishnanp</dc:creator>
      <dc:date>2014-11-27T12:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376601#M54014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp; Krishnan, good day !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again : in &lt;SPAN style="font-family: 'courier new', courier;"&gt;section [Authenticate Data]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Blocks = 0x177FF400 0x0 0x48C00 "u-boot.imx"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Is it correct that zero offset is the pointer of DCD table for both u-boot.imx&amp;nbsp; file&lt;/P&gt;&lt;P&gt;and for OCRAM image ? Usually the IVT is located at&amp;nbsp; zero offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 02:56:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376601#M54014</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-11-28T02:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376602#M54015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yuri, Greetings!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the hexdump of IVT table in&amp;nbsp; u-boot.imx ( dump of u-boot.imx from start)&lt;/P&gt;&lt;P&gt;0x00000000: 0x402000D1 // header&lt;/P&gt;&lt;P&gt;0x00000004: 0x17800000 // entry&lt;/P&gt;&lt;P&gt;0x00000008: 0x0 //res 1&lt;/P&gt;&lt;P&gt;0x0000000C: 0x177FF42C //dcd ptr&lt;/P&gt;&lt;P&gt;0x00000010: 0x177FF420&amp;nbsp; //boot data ptr&lt;/P&gt;&lt;P&gt;0x00000014: 0x177FF400&amp;nbsp; // self&lt;/P&gt;&lt;P&gt;0x00000018: 0x17848000&amp;nbsp; // csf ptr&lt;/P&gt;&lt;P&gt;0x0000001C:0x0 //Res 2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;0x00000020: 0x177FF000 //&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;0x00000024: 0x4B000&lt;/P&gt;&lt;P&gt;0x00000028: 0x0&lt;/P&gt;&lt;P&gt;0x0000002C: 0x403803D2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see that the authentication success with the normal way, but Fast authentication fails.&lt;/P&gt;&lt;P&gt;OCRAM/DDR Image has&amp;nbsp; IVT at&amp;nbsp; 0x177FF400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW way does Fast authentication makes any improvement in boot time?&amp;nbsp; That is why I am behind this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your&amp;nbsp; help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2014 05:10:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376602#M54015</guid>
      <dc:creator>krishnanpv</dc:creator>
      <dc:date>2014-11-28T05:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376603#M54016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I.MX6 HAB does not support the Fast Autentification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 06:23:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376603#M54016</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-12-01T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376604#M54017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for that update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the options I am considering for reducing boot time are.&lt;/P&gt;&lt;P&gt;1. Reduce the boot loader image size.&lt;/P&gt;&lt;P&gt;2. Add DCD for optimizing the NOR read write.&lt;/P&gt;&lt;P&gt;3. Use CAAM as the HASH engine (With configuration 0)&lt;/P&gt;&lt;P&gt;4. Enable D cache and I cache.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other options or pointers you suggest?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 06:43:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376604#M54017</guid>
      <dc:creator>krishnanpv</dc:creator>
      <dc:date>2014-12-01T06:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376605#M54018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All steps, You metioned, helps to decrease boot time.&lt;/P&gt;&lt;P&gt;In the same time, the most time consuming is checking algorithms,&lt;/P&gt;&lt;P&gt;inplemened in software by boot ROM. This stage cannot be optimyzed &lt;BR /&gt;by customers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 08:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376605#M54018</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-12-01T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376606#M54019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear moderator, Pls make this thread as answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 09:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376606#M54019</guid>
      <dc:creator>krishnanpv</dc:creator>
      <dc:date>2014-12-01T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: HAB4 CSF Fast Authentication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376607#M54020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just click the Correct Answer button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2014 03:08:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/HAB4-CSF-Fast-Authentication/m-p/376607#M54020</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2014-12-02T03:08:00Z</dc:date>
    </item>
  </channel>
</rss>

