<?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>Kinetis Software Development KitのトピックRe: Secure Bootloader AES help</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941128#M7958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;aes_security.h and aes_security.c use MMCAU. This is a special hardware that KV11 and K22 haven't.You can only use software encryption and decryption. The code is in aes128_key_wrap_unwrap.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Oct 2019 06:34:04 GMT</pubDate>
    <dc:creator>jingpan</dc:creator>
    <dc:date>2019-10-22T06:34:04Z</dc:date>
    <item>
      <title>Secure Bootloader AES help</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941127#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;PRE class="" data-placeholder="Translation" dir="ltr" style="text-align: left;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;I would like to use on kinetis KV11Z and MK22FX the bootloader with security aes. 
When I try to compile, it asks me for the file aes_security.h and I can't find it. 
&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;Can anyone help me? 
&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;Is there a step by step tutorial that helps to implement security aes in bootloader 2.5?&lt;/SPAN&gt;
&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;Thanks in advance.
Regards
Marco
&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2019 17:34:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941127#M7957</guid>
      <dc:creator>marcobologna</dc:creator>
      <dc:date>2019-10-18T17:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Bootloader AES help</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941128#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;aes_security.h and aes_security.c use MMCAU. This is a special hardware that KV11 and K22 haven't.You can only use software encryption and decryption. The code is in aes128_key_wrap_unwrap.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 06:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941128#M7958</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-10-22T06:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Bootloader AES help</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941129#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jing &lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;The aes128_key_wrap_unwrap.c is missing in the MCU-BOOT v 2.5&amp;nbsp; source code. How I can find it and how I can insert it? How use it?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Oct 2019 08:32:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941129#M7959</guid>
      <dc:creator>marcobologna</dc:creator>
      <dc:date>2019-10-22T08:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Bootloader AES help</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941130#M7960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;MCUboot has been integrated into SDK. You can find this file in SDK_2.6.0_TWR-K22F120M\middleware\mcu-boot\tools\tools\elftosb\common&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2019 03:27:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941130#M7960</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2019-10-23T03:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Secure Bootloader AES help</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941131#M7961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jing,&lt;/P&gt;&lt;P&gt;Thanks for your help. We solved the problem.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2019 16:35:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Secure-Bootloader-AES-help/m-p/941131#M7961</guid>
      <dc:creator>marcobologna</dc:creator>
      <dc:date>2019-10-23T16:35:42Z</dc:date>
    </item>
  </channel>
</rss>

