<?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>Other NXP ProductsのトピックRe: Secure Boot using CSE on Multiple Blocks-S32R294</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1487467#M14616</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;for the feedback,&lt;/P&gt;&lt;P&gt;So, it is clear that using Key Slot to store MAC is not a good option, But storing MACs in flash region again causes a problem to Secure Storage, correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; We need a way to handle MAC values securely,&amp;nbsp; any ideas on this ?&lt;BR /&gt;&lt;BR /&gt;is OTAFD(On-the-Fly AES Decryption) a best option ? can we use OTAFD only to a small portion of Binary file(containing MACs) and store it in external flash encrypted, followed by decrypting the are only during MAC verification ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 12:12:18 GMT</pubDate>
    <dc:creator>Venkat_Mod26</dc:creator>
    <dc:date>2022-07-11T12:12:18Z</dc:date>
    <item>
      <title>Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1485229#M14562</link>
      <description>&lt;P&gt;--&amp;gt; Hello community,&amp;nbsp;&lt;BR /&gt;I am using S32R294 for a&amp;nbsp; Project and trying to understand the implementation of Secure boot on multiple Blocks, We have CSE_SECURE_BOOT command that can verify MAC for one Block (say Boot ), what is the best way to Implement such MAC verifications for multiple Blocks ?&lt;BR /&gt;&lt;BR /&gt;I have gone through a use case of Chain of trust method, which i feel is not a best way as we might be using fixed&amp;nbsp; keys during the Build time, are there any other ways ?&lt;BR /&gt;&lt;BR /&gt;can't we use Generate_MAC to calculate a MAC on a Bin block and store it in any PFLASH ? followed by Verify _MAC to verify it ?&amp;nbsp; can we store the Generated MAC into any of the available Key slots and use it later for verification ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thank you in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2022 08:56:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1485229#M14562</guid>
      <dc:creator>Venkat_Mod26</dc:creator>
      <dc:date>2022-07-06T08:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1486812#M14583</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have asked application team for help here.&lt;/P&gt;
&lt;P&gt;I will reply once I have any news.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 11:36:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1486812#M14583</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2022-07-08T11:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1487454#M14615</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You are correct.&lt;/P&gt;
&lt;P&gt;If you want to use multiple blocks then only the first block which is downloaded during secure boot is covered automatically.&lt;/P&gt;
&lt;P&gt;You can use the GENERATE_MAC command to calculate the MAC for the other blocks and store it in flash as they have mentioned, this is really the only way to do a comparison using the VERIFY_MAC command. The MAC must be in plaintext for this comparison so it cannot be stored into a key slot.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 11:59:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1487454#M14615</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2022-07-11T11:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1487467#M14616</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;&amp;nbsp;for the feedback,&lt;/P&gt;&lt;P&gt;So, it is clear that using Key Slot to store MAC is not a good option, But storing MACs in flash region again causes a problem to Secure Storage, correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;gt; We need a way to handle MAC values securely,&amp;nbsp; any ideas on this ?&lt;BR /&gt;&lt;BR /&gt;is OTAFD(On-the-Fly AES Decryption) a best option ? can we use OTAFD only to a small portion of Binary file(containing MACs) and store it in external flash encrypted, followed by decrypting the are only during MAC verification ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 12:12:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1487467#M14616</guid>
      <dc:creator>Venkat_Mod26</dc:creator>
      <dc:date>2022-07-11T12:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1488645#M14639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You potentially could use the OTFAD, but for a small block of data like this it would be better to use the encryption function of the CSE to encrypt the MAC before writing to flash.&lt;/P&gt;
&lt;P&gt;Then you can use the CSE to decrypt before doing the comparison.&lt;/P&gt;
&lt;P&gt;You could use the ENC_ECB or ENC_CBC commands for the encryption.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Peter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 09:13:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1488645#M14639</guid>
      <dc:creator>petervlna</dc:creator>
      <dc:date>2022-07-13T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1489372#M14654</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/13836"&gt;@petervlna&lt;/a&gt;,&amp;nbsp;i think this is a good idea, let me check how well we could fit this solution in !&lt;BR /&gt;Will update here soon!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 09:18:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1489372#M14654</guid>
      <dc:creator>Venkat_Mod26</dc:creator>
      <dc:date>2022-07-14T09:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Boot using CSE on Multiple Blocks-S32R294</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1575072#M16182</link>
      <description>&lt;P&gt;do you have example&amp;nbsp; for Generating&amp;nbsp; format 1 key image?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 05:43:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/Secure-Boot-using-CSE-on-Multiple-Blocks-S32R294/m-p/1575072#M16182</guid>
      <dc:creator>xiatian</dc:creator>
      <dc:date>2022-12-28T05:43:08Z</dc:date>
    </item>
  </channel>
</rss>

