<?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>S32K中的主题 Re: CSEC - CMAC verify issue with various message sizes</title>
    <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1753370#M28452</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The development team confirmed this is a bug. It will be fixed on the releases in the future.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2023 08:15:03 GMT</pubDate>
    <dc:creator>DanNguyenDuy</dc:creator>
    <dc:date>2023-11-07T08:15:03Z</dc:date>
    <item>
      <title>CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1715582#M26694</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I face a problem with CMAC verification, if message has some specific lengths (verification fails when message length is equal to red lines):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_4-1693550894258.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/239231iCF871EF3C3378751/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_4-1693550894258.png" alt="Vojtech_4-1693550894258.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pls see attached pdf for details.&lt;/P&gt;&lt;P&gt;Do I something wrong, or should be there done some fix in "Csec_Ip.c" ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 06:52:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1715582#M26694</guid>
      <dc:creator>Vojtech</dc:creator>
      <dc:date>2023-09-01T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1718737#M26871</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Your issue occurred because you configured&amp;nbsp;"Func form at" equal 0 for writing all of pages. This is a solution for your situation:&lt;/P&gt;
&lt;P&gt;With the writing first page, you need to configure "Func form at" equal 0, and from next pages, you have to configure "Func form at" equal 1 to it was saved consecutive with the previous pages in the flash memory.&lt;/P&gt;
&lt;P&gt;If you configure&amp;nbsp;"Func form at" equal 0 for next pages then those pages will don't be saved don't consecutive with previous page in the flash memory and cause your issue.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2023 10:34:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1718737#M26871</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-09-07T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1719275#M26901</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;thanks for quick response !&lt;/P&gt;&lt;P&gt;I use csec driver from "Csec_Ip.c". I use copy version (not pointer version) of cmac verification function &lt;STRONG&gt;Csec_Ip_VerifyMac(). &lt;/STRONG&gt;As can be seen on below printscreen so I want to verify 656/8=82 bytes (just an example).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_1-1694153219115.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240148iB8C2AE9EE86FC334/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_1-1694153219115.png" alt="Vojtech_1-1694153219115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From &lt;STRONG&gt;Csec_Ip_VerifyMac()&lt;/STRONG&gt; is then called&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Csec_Ip_StartVerifMACCmd()&lt;/STRONG&gt; -&amp;gt;&amp;nbsp;&lt;STRONG&gt;Csec_Ip_WriteCommandHeader()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;STRONG&gt;Csec_Ip_WriteCommandHeader()&lt;/STRONG&gt; is this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_2-1694153379533.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240149i31D8B0077A84FDC0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_2-1694153379533.png" alt="Vojtech_2-1694153379533.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Definition&amp;nbsp;CSEC_IP_FUNC_FORMAT_COPY (which is 0) is fixed here and I am not able to change it to 1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Func form at" equal to 1 is used in pointer version of&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Csec_Ip_VerifyMacAddrMode()&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_4-1694153723203.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/240151iB499C756CE024D95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_4-1694153723203.png" alt="Vojtech_4-1694153723203.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But I am not using API call &lt;STRONG&gt;Csec_Ip_VerifyMacAddrMode()&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;So how should I change&amp;nbsp;&lt;SPAN&gt;"Func form at"&amp;nbsp;equal to 1 if it is internal definition of the&amp;nbsp;"Csec_Ip.c" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Vojtech&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 06:27:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1719275#M26901</guid>
      <dc:creator>Vojtech</dc:creator>
      <dc:date>2023-09-08T06:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1720721#M26958</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Could you send me your demo project? I'm going to check from my site.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 02:26:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1720721#M26958</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-09-12T02:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1729731#M27395</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry because I have a bit confusion. You need to use "CallSeq = 0x01: &lt;SPAN class="fontstyle0"&gt;2nd through nth Function Call&lt;/SPAN&gt;"&lt;/P&gt;
&lt;P&gt;instead of use "CallSeq = 0x0".&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 11:48:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1729731#M27395</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-09-26T11:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1735797#M27687</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have not found any function in CSEc API for changing value of&amp;nbsp;CallSeq variable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_0-1696855192945.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244103iDF7523987D49274C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_0-1696855192945.png" alt="Vojtech_0-1696855192945.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_1-1696855214014.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244104iCB86840B2C6CDD93/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_1-1696855214014.png" alt="Vojtech_1-1696855214014.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Actually CSEc driver should care about&amp;nbsp;&lt;SPAN&gt;CallSeq by itself I think:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_2-1696856659415.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244106iBF21A8721C95EA2F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_2-1696856659415.png" alt="Vojtech_2-1696856659415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CMAC verification fails even if there is requested to verify 81-96 bytes, where page2-page7 should be sufficient (&lt;SPAN&gt;CallSeq = 0x01 is enough). What do you think about my proposed correction of CSEc driver as I wrote in attached pdf in initial question?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I can explain in the call if needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2023 13:08:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1735797#M27687</guid>
      <dc:creator>Vojtech</dc:creator>
      <dc:date>2023-10-09T13:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1737459#M27759</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Follow to " &lt;SPAN class="fontstyle0"&gt;CMD_VERIFY_MAC&lt;/SPAN&gt;" in reference manual, we have:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_1-1697024475706.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244536i9C8710F46AA64C01/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_1-1697024475706.png" alt="nxf78987_1-1697024475706.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In your situation,&amp;nbsp;&amp;nbsp;n = 1 and&amp;nbsp;&lt;SPAN class="fontstyle0"&gt;MESSAGE_LENGTH must be 128 bytes =&amp;gt; you only have data from page 0 =&amp;gt; page 6th. So, you have to fill all of data of page 7th equal to 0 to enough 128 bytes (7 pages data + 1 page with padding value).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;For example:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nxf78987_2-1697024783625.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244537i4D4F23ECDC4A7721/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nxf78987_2-1697024783625.png" alt="nxf78987_2-1697024783625.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;You got issue because you wrote 7 pages instead of 8 pages - enough 128 byte (7 pages data + 1 page with padding value).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 11:58:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1737459#M27759</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-10-11T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1738585#M27796</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;I am using NXP CSEc driver:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_0-1697104543305.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244790i526ED54298C67DB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_0-1697104543305.png" alt="Vojtech_0-1697104543305.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I can use only non-static functions from Csec_Ip.c source file&amp;nbsp; (only functions from API as printscreened in previous post). So I should not anyhow directly solve filling of PRAM interface (this is done internally by NXP CSEc driver).&lt;/P&gt;&lt;P&gt;I just use this function for CMAC verification (I just provide as input arguments: message buffer, message size in bits, key etc.):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vojtech_1-1697104844554.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/244791iA34A9F03CE075614/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vojtech_1-1697104844554.png" alt="Vojtech_1-1697104844554.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I changed the code in this NXP CSEc driver (as described in the pdf attached to original post), so everything seems to work fine - but it is RTD source file, so it should not be changed by me. I can show in a call if needed. Or do I miss something?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Vojtech&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 10:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1738585#M27796</guid>
      <dc:creator>Vojtech</dc:creator>
      <dc:date>2023-10-12T10:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1741047#M27894</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Sorry because my late response.&lt;/P&gt;
&lt;P&gt;I saw your issue when I test cmac verify with 82 bytes. I created a ticket(&lt;SPAN&gt;&lt;SPAN class="ui-provider ec bxp bcd cec ced cee cef ceg ceh cei cej cek cel cem cen ceo cep ceq cer ces cet ceu cev cew cex cey cez cfa cfb cfc cfd cfe cff cfg cfh"&gt;&lt;A class="fui-Link ___10kug0w f3rmtva f1ewtqcl fyind8e f1k6fduh f1w7gpdv fk6fouc fjoy568 figsok6 f1hu3pq6 f11qmguv f19f4twv f1tyq0we f1g0x7ka fhxju0i f1qch9an f1cnd47f fqv5qza f1vmzxwi f1o700av f13mvf36 f1cmlufx f9n3di6 f1ids18y f1tx3yz7 f1deo86v f1eh06m1 f1iescvh fhgqx19 f1olyrje f1p93eir f1nev41a f1h8hb77 f1lqvz6u f10aw75t fsle3fq f17ae5zn" title="https://jira.sw.nxp.com/browse/secrdr-1922" href="https://jira.sw.nxp.com/browse/SECRDR-1922" target="_blank" rel="noreferrer noopener" aria-label="Link https://jira.sw.nxp.com/browse/SECRDR-1922"&gt;SECRDR-1922&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;) for this issue.&lt;/P&gt;
&lt;P&gt;The development team will help me analyze this issue. I'm going to inform you when they analyze it completely.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 07:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1741047#M27894</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-10-17T07:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1753370#M28452</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The development team confirmed this is a bug. It will be fixed on the releases in the future.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 08:15:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1753370#M28452</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2023-11-07T08:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1847754#M34238</link>
      <description>&lt;P&gt;Hello Dan&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/199019"&gt;@DanNguyenDuy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;was this issue already corrected in any release? Or would you know in what release it will be corrected?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Vojtech&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:13:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1847754#M34238</guid>
      <dc:creator>Vojtech</dc:creator>
      <dc:date>2024-04-16T06:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: CSEC - CMAC verify issue with various message sizes</title>
      <link>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1847760#M34239</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/219154"&gt;@Vojtech&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;This issue was fixed on the&amp;nbsp;&lt;A title="BLN_SEC_4.7_S32K1XX_S32M24x_2.0.0_P03 K1/M24x ASR 21-11 CD" href="https://jira.sw.nxp.com/issues/?jql=project+%3D+SECRDR+AND+fixVersion+%3D+BLN_SEC_4.7_S32K1XX_S32M24x_2.0.0_P03" target="_blank"&gt;S32K1XX_S32M24x_2.0.0_P03&lt;/A&gt;&amp;nbsp;release.&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:18:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSEC-CMAC-verify-issue-with-various-message-sizes/m-p/1847760#M34239</guid>
      <dc:creator>DanNguyenDuy</dc:creator>
      <dc:date>2024-04-16T06:18:40Z</dc:date>
    </item>
  </channel>
</rss>

