<?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のトピックCSM and Crypto conflict</title>
    <link>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1392988#M13460</link>
    <description>&lt;P&gt;I have a problem when executing Csm_RandomGenerate and passing resultPtr parameter as local to a main function variable, as long as it goes to func Crypto_Cse_InitRng() it changes resultPtr to OutputPtr from configuration and writes random number there, but I dont get to return anything, only somehow access this variable from config later. Is it somekind of bug or am I doing something wrong?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Dec 2021 09:16:06 GMT</pubDate>
    <dc:creator>Kanaqw</dc:creator>
    <dc:date>2021-12-29T09:16:06Z</dc:date>
    <item>
      <title>CSM and Crypto conflict</title>
      <link>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1392988#M13460</link>
      <description>&lt;P&gt;I have a problem when executing Csm_RandomGenerate and passing resultPtr parameter as local to a main function variable, as long as it goes to func Crypto_Cse_InitRng() it changes resultPtr to OutputPtr from configuration and writes random number there, but I dont get to return anything, only somehow access this variable from config later. Is it somekind of bug or am I doing something wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 09:16:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1392988#M13460</guid>
      <dc:creator>Kanaqw</dc:creator>
      <dc:date>2021-12-29T09:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: CSM and Crypto conflict</title>
      <link>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393027#M13464</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191531"&gt;@Kanaqw&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;What device do you use?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 10:32:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393027#M13464</guid>
      <dc:creator>danielmartynek</dc:creator>
      <dc:date>2021-12-29T10:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: CSM and Crypto conflict</title>
      <link>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393028#M13465</link>
      <description>&lt;P&gt;S32K146&lt;/P&gt;</description>
      <pubDate>Wed, 29 Dec 2021 10:37:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393028#M13465</guid>
      <dc:creator>Kanaqw</dc:creator>
      <dc:date>2021-12-29T10:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: CSM and Crypto conflict</title>
      <link>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393245#M13475</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/191531"&gt;@Kanaqw&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;From our Crypto driver, Crypto_Cse_InitRng() function just i&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;nitializes&amp;nbsp;the&amp;nbsp;seed, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;Crypto_Cse_GenerateRnd() is the function which generates the random vector. In Crypto layer, these functions shall be called by Crypto_ProcessJob(), with the job service as&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;CRYPTO_RANDOMGENERATE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;As a result,&amp;nbsp;&lt;SPAN&gt;Csm_RandomGenerate()&amp;nbsp;shall call Crypto_ProcessJob(), pass the&amp;nbsp;job service as&amp;nbsp;CRYPTO_RANDOMGENERATE, in order to call Crypto_Cse_GenerateRnd(). You can check the similar behavior in your stack, if&amp;nbsp;Crypto_Cse_GenerateRnd(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="font-family: inherit;"&gt;rndPtr&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN&gt;) can be called and &lt;STRONG&gt;rndPtr&lt;/STRONG&gt; has some values, then there must be some issues with Csm or the configuration, however we don't have any information of the Csm since we don't provide it.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;SPAN&gt;Nam&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 06:54:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S32K/CSM-and-Crypto-conflict/m-p/1393245#M13475</guid>
      <dc:creator>namnguyenviet</dc:creator>
      <dc:date>2021-12-30T06:54:52Z</dc:date>
    </item>
  </channel>
</rss>

